Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-04-10 16:27:59 +0400
committerDiego Biurrun <diego@biurrun.de>2012-04-10 21:27:38 +0400
commit679481b3b61dda5e2827f9757bf8c12a8de193c9 (patch)
treec6d1173f0e8fafe25001b790ad66fc82535f8ddf /libavformat/nutdec.c
parent2130bd8f5b6504ea14cd41e33f5d4f431eb724f3 (diff)
Drop some pointless #ifdefs.
The files are only compiled if the #ifdef conditions are met.
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c2
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