[Ffmpeg-cvslog] CVS: ffmpeg configure,1.248,1.249

Alex Beregszaszi alex
Sun Feb 12 21:55:53 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv10904

Modified Files:
	configure 
Log Message:
improve video4linux2 detection (without sys/time.h it was complaining about struct timeval

Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- configure	11 Feb 2006 20:37:12 -0000	1.248
+++ configure	12 Feb 2006 20:55:51 -0000	1.249
@@ -1251,6 +1251,7 @@
 if test "$v4l2" = "yes"; then
 # check for video4linux2 --- V4L2_PIX_FMT_YUV420
 cat > $TMPC << EOF
+#include <sys/time.h>
 #include <linux/videodev.h>
 int dummy = V4L2_PIX_FMT_YUV420;
 EOF





More information about the ffmpeg-cvslog mailing list