From 2b9cb7ec71799050086d2f92fb474adcdb76703f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 15 Jan 2010 20:48:34 +0000 Subject: [PATCH] Fix out of tree build with hardcoded tables Originally committed as revision 21228 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mdct_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mdct_tablegen.h b/libavcodec/mdct_tablegen.h index 30a517c2e5..af652e7457 100644 --- 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[] = {