changeset 23120:f35f14c39023

Simplify #include directives.
author diego
date Thu, 26 Apr 2007 13:26:41 +0000
parents a27a3743f4b9
children a257dd426da5
files mencoder.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Thu Apr 26 13:20:18 2007 +0000
+++ b/mencoder.c	Thu Apr 26 13:26:41 2007 +0000
@@ -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;