comparison qdm2.c @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 85ab7655ad4d
children 9aac5b3cecbd
comparison
equal deleted inserted replaced
8589:a29b5b5c3c9d 8590:7a463923ecd1
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 41
42 #ifdef CONFIG_MPEGAUDIO_HP 42 #if CONFIG_MPEGAUDIO_HP
43 #define USE_HIGHPRECISION 43 #define USE_HIGHPRECISION
44 #endif 44 #endif
45 45
46 #include "mpegaudio.h" 46 #include "mpegaudio.h"
47 47