diff options
author | Diego Biurrun | 2009-01-14 00:48:17 +0000 |
---|---|---|
committer | Diego Biurrun | 2009-01-14 00:48:17 +0000 |
commit | ad1eebe360dc587c676d8230d71b9156a0e197f0 (patch) | |
tree | 6c9b1254b4bb59dfb2f701beeb86077c71756764 /libavcodec/mpc.c | |
parent | ddda628e810de14d8e5a84cae9f5d0bf66d9909c (diff) |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Originally committed as revision 16594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpc.c')
-rw-r--r-- | libavcodec/mpc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index 3a5b83bb3b..596a5e9f34 100644 --- a/libavcodec/mpc.c +++ b/libavcodec/mpc.c @@ -29,10 +29,6 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" - -#if CONFIG_MPEGAUDIO_HP -#define USE_HIGHPRECISION -#endif #include "mpegaudio.h" #include "mpc.h" |