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:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-06-21 13:49:20 +0400
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-06-21 13:49:20 +0400
commitc4f27438efb4cd6b52ddeb620ab0fe3c3fe0ef4b (patch)
tree9a11cf43f61d43ccae80add47641f1d76735fefe /libavformat/mpegenc.c
parent2abe5a01c87df3d30304ffecbd272d55fab9ae6e (diff)
remove now useless ifdef
Originally committed as revision 9383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegenc.c')
-rw-r--r--libavformat/mpegenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c
index 464a1f7bd7..c862074a51 100644
--- a/libavformat/mpegenc.c
+++ b/libavformat/mpegenc.c
@@ -76,7 +76,6 @@ typedef struct {
} MpegMuxContext;
-#ifdef CONFIG_MUXERS
AVOutputFormat mpeg1system_muxer;
AVOutputFormat mpeg1vcd_muxer;
AVOutputFormat mpeg2vob_muxer;
@@ -1219,7 +1218,6 @@ static int mpeg_mux_end(AVFormatContext *ctx)
}
return 0;
}
-#endif //CONFIG_MUXERS
#ifdef CONFIG_MPEG1SYSTEM_MUXER
AVOutputFormat mpeg1system_muxer = {