Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-06-21 21:01:22 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-06-21 21:01:22 +0400
commit6785e9270991e370772d7e0ed1ad60cb89210676 (patch)
treef139b56334f371cfe0f961bc16ae026c49fadbac /libavcodec/mdct_tablegen.h
parent28db32159eba8c74a1c873f1efdd2f747a00ed12 (diff)
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.h2
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"