Commit 60b82f68 authored by mru's avatar mru

Fix out of tree build with hardcoded tables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21228 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 67cea9b0
...@@ -35,7 +35,7 @@ SINETABLE(1024); ...@@ -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[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment