[MPlayer-dev-eng] [PATCH] vorbis encoder
Diego Biurrun
diego at biurrun.de
Sun Jan 29 02:50:14 CET 2006
On Sat, Jan 28, 2006 at 03:45:55PM +0100, Nico Sabbi wrote:
>
> --- configure 23 Jan 2006 10:16:48 -0000 1.1129
> +++ configure 28 Jan 2006 14:34:29 -0000
> @@ -1741,6 +1743,7 @@
> --disable-external-faad) _faad_external=no ;;
> --enable-faac) _faac=yes ;;
> --disable-faac) _faac=no ;;
> + --enable-vorbisenc) _vorbisenc=yes ;;
--disable-vorbisenc is missing.
> +echocheck "VORBIS-ENC (Vorbis encoder) support"
> +if test "$_vorbisenc" = yes ; then
> + cat > $TMPC <<EOF
Umm, you should only test when the variable is set to auto..
Diego
More information about the MPlayer-dev-eng
mailing list