Remove one more forgotten instance of USE_HIGHPRECISION indirection.

Originally committed as revision 16597 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-14 07:55:43 +00:00
parent b5931348bc
commit 576286ba81
1 changed files with 0 additions and 4 deletions

View File

@ -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"