changeset 5118:3b190bc34546 libavcodec

Add some #includes to allow compilation without HAVE_AV_CONFIG_H. taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Sat, 09 Jun 2007 17:52:16 +0000
parents 524faa5eabd1
children ad0c45e0008c
files dct-test.c fft-test.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dct-test.c	Fri Jun 08 20:35:30 2007 +0000
+++ b/dct-test.c	Sat Jun 09 17:52:16 2007 +0000
@@ -30,6 +30,7 @@
 #include <string.h>
 #include <sys/time.h>
 #include <unistd.h>
+#include <math.h>
 
 #include "dsputil.h"
 
--- a/fft-test.c	Fri Jun 08 20:35:30 2007 +0000
+++ b/fft-test.c	Sat Jun 09 17:52:16 2007 +0000
@@ -27,6 +27,8 @@
 #include <math.h>
 #include <unistd.h>
 #include <sys/time.h>
+#include <stdlib.h>
+#include <string.h>
 
 #undef exit