[Ffmpeg-cvslog] CVS: ffmpeg configure,1.168,1.169
Alexander Strasser
eclipse7
Mon May 2 15:31:27 CEST 2005
Hi,
Michael Niedermayer CVS wrote:
> Update of /cvsroot/ffmpeg/ffmpeg
> In directory mail:/var2/tmp/cvs-serv5626
>
> Modified Files:
> configure
> Log Message:
> --enable/disable-codec / --disable-encoders (configure part only, no actual #ifdefs)
[...]
> +echo " --enable-code=codec enables codec"
> +echo " --disable-code=codec disables codec"
You missed the c from codeC in the option name.
[...]
> +CODEC_LIST=`grep 'register_avcodec(&[a-z]' libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'`
> +
I am not sure if it is a good idea to extract the names out of a C file like this,
i looked into that file and found that some statements are generated through preprocessor
macros.
Maybe it is good enough for the beginning, but i guess it would be better to changed it
to something more reliable later. Don't have a concrete enough idea atm, sorry.
Alex (beastd)
More information about the ffmpeg-cvslog
mailing list