Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.

Originally committed as revision 16594 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-01-14 00:48:17 +00:00
parent ddda628e81
commit ad1eebe360
6 changed files with 3 additions and 29 deletions

View File

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