diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-06-21 17:01:22 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-06-21 17:01:22 +0000 |
commit | 6785e9270991e370772d7e0ed1ad60cb89210676 (patch) | |
tree | f139b56334f371cfe0f961bc16ae026c49fadbac /libavcodec/mpegaudio_tablegen.h | |
parent | 28db32159eba8c74a1c873f1efdd2f747a00ed12 (diff) | |
download | ffmpeg-6785e9270991e370772d7e0ed1ad60cb89210676.tar.gz |
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
Diffstat (limited to 'libavcodec/mpegaudio_tablegen.h')
-rw-r--r-- | libavcodec/mpegaudio_tablegen.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <stdint.h> -// 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> #define TABLE_4_3_SIZE (8191 + 16)*4 |