summaryrefslogtreecommitdiff
path: root/libavcodec/mpc7.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-14 00:48:17 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-14 00:48:17 +0000
commitad1eebe360dc587c676d8230d71b9156a0e197f0 (patch)
tree6c9b1254b4bb59dfb2f701beeb86077c71756764 /libavcodec/mpc7.c
parentddda628e810de14d8e5a84cae9f5d0bf66d9909c (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/mpc7.c')
-rw-r--r--libavcodec/mpc7.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c
index 168e60b995..a22baac915 100644
--- a/libavcodec/mpc7.c
+++ b/libavcodec/mpc7.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"