'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)

Originally committed as revision 4510 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Steven M. Schultz 2005-08-13 16:17:50 +00:00 committed by Michael Niedermayer
parent a71a1dfc37
commit 2fcb1a5bf4
1 changed files with 1 additions and 1 deletions

View File

@ -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