Mercurial > libavcodec.hg
comparison mpc8.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 | e49a2e1f0020 |
comparison
equal
deleted
inserted
replaced
| 8591:d1e300c41ed5 | 8592:9aac5b3cecbd |
|---|---|
| 27 | 27 |
| 28 #include "libavutil/random.h" | 28 #include "libavutil/random.h" |
| 29 #include "avcodec.h" | 29 #include "avcodec.h" |
| 30 #include "bitstream.h" | 30 #include "bitstream.h" |
| 31 #include "dsputil.h" | 31 #include "dsputil.h" |
| 32 | |
| 33 #if CONFIG_MPEGAUDIO_HP | |
| 34 #define USE_HIGHPRECISION | |
| 35 #endif | |
| 36 #include "mpegaudio.h" | 32 #include "mpegaudio.h" |
| 37 | 33 |
| 38 #include "mpc.h" | 34 #include "mpc.h" |
| 39 #include "mpcdata.h" | 35 #include "mpcdata.h" |
| 40 #include "mpc8data.h" | 36 #include "mpc8data.h" |
