diff ppc/mathops.h @ 10080:25136467a218 libavcodec

Add necessary #include for config.h.
author diego
date Mon, 24 Aug 2009 10:59:14 +0000
parents 5bf12cdf0cb6
children
line wrap: on
line diff
--- a/ppc/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/ppc/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -24,6 +24,7 @@
 #define AVCODEC_PPC_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_PPC4XX