[packages] baresip: fix avformat & v4l bustage
[openwrt/svn-archive/archive.git] / net / baresip / patches / 100-videodev-compat.patch
1 --- a/modules/v4l/v4l.c
2 +++ b/modules/v4l/v4l.c
3 @@ -14,7 +14,7 @@
4 #include <fcntl.h>
5 #include <unistd.h>
6 #undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
7 -#include <linux/videodev.h>
8 +#include <libv4l1-videodev.h>
9 #include <pthread.h>
10 #include <re.h>
11 #include <baresip.h>