projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad7da0b
)
Fix out of tree build with hardcoded tables
author
Måns Rullgård
<mans@mansr.com>
Fri, 15 Jan 2010 20:48:34 +0000
(20:48 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Fri, 15 Jan 2010 20:48:34 +0000
(20:48 +0000)
Originally committed as revision 21228 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mdct_tablegen.h
patch
|
blob
|
history
diff --git
a/libavcodec/mdct_tablegen.h
b/libavcodec/mdct_tablegen.h
index
30a517c
..
af652e7
100644
(file)
--- a/
libavcodec/mdct_tablegen.h
+++ b/
libavcodec/mdct_tablegen.h
@@
-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[] = {