mirror of https://github.com/mpv-player/mpv
13 lines
169 B
C
13 lines
169 B
C
|
|
||
|
// mplayer -> liba52 config wrapper mess
|
||
|
|
||
|
#include "../config.h"
|
||
|
|
||
|
#ifdef HAVE_MLIB
|
||
|
#define LIBA52_MLIB
|
||
|
#endif
|
||
|
|
||
|
// define for double precision:
|
||
|
//#define LIBA52_DOUBLE
|
||
|
|