diff libmpdemux/muxer.c @ 23121:a257dd426da5

Simplify preprocessor directives: There is a general variable for static/shared FFmpeg libraries now.
author diego
date Thu, 26 Apr 2007 15:10:07 +0000
parents 4d81dbdf46b9
children 36948c17c4af
line wrap: on
line diff
--- a/libmpdemux/muxer.c	Thu Apr 26 13:26:41 2007 +0000
+++ b/libmpdemux/muxer.c	Thu Apr 26 15:10:07 2007 +0000
@@ -36,7 +36,7 @@
         if(! muxer_init_muxer_rawaudio(muxer))
 	  goto fail;
         break;
-#if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO)
+#ifdef USE_LIBAVFORMAT
       case MUXER_TYPE_LAVF:
         if(! muxer_init_muxer_lavf(muxer))
 	  goto fail;