mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
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.
This commit is contained in:
parent
3e21f285cc
commit
063be4fe2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue