packages/net/baresip/patches/100-videodev-compat.patch
swalker c3f7841228 [packages] baresip: fix avformat & v4l bustage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30736 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 04:29:18 +00:00

12 lines
288 B
Diff

--- a/modules/v4l/v4l.c
+++ b/modules/v4l/v4l.c
@@ -14,7 +14,7 @@
#include <fcntl.h>
#include <unistd.h>
#undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
-#include <linux/videodev.h>
+#include <libv4l1-videodev.h>
#include <pthread.h>
#include <re.h>
#include <baresip.h>