mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 09:25:56 +00:00
c1d2302cad
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3396 b3059339-0415-0410-9bf9-f77b7e298cf2
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
|
|
|