diff mencoder.c @ 26069:1318e956c092

FFmpeg now uses different (unified) #include paths.
author diego
date Mon, 25 Feb 2008 15:46:36 +0000
parents 429c8f64b810
children 2cb4aabb7dd8
line wrap: on
line diff
--- a/mencoder.c	Mon Feb 25 09:45:55 2008 +0000
+++ b/mencoder.c	Mon Feb 25 15:46:36 2008 +0000
@@ -84,10 +84,8 @@
 #include "stream/stream_dvdnav.h"
 #endif
 
-#ifdef USE_LIBAVCODEC_SO
-#include <ffmpeg/avcodec.h>
-#elif USE_LIBAVCODEC_A
-#include "avcodec.h"
+#ifdef USE_LIBAVCODEC
+#include "libavcodec/avcodec.h"
 #endif
 
 #include "libmpcodecs/ae.h"