diff mpeg.c @ 2177:fa17c3c6e546 libavformat

remove now useless ifdef
author bcoudurier
date Thu, 21 Jun 2007 09:49:20 +0000
parents 50322a49fa2b
children b21c2af60bc9
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