[FFmpeg-cvslog] r20612 - trunk/libavcodec/mpegaudio_tablegen.h
diego
subversion
Thu Nov 26 00:24:09 CET 2009
Author: diego
Date: Thu Nov 26 00:24:09 2009
New Revision: 20612
Log:
Add required header #include to fix 'make checkheaders'.
Modified:
trunk/libavcodec/mpegaudio_tablegen.h
Modified: trunk/libavcodec/mpegaudio_tablegen.h
==============================================================================
--- trunk/libavcodec/mpegaudio_tablegen.h Thu Nov 26 00:24:09 2009 (r20611)
+++ trunk/libavcodec/mpegaudio_tablegen.h Thu Nov 26 00:24:09 2009 (r20612)
@@ -27,6 +27,7 @@
// do not use libavutil/mathematics.h since this is compiled both
// for the host and the target and config.h is only valid for the target
#include <math.h>
+#include "config.h"
#define TABLE_4_3_SIZE (8191 + 16)*4
#if CONFIG_HARDCODED_TABLES
More information about the ffmpeg-cvslog
mailing list