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,