comparison libmpcodecs/ad_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 df12f6eb80e3
children 28677d779205
comparison
equal deleted inserted replaced
7003:60a473935d7d 7004:8eff71f38685
25 LIBAD_EXTERN(ffmpeg) 25 LIBAD_EXTERN(ffmpeg)
26 26
27 #define assert(x) 27 #define assert(x)
28 28
29 #ifdef USE_LIBAVCODEC_SO 29 #ifdef USE_LIBAVCODEC_SO
30 #include <libffmpeg/avcodec.h> 30 #include <ffmpeg/avcodec.h>
31 #else 31 #else
32 #include "libavcodec/avcodec.h" 32 #include "libavcodec/avcodec.h"
33 #endif 33 #endif
34 34
35 extern int avcodec_inited; 35 extern int avcodec_inited;