diff mpegaudio_tablegen.h @ 10473:36a16fb5c497 libavcodec

Fix out-of-tree builds with --enable-hardcoded-tables
author reimar
date Wed, 28 Oct 2009 19:38:31 +0000
parents 08be6978ac8e
children 8b4b365d08f5
line wrap: on
line diff
--- a/mpegaudio_tablegen.h	Wed Oct 28 19:15:42 2009 +0000
+++ b/mpegaudio_tablegen.h	Wed Oct 28 19:38:31 2009 +0000
@@ -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];