From 063be4fe2cc631315fac028b5e5642e451304807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sat, 10 Feb 2018 16:59:54 +0200 Subject: lavf/aptxdec: fix the limit on the APTX demuxer definition 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(-) (limited to 'libavformat/aptxdec.c') 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, -- cgit v1.2.3