changeset 10576:64c8bc5340bd libavcodec

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.
author mru
date Thu, 26 Nov 2009 10:06:41 +0000
parents bcd863ec8208
children db54dba1f21c
files mpegaudio_tablegen.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudio_tablegen.h	Thu Nov 26 09:59:10 2009 +0000
+++ b/mpegaudio_tablegen.h	Thu Nov 26 10:06:41 2009 +0000
@@ -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