comparison libmpcodecs/vd_ffmpeg.c @ 7004:8eff71f38685

dynamic libavcodec.so support updated by Alexander.Gottwald@informatik.tu-chemnitz.de
author arpi
date Wed, 14 Aug 2002 21:43:49 +0000
parents cd630017eb83
children d03fad6123a3
comparison
equal deleted inserted replaced
7003:60a473935d7d 7004:8eff71f38685
26 26
27 #include "../postproc/rgb2rgb.h" 27 #include "../postproc/rgb2rgb.h"
28 28
29 29
30 #ifdef USE_LIBAVCODEC_SO 30 #ifdef USE_LIBAVCODEC_SO
31 #include <libffmpeg/avcodec.h> 31 #include <ffmpeg/avcodec.h>
32 #else 32 #else
33 #include "libavcodec/avcodec.h" 33 #include "libavcodec/avcodec.h"
34 #endif 34 #endif
35 35
36 int avcodec_inited=0; 36 int avcodec_inited=0;