[FFmpeg-cvslog] r20620 - trunk/libavcodec/mpegaudio_tablegen.h
mru
subversion
Thu Nov 26 11:06:42 CET 2009
Author: mru
Date: Thu Nov 26 11:06:41 2009
New Revision: 20620
Log:
Revert "Add required header #include to fix 'make checkheaders'."
config.h must not be included in that file. The table generator runs
on the host system, but config.h describes the target.
Modified:
trunk/libavcodec/mpegaudio_tablegen.h
Modified: trunk/libavcodec/mpegaudio_tablegen.h
==============================================================================
--- trunk/libavcodec/mpegaudio_tablegen.h Thu Nov 26 10:59:10 2009 (r20619)
+++ trunk/libavcodec/mpegaudio_tablegen.h Thu Nov 26 11:06:41 2009 (r20620)
@@ -27,7 +27,6 @@
// 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