[Ffmpeg-devel] [PATCH] grab_bktr.c
Steven M. Schultz
sms
Sat Aug 13 06:14:40 CEST 2005
Hi -
I think '#elseif' needs to be '#elif' - on a BSD system gcc 3.3.3
error'd out with the '#elseif'.
Cheers,
Steven Schultz
-------------- next part --------------
--- libavformat/grab_bktr.c.dist Thu Aug 11 15:26:12 2005
+++ libavformat/grab_bktr.c Fri Aug 12 19:44:42 2005
@@ -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
More information about the ffmpeg-devel
mailing list