mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-26 18:40:00 +08:00
Fix out of tree build with hardcoded tables
Originally committed as revision 21228 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -35,7 +35,7 @@ SINETABLE(1024);
|
|||||||
SINETABLE(2048);
|
SINETABLE(2048);
|
||||||
SINETABLE(4096);
|
SINETABLE(4096);
|
||||||
#else
|
#else
|
||||||
#include "mdct_tables.h"
|
#include "libavcodec/mdct_tables.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SINETABLE_CONST float * const ff_sine_windows[] = {
|
SINETABLE_CONST float * const ff_sine_windows[] = {
|
||||||
|
Reference in New Issue
Block a user