From c4c52acc369656754e217cf0740643eed16f5c35 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 9 Feb 2008 18:07:20 +0000 Subject: [PATCH] Remove pointless #if. Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 4594c806c8..fad0852c14 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2119,9 +2119,7 @@ static void opt_format(const char *arg) } } -#if defined(CONFIG_FFM_DEMUXER) || defined(CONFIG_FFM_MUXER) extern int ffm_nopts; -#endif static int opt_default(const char *opt, const char *arg){ int type;