Commit 41cbba5c authored by diego's avatar diego

Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19965 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 19ebe7a3
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#elif HAVE_MACHINE_IOCTL_METEOR_H && HAVE_MACHINE_IOCTL_BT848_H #elif HAVE_MACHINE_IOCTL_METEOR_H && HAVE_MACHINE_IOCTL_BT848_H
# include <machine/ioctl_meteor.h> # include <machine/ioctl_meteor.h>
# include <machine/ioctl_bt848.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/meteor/ioctl_meteor.h>
# include <dev/video/bktr/ioctl_bt848.h> # include <dev/video/bktr/ioctl_bt848.h>
#elif HAVE_DEV_IC_BT8XX_H #elif HAVE_DEV_IC_BT8XX_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment