mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
ddda628e81
commit
ad1eebe360
6 changed files with 3 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue