]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/bktr.c
Do as the comment says and signal an error.
[ffmpeg] / libavdevice / bktr.c
index e7321f52063242c9c95e5a5acff17d0820645da4..33744aaf740134da6550a84f0264cb4d9ff49a1d 100644 (file)
@@ -32,7 +32,7 @@
 #elif HAVE_MACHINE_IOCTL_METEOR_H && HAVE_MACHINE_IOCTL_BT848_H
 # include <machine/ioctl_meteor.h>
 # include <machine/ioctl_bt848.h>
-#elif HAVE_DEV_VIDEO_METEOR_IOCTL_METEOR_H && HAVE_DEV_VIDEO_METEOR_IOCTL_BT848_H
+#elif HAVE_DEV_VIDEO_METEOR_IOCTL_METEOR_H && HAVE_DEV_VIDEO_BKTR_IOCTL_BT848_H
 # include <dev/video/meteor/ioctl_meteor.h>
 # include <dev/video/bktr/ioctl_bt848.h>
 #elif HAVE_DEV_IC_BT8XX_H
@@ -44,6 +44,7 @@
 #include <sys/mman.h>
 #include <sys/time.h>
 #include <signal.h>
+#include <strings.h>
 
 typedef struct {
     int video_fd;