[FFmpeg-devel] [PATCH] lavf/aptxdec: fix the limit on the APTX demuxer definition
Paul B Mahol
onemda at gmail.com
Sat Feb 10 18:18:00 EET 2018
On 2/10/18, Jan Ekstroem <jeebjp at gmail.com> wrote:
> Fixes breakage with --disable-muxers as it was originally limited
> to the muxer, and not the demuxer.
> ---
> libavformat/aptxdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/aptxdec.c b/libavformat/aptxdec.c
> index 467bc3fd5a..a262cd9ebe 100644
> --- a/libavformat/aptxdec.c
> +++ b/libavformat/aptxdec.c
> @@ -87,7 +87,7 @@ static const AVOption aptx_options[] = {
> { NULL },
> };
>
> -#if CONFIG_APTX_MUXER
> +#if CONFIG_APTX_DEMUXER
> static const AVClass aptx_demuxer_class = {
> .class_name = "aptx demuxer",
> .item_name = av_default_item_name,
> --
> 2.14.3
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
lgtm
More information about the ffmpeg-devel
mailing list