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/mdct_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/mdct_tablegen.h')
-rw-r--r-- | libavcodec/mdct_tablegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mdct_tablegen.h b/libavcodec/mdct_tablegen.h index 1722c3b4d0..86f858b4c0 100644 --- a/libavcodec/mdct_tablegen.h +++ b/libavcodec/mdct_tablegen.h @@ -21,7 +21,7 @@ */ #include <assert.h> -// do not use libavutil/mathematics.h since this is compiled both +// do not use libavutil/libm.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 "../libavutil/attributes.h" |