comparison qdm2.c @ 8592:9aac5b3cecbd libavcodec

Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
author diego
date Wed, 14 Jan 2009 00:48:17 +0000
parents 7a463923ecd1
children d8a784fb1bbe
comparison
equal deleted inserted replaced
8591:d1e300c41ed5 8592:9aac5b3cecbd
36 36
37 #define ALT_BITSTREAM_READER_LE 37 #define ALT_BITSTREAM_READER_LE
38 #include "avcodec.h" 38 #include "avcodec.h"
39 #include "bitstream.h" 39 #include "bitstream.h"
40 #include "dsputil.h" 40 #include "dsputil.h"
41
42 #if CONFIG_MPEGAUDIO_HP
43 #define USE_HIGHPRECISION
44 #endif
45
46 #include "mpegaudio.h" 41 #include "mpegaudio.h"
47 42
48 #include "qdm2data.h" 43 #include "qdm2data.h"
49 44
50 #undef NDEBUG 45 #undef NDEBUG