[FFmpeg-devel] Trivial bug in libavdevice/bktr.c
    Steve O'Hara-Smith 
    steve
       
    Tue Sep 22 12:04:28 CEST 2009
    
    
  
	Hi,
	Line 35 of libavdevice/bktr.c reads:
#elif HAVE_DEV_VIDEO_METEOR_IOCTL_METEOR_H && HAVE_DEV_VIDEO_METEOR_IOCTL_BT848_H
	It should read
#elif HAVE_DEV_VIDEO_METEOR_IOCTL_METEOR_H && HAVE_DEV_VIDEO_BKTR_IOCTL_BT848_H
	In order to match the definitions in config.h. This breaks building on DragonFlyBSD.
-- 
Steve O'Hara-Smith                          |   Directable Mirror Arrays
C:>WIN                                      | A better way to focus the sun
The computer obeys and wins.                |    licences available see
You lose and Bill collects.                 |    http://www.sohara.org/
    
    
More information about the ffmpeg-devel
mailing list