diff src/aac/libfaad2/common.h @ 1044:b1128efde471 trunk

[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration. - fix for minor bugs.
author yaz
date Sun, 20 May 2007 12:05:48 -0700
parents e6c5fdae6e88
children 22a470857579
line wrap: on
line diff
--- a/src/aac/libfaad2/common.h	Fri May 18 10:42:29 2007 -0700
+++ b/src/aac/libfaad2/common.h	Sun May 20 12:05:48 2007 -0700
@@ -362,8 +362,6 @@
 
   #else
 
-#include <math.h>
-
 #ifdef HAVE_LRINTF
 #  define HAS_LRINTF
 #  define _ISOC9X_SOURCE 1
@@ -372,6 +370,8 @@
 #  define __USE_ISOC99   1
 #endif
 
+#include <math.h>
+
 #ifdef HAVE_SINF
 #  define sin sinf
 #error