From 52a4a077788a02a97cdfb8ce2f3a3107615c4d7b Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Wed, 28 Oct 2009 19:38:31 +0000 Subject: Fix out-of-tree builds with --enable-hardcoded-tables Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudio_tablegen.h') diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index cab56ebdd5..362c30b4be 100644 --- a/libavcodec/mpegaudio_tablegen.h +++ b/libavcodec/mpegaudio_tablegen.h @@ -31,7 +31,7 @@ #define TABLE_4_3_SIZE (8191 + 16)*4 #if CONFIG_HARDCODED_TABLES #define mpegaudio_tableinit() -#include "mpegaudio_tables.h" +#include "libavcodec/mpegaudio_tables.h" #else static int8_t table_4_3_exp[TABLE_4_3_SIZE]; static uint32_t table_4_3_value[TABLE_4_3_SIZE]; -- cgit v1.2.3