[MPlayer-dev-eng] libvo/vo_yuv4mpeg.c portability fix

Steven M. Schultz sms at 2BSD.COM
Sun Feb 10 09:48:39 CET 2002


Greetings -

	I have a _very_ small portability suggestion for one module in MPlayer:
	
--- vo_yuv4mpeg.c.dist	Sat Feb  9 05:58:37 2002
+++ vo_yuv4mpeg.c	Sun Feb 10 00:42:32 2002
@@ -28,7 +28,7 @@
 #include <signal.h>
 #include <sys/wait.h>
 
-#ifndef __FreeBSD__
+#if	!defined( __FreeBSD__) && !defined(__bsdi__)
 #include <linux/videodev.h>
 #endif
 
	Cheers,

	Steven Schultz
	sms at 2bsd.com



More information about the MPlayer-dev-eng mailing list