changeset 31365:1fe3bf45f4e6

Remove some unnecessary #includes from compilation tests.
author diego
date Wed, 16 Jun 2010 15:02:52 +0000
parents 317649676214
children 0bf908d29807
files configure
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jun 16 13:55:09 2010 +0000
+++ b/configure	Wed Jun 16 15:02:52 2010 +0000
@@ -3986,7 +3986,6 @@
 
 echocheck "gettimeofday()"
 cat > $TMPC << EOF
-#include <stdio.h>
 #include <sys/time.h>
 int main(void) {struct timeval tv_start; gettimeofday(&tv_start, NULL); return 0; }
 EOF
@@ -7330,7 +7329,6 @@
   _libavformat_so=no
   cat > $TMPC <<EOF
   #include <libavformat/avformat.h>
-  #include <libavcodec/opt.h>
   int main(void) { av_alloc_format_context(); return 0; }
 EOF
   if $_pkg_config --exists libavformat ; then
@@ -7365,7 +7363,6 @@
 elif test "$_libpostproc_so" = auto ; then
   _libpostproc_so=no
   cat > $TMPC << EOF
-  #include <inttypes.h>
   #include <libpostproc/postprocess.h>
   int main(void) { pp_get_mode_by_name_and_quality("de", 0); return 0; }
 EOF