This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix out of tree build with hardcoded tables
Originally committed as revision 21228 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
15 years ago
parent
ad7da0b551
commit
2b9cb7ec71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mdct_tablegen.h
+ 1
- 1
libavcodec/mdct_tablegen.h
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[] = {
Write
Preview
Loading…
Cancel
Save