[Mplayer-cvslog] CVS: main/libaf af_lavcresample.c,1.2,1.3
Ivan Kalvachev
ivan at cacad.com
Wed Nov 3 15:16:49 CET 2004
On Wed, 3 Nov 2004 02:53:59 +0100 (CET)
syncmail at mplayerhq.hu (Michael Niedermayer CVS) wrote:
> CVS change done by Michael Niedermayer CVS
>
> Update of /cvsroot/mplayer/main/libaf
> In directory mail:/var2/tmp/cvs-serv29560
>
> Modified Files:
> af_lavcresample.c
> Log Message:
> libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)
>
>
> Index: af_lavcresample.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libaf/af_lavcresample.c,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- af_lavcresample.c 21 Oct 2004 21:15:21 -0000 1.2
> +++ af_lavcresample.c 3 Nov 2004 01:53:56 -0000 1.3
> @@ -11,8 +11,13 @@
>
> #ifdef USE_LIBAVCODEC
>
> +#ifdef USE_LIBAVCODEC_SO
> +#include <ffmpeg/avcodec.h>
> +#include <ffmpeg/rational.h>
> +#else
> #include "../libavcodec/avcodec.h"
> #include "../libavcodec/rational.h"
> +#endif
>
> #define CHANS 6
>
Michael,
I would like to have rational.[ch] code in MPlayer as it
could be used not only by lavc related codecs (but also from x264, xvid etc..).
As it is your code, I would be happy if you commit it here too. I know you like GPL more than LGPL :)
BTW there were some patches applied to remove the #include "../" from lot places in
MPlayer, do you think you can do the same here?
Wish You Best
Ivan Kalvachev
iive
More information about the MPlayer-cvslog
mailing list