changeset 2177:fa17c3c6e546 libavformat

remove now useless ifdef
author bcoudurier
date Thu, 21 Jun 2007 09:49:20 +0000
parents 50322a49fa2b
children 6e503a584e8f
files mpeg.c mpegenc.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg.c	Thu Jun 21 09:39:29 2007 +0000
+++ b/mpeg.c	Thu Jun 21 09:49:20 2007 +0000
@@ -535,7 +535,6 @@
     return dts;
 }
 
-#ifdef CONFIG_MPEGPS_DEMUXER
 AVInputFormat mpegps_demuxer = {
     "mpeg",
     "MPEG PS format",
@@ -548,4 +547,3 @@
     mpegps_read_dts,
     .flags = AVFMT_SHOW_IDS,
 };
-#endif
--- a/mpegenc.c	Thu Jun 21 09:39:29 2007 +0000
+++ b/mpegenc.c	Thu Jun 21 09:49:20 2007 +0000
@@ -76,7 +76,6 @@
 
 } MpegMuxContext;
 
-#ifdef CONFIG_MUXERS
 AVOutputFormat mpeg1system_muxer;
 AVOutputFormat mpeg1vcd_muxer;
 AVOutputFormat mpeg2vob_muxer;
@@ -1219,7 +1218,6 @@
     }
     return 0;
 }
-#endif //CONFIG_MUXERS
 
 #ifdef CONFIG_MPEG1SYSTEM_MUXER
 AVOutputFormat mpeg1system_muxer = {