[MPlayer-cvslog] r31431 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jun 16 17:02:52 CEST 2010


Author: diego
Date: Wed Jun 16 17:02:52 2010
New Revision: 31431

Log:
Remove some unnecessary #includes from compilation tests.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun 16 15:55:09 2010	(r31430)
+++ trunk/configure	Wed Jun 16 17:02:52 2010	(r31431)
@@ -3986,7 +3986,6 @@ echores "$_select"
 
 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 @@ elif test "$_libavformat_so" = auto ; th
   _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 @@ if test "$_libpostproc_a" = auto ; then
 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


More information about the MPlayer-cvslog mailing list