ports/multimedia/mjpegtools/files/patch-lavtools__liblavplay.c
Martin Wilke 868034aedc - Update to 2.1.0
PR:		185934
Submitted by:	ports fury
2014-02-27 08:36:11 +00:00

15 lines
281 B
C

--- lavtools/liblavplay.c.orig
+++ lavtools/liblavplay.c
@@ -43,7 +43,12 @@
#include <sys/resource.h>
#include <sys/wait.h>
#ifdef HAVE_V4L
+#ifdef __linux
#include <sys/vfs.h>
+#else
+#include <sys/param.h>
+#include <sys/mount.h>
+#endif
#endif
#ifndef X_DISPLAY_MISSING