Skip to content
Snippets Groups Projects
Commit 063be4fe authored by Jan Ekström's avatar Jan Ekström
Browse files

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.
parent 3e21f285
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ static const AVOption aptx_options[] = { ...@@ -87,7 +87,7 @@ static const AVOption aptx_options[] = {
{ NULL }, { NULL },
}; };
#if CONFIG_APTX_MUXER #if CONFIG_APTX_DEMUXER
static const AVClass aptx_demuxer_class = { static const AVClass aptx_demuxer_class = {
.class_name = "aptx demuxer", .class_name = "aptx demuxer",
.item_name = av_default_item_name, .item_name = av_default_item_name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment