mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.
Originally committed as revision 19965 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
53e5462040
commit
71e4218054
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user