Remove pointless #if.

Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-02-09 18:07:20 +00:00
parent a3689bf7b4
commit c4c52acc36

View File

@ -2119,9 +2119,7 @@ static void opt_format(const char *arg)
} }
} }
#if defined(CONFIG_FFM_DEMUXER) || defined(CONFIG_FFM_MUXER)
extern int ffm_nopts; extern int ffm_nopts;
#endif
static int opt_default(const char *opt, const char *arg){ static int opt_default(const char *opt, const char *arg){
int type; int type;