summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mencoder.c b/mencoder.c
index 27b45cc378..6e0abdc70c 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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;