From 6785e9270991e370772d7e0ed1ad60cb89210676 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Mon, 21 Jun 2010 17:01:22 +0000 Subject: mathematics.h no longer needs config.h, so update tablegen code and documentation to use it where appropriate. Originally committed as revision 23680 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio_tablegen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/mpegaudio_tablegen.h') diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index 56bf408641..6b5ff2280e 100644 --- a/libavcodec/mpegaudio_tablegen.h +++ b/libavcodec/mpegaudio_tablegen.h @@ -24,8 +24,6 @@ #define MPEGAUDIO_TABLEGEN_H #include -// 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 #define TABLE_4_3_SIZE (8191 + 16)*4 -- cgit v1.2.3