[Mplayer-cvslog] CVS: main configure,1.337,1.338
pl
pl at mplayer.dev.hu
Fri Dec 28 19:14:26 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv30591
Modified Files:
configure
Log Message:
fixes a problem with undefined types (harmless anyway)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- configure 28 Dec 2001 18:01:56 -0000 1.337
+++ configure 28 Dec 2001 18:14:23 -0000 1.338
@@ -2439,6 +2439,7 @@
if test "$_tv" = yes && linux ; then
if test -c /dev/video0 || test -c /dev/video ; then
cat > $TMPC <<EOF
+#include <stdlib.h>
#include <linux/videodev.h>
int main(void) { return 0; }
EOF
More information about the MPlayer-cvslog
mailing list