mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 01:32:19 +08:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user