[Mplayer-cvslog] CVS: main/libaf af_lavcresample.c,1.2,1.3
Michael Niedermayer
michaelni at gmx.at
Wed Nov 3 20:39:57 CET 2004
Hi
On Wednesday 03 November 2004 15:16, Ivan Kalvachev wrote:
> 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 :)
iam against code/file duplication
>
> BTW there were some patches applied to remove the #include "../" from lot
> places in MPlayer, do you think you can do the same here?
u can if u like, iam too lazy ...
[...]
--
Michael
"I do not agree with what you have to say, but I'll defend to the death your
right to say it." -- Voltaire
More information about the MPlayer-cvslog
mailing list