diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-04-10 14:27:59 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-10 19:27:38 +0200 |
commit | 679481b3b61dda5e2827f9757bf8c12a8de193c9 (patch) | |
tree | c6d1173f0e8fafe25001b790ad66fc82535f8ddf /libavformat | |
parent | 2130bd8f5b6504ea14cd41e33f5d4f431eb724f3 (diff) | |
download | ffmpeg-679481b3b61dda5e2827f9757bf8c12a8de193c9.tar.gz |
Drop some pointless #ifdefs.
The files are only compiled if the #ifdef conditions are met.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/nutdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 32db763a67..004a2ea255 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -985,7 +985,6 @@ static int nut_read_close(AVFormatContext *s) return 0; } -#if CONFIG_NUT_DEMUXER AVInputFormat ff_nut_demuxer = { .name = "nut", .long_name = NULL_IF_CONFIG_SMALL("NUT format"), @@ -1001,4 +1000,3 @@ AVInputFormat ff_nut_demuxer = { ff_nut_subtitle_tags, 0 }, }; -#endif |