From 71e4218054c7547f17864a9e6c8ba9306cbdd391 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 22 Sep 2009 14:44:44 +0000 Subject: [PATCH] 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 --- libavdevice/bktr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/bktr.c b/libavdevice/bktr.c index dfcd332..33744aa 100644 --- a/libavdevice/bktr.c +++ b/libavdevice/bktr.c @@ -32,7 +32,7 @@ #elif HAVE_MACHINE_IOCTL_METEOR_H && HAVE_MACHINE_IOCTL_BT848_H # include # include -#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 # include #elif HAVE_DEV_IC_BT8XX_H -- 2.7.4