[FFmpeg-cvslog] r21228 - trunk/libavcodec/mdct_tablegen.h

mru subversion
Fri Jan 15 21:48:35 CET 2010


Author: mru
Date: Fri Jan 15 21:48:34 2010
New Revision: 21228

Log:
Fix out of tree build with hardcoded tables

Modified:
   trunk/libavcodec/mdct_tablegen.h

Modified: trunk/libavcodec/mdct_tablegen.h
==============================================================================
--- trunk/libavcodec/mdct_tablegen.h	Fri Jan 15 21:30:03 2010	(r21227)
+++ trunk/libavcodec/mdct_tablegen.h	Fri Jan 15 21:48:34 2010	(r21228)
@@ -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[] = {



More information about the ffmpeg-cvslog mailing list