From: Diego Biurrun Date: Wed, 14 Jan 2009 07:55:43 +0000 (+0000) Subject: Remove one more forgotten instance of USE_HIGHPRECISION indirection. X-Git-Tag: v0.5~1190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=576286ba818f16adae0fd774ebe1e63c58afddc1;p=platform%2Fupstream%2Flibav.git Remove one more forgotten instance of USE_HIGHPRECISION indirection. Originally committed as revision 16597 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h index d9aa22a..df33683 100644 --- a/libavcodec/mpc.h +++ b/libavcodec/mpc.h @@ -32,10 +32,6 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" - -#if CONFIG_MPEGAUDIO_HP -#define USE_HIGHPRECISION -#endif #include "mpegaudio.h" #include "mpcdata.h"