[MPlayer-cvslog] r23138 - trunk/mencoder.c

diego subversion at mplayerhq.hu
Thu Apr 26 15:26:42 CEST 2007


Author: diego
Date: Thu Apr 26 15:26:41 2007
New Revision: 23138

Log:
Simplify #include directives.


Modified:
   trunk/mencoder.c

Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c	(original)
+++ trunk/mencoder.c	Thu Apr 26 15:26:41 2007
@@ -79,13 +79,11 @@
 #include "stream/stream_dvd.h"
 #endif
 
-#ifdef USE_LIBAVCODEC
 #ifdef USE_LIBAVCODEC_SO
 #include <ffmpeg/avcodec.h>
-#else
+#elif USE_LIBAVCODEC_A
 #include "avcodec.h"
 #endif
-#endif
 
 #include "libmpcodecs/ae.h"
 int vo_doublebuffering=0;



More information about the MPlayer-cvslog mailing list