annotate liba52/config.h @ 12965:520c8675f033
Leftover from the old Matroska demuxer detection removed.
author |
mosu |
date |
Thu, 05 Aug 2004 06:31:42 +0000 (2004-08-05) |
parents |
55ae383844e9 |
children |
|
rev |
line source |
3395
|
1
|
|
2 // mplayer -> liba52 config wrapper mess
|
|
3
|
|
4 #include "../config.h"
|
|
5
|
|
6 #ifdef HAVE_MLIB
|
|
7 #define LIBA52_MLIB
|
|
8 #endif
|
|
9
|
|
10 // define for double precision:
|
|
11 //#define LIBA52_DOUBLE
|
|
12
|