comparison 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
comparison
equal deleted inserted replaced
26068:bfada3b4c366 26069:1318e956c092
82 82
83 #ifdef USE_DVDNAV 83 #ifdef USE_DVDNAV
84 #include "stream/stream_dvdnav.h" 84 #include "stream/stream_dvdnav.h"
85 #endif 85 #endif
86 86
87 #ifdef USE_LIBAVCODEC_SO 87 #ifdef USE_LIBAVCODEC
88 #include <ffmpeg/avcodec.h> 88 #include "libavcodec/avcodec.h"
89 #elif USE_LIBAVCODEC_A
90 #include "avcodec.h"
91 #endif 89 #endif
92 90
93 #include "libmpcodecs/ae.h" 91 #include "libmpcodecs/ae.h"
94 int vo_doublebuffering=0; 92 int vo_doublebuffering=0;
95 int vo_directrendering=0; 93 int vo_directrendering=0;