[MPlayer-cvslog] CVS: main configure,1.1124,1.1125

Diego Biurrun diego at biurrun.de
Fri Jan 20 02:16:21 CET 2006


On Fri, Jan 20, 2006 at 01:58:09AM +0100, Diego Biurrun CVS wrote:
> 
> Modified Files:
> 	configure 
> Log Message:
> Also define FF_POSTPROCESS when using shared libavcodec.
> Based on a patch found in Christian Marillat's Debian package.
> 
> --- configure	19 Jan 2006 22:09:20 -0000	1.1124
> +++ configure	20 Jan 2006 00:58:07 -0000	1.1125
> @@ -6097,6 +6097,7 @@
>  elif test "$_libavcodec_so" = yes ; then
>    _def_libavcodec='#define USE_LIBAVCODEC 1'
>    _def_libavcodec_so='#define USE_LIBAVCODEC_SO 1'
> +  _def_ffpostprocess='#define FF_POSTPROCESS 1'
>    _ld_libavcodec='-lavcodec'

One question: Christian also had the following line in his patch:

+  _ld_libavcodec='-lavcodec -lpostproc'

In my tests it worked fine even without -lpostproc, however.  Is this
strictly necessary, is it better style to add it, is it optional or is
it bad?

Diego




More information about the MPlayer-cvslog mailing list