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:
Måns Rullgård 2010-01-15 20:48:34 +00:00
parent ad7da0b551
commit 2b9cb7ec71
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ SINETABLE(1024);
SINETABLE(2048);
SINETABLE(4096);
#else
#include "mdct_tables.h"
#include "libavcodec/mdct_tables.h"
#endif
SINETABLE_CONST float * const ff_sine_windows[] = {