changeset 4633:f737f948fa0b

Portability
author nick
date Sun, 10 Feb 2002 09:56:50 +0000
parents 898e3db107a1
children bd379eaac1ab
files libvo/vo_yuv4mpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_yuv4mpeg.c	Sun Feb 10 09:49:45 2002 +0000
+++ b/libvo/vo_yuv4mpeg.c	Sun Feb 10 09:56:50 2002 +0000
@@ -28,7 +28,7 @@
 #include <signal.h>
 #include <sys/wait.h>
 
-#ifndef __FreeBSD__
+#if defined (linux)
 #include <linux/videodev.h>
 #endif