diff options
author | Steven M. Schultz <sms@2bsd.com> | 2005-08-13 16:17:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-08-13 16:17:50 +0000 |
commit | 2fcb1a5bf4ba12221b444947a32894a44d0aad06 (patch) | |
tree | e102948127528c857fb6bae4a49697ddd6e3bb14 | |
parent | a71a1dfc37261811bbca1a9308a2afb175c83198 (diff) | |
download | ffmpeg-2fcb1a5bf4ba12221b444947a32894a44d0aad06.tar.gz |
'#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
-rw-r--r-- | libavformat/grab_bktr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/grab_bktr.c b/libavformat/grab_bktr.c index 37ec929166..cfa75e3408 100644 --- a/libavformat/grab_bktr.c +++ b/libavformat/grab_bktr.c @@ -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 |