CVS: main/libmpcodecs ad_ffmpeg.c,1.4,1.5 vd_ffmpeg.c,1.43,1.44 ve_lavc.c,1.19,1.20 vf_lavc.c,1.3,1.4 vf_lavcdeint.c,1.2,1.3
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv20185/libmpcodecs Modified Files: ad_ffmpeg.c vd_ffmpeg.c ve_lavc.c vf_lavc.c vf_lavcdeint.c Log Message: dynamic libavcodec.so support updated by Alexander.Gottwald@informatik.tu-chemnitz.de Index: ad_ffmpeg.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_ffmpeg.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ad_ffmpeg.c 3 Apr 2002 21:01:15 -0000 1.4 +++ ad_ffmpeg.c 14 Aug 2002 21:43:49 -0000 1.5 @@ -27,7 +27,7 @@ #define assert(x) #ifdef USE_LIBAVCODEC_SO -#include <libffmpeg/avcodec.h> +#include <ffmpeg/avcodec.h> #else #include "libavcodec/avcodec.h" #endif Index: vd_ffmpeg.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- vd_ffmpeg.c 4 Aug 2002 16:27:52 -0000 1.43 +++ vd_ffmpeg.c 14 Aug 2002 21:43:49 -0000 1.44 @@ -28,7 +28,7 @@ #ifdef USE_LIBAVCODEC_SO -#include <libffmpeg/avcodec.h> +#include <ffmpeg/avcodec.h> #else #include "libavcodec/avcodec.h" #endif Index: ve_lavc.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ve_lavc.c 7 Aug 2002 00:08:57 -0000 1.19 +++ ve_lavc.c 14 Aug 2002 21:43:49 -0000 1.20 @@ -30,7 +30,7 @@ //===========================================================================// #ifdef USE_LIBAVCODEC_SO -#include <libffmpeg/avcodec.h> +#include <ffmpeg/avcodec.h> #else #include "libavcodec/avcodec.h" #endif Index: vf_lavc.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_lavc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vf_lavc.c 8 May 2002 22:11:14 -0000 1.3 +++ vf_lavc.c 14 Aug 2002 21:43:49 -0000 1.4 @@ -16,7 +16,7 @@ //#include "../libvo/fastmemcpy.h" #ifdef USE_LIBAVCODEC_SO -#include <libffmpeg/avcodec.h> +#include <ffmpeg/avcodec.h> #else #include "libavcodec/avcodec.h" #endif Index: vf_lavcdeint.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_lavcdeint.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vf_lavcdeint.c 31 Jul 2002 20:18:44 -0000 1.2 +++ vf_lavcdeint.c 14 Aug 2002 21:43:49 -0000 1.3 @@ -16,7 +16,7 @@ //#include "../libvo/fastmemcpy.h" #ifdef USE_LIBAVCODEC_SO -#include <libffmpeg/avcodec.h> +#include <ffmpeg/avcodec.h> #else #include "libavcodec/avcodec.h" #endif
participants (1)
-
Arpi of Ize