diff mdct_tablegen.h @ 11906:a1b4029b2465 libavcodec

mathematics.h no longer needs config.h, so update tablegen code and documentation to use it where appropriate.
author reimar
date Mon, 21 Jun 2010 17:01:22 +0000
parents 8bef88bc329d
children 4b2300246240
line wrap: on
line diff
--- a/mdct_tablegen.h	Mon Jun 21 04:14:20 2010 +0000
+++ b/mdct_tablegen.h	Mon Jun 21 17:01:22 2010 +0000
@@ -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"