[MPlayer-cvslog] r18978 - trunk/configure

Guillaume POIRIER poirierg at gmail.com
Mon Jul 10 09:58:12 CEST 2006


Hi,

On 7/9/06, diego <subversion at mplayerhq.hu> wrote:

> Log:
> Sync with latest FFmpeg build system changes, now parsers can be
> enabled/disabled individually.


> --- trunk/configure     (original)
> +++ trunk/configure     Sun Jul  9 17:38:05 2006
> @@ -295,7 +295,9 @@
>    --disable-amr_nb-fixed disable amr narrowband, fixed point [autodetect]
>    --disable-amr_wb       disable amr wideband, floating point [autodetect]
>    --disable-codec=CODEC  disable specified codec
> -  --enable-codec=CODEC   dnable specified codec
> +  --enable-codec=CODEC   enable specified codec
> +  --disable-parser=PARSER disable specified parser
> +  --enable-parser=PARSER  enable specified parser

Is it possible to give a list of parsers/codecs to disable, or are you
supposed to specify --disable-xx several times if you wanna disable
several modules at once?

I guess it can be given as a list, so how about:

--disable-parser=PARSER disable specified parser (given as a comma
separated list)

Thoughts?

Guillaume
-- 
"Bald guys never have a bad hair day."



More information about the MPlayer-cvslog mailing list