changeset 836:8d9d16641fe0 libavformat

'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)
author michael
date Sat, 13 Aug 2005 16:17:50 +0000
parents 14ba3ad599d8
children 4cf524326a1a
files grab_bktr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/grab_bktr.c	Sat Aug 13 13:45:42 2005 +0000
+++ b/grab_bktr.c	Sat Aug 13 16:17:50 2005 +0000
@@ -30,7 +30,7 @@
 #  include <machine/ioctl_meteor.h>
 #  include <machine/ioctl_bt848.h>
 # endif
-#elseif defined(__DragonFly__)
+#elif defined(__DragonFly__)
 # include <dev/video/meteor/ioctl_meteor.h>
 # include <dev/video/bktr/ioctl_bt848.h>
 #else