diff dsputil.h @ 2024:f65d87bfdd5a libavcodec

some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 18 May 2004 17:09:46 +0000
parents ef919e9ef73e
children b6f2add2511e
line wrap: on
line diff
--- a/dsputil.h	Tue May 18 01:53:43 2004 +0000
+++ b/dsputil.h	Tue May 18 17:09:46 2004 +0000
@@ -564,6 +564,11 @@
     return (int)(rint(x));
 #endif
 }
+#else
+#ifndef _ISOC9X_SOURCE
+#define _ISOC9X_SOURCE
+#endif
+#include <math.h>
 #endif
 
 #endif