1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

View File

@ -32,10 +32,6 @@
#include "avcodec.h" #include "avcodec.h"
#include "bitstream.h" #include "bitstream.h"
#include "dsputil.h" #include "dsputil.h"
#if CONFIG_MPEGAUDIO_HP
#define USE_HIGHPRECISION
#endif
#include "mpegaudio.h" #include "mpegaudio.h"
#include "mpcdata.h" #include "mpcdata.h"