On Fri, Feb 07, 2014 at 03:41:34PM -0500, Andrew Kelley wrote:
> --- a/libavformat/oggenc.c
> +++ b/libavformat/oggenc.c
> @@ -616,7 +616,15 @@ AVOutputFormat ff_ogg_muxer = {
> +#ifdef CONFIG_LIBVORBIS_ENCODER
> + .audio_codec = AV_CODEC_ID_VORBIS,
> +#else
> .audio_codec = AV_CODEC_ID_FLAC,
> +#endif
That will not work as intended, as all our CONFIG_ settings are always
defined.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel