comparison mpc.h @ 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 cf4d575b1982
children 7de1d00618e4
comparison
equal deleted inserted replaced
8589:a29b5b5c3c9d 8590:7a463923ecd1
31 #include "libavutil/random.h" 31 #include "libavutil/random.h"
32 #include "avcodec.h" 32 #include "avcodec.h"
33 #include "bitstream.h" 33 #include "bitstream.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 35
36 #ifdef CONFIG_MPEGAUDIO_HP 36 #if CONFIG_MPEGAUDIO_HP
37 #define USE_HIGHPRECISION 37 #define USE_HIGHPRECISION
38 #endif 38 #endif
39 #include "mpegaudio.h" 39 #include "mpegaudio.h"
40 40
41 #include "mpcdata.h" 41 #include "mpcdata.h"