Browse Source

ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
lilik-openwrt-22.03
Ian Leonard 10 years ago
parent
commit
b246dadc45
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      multimedia/ffmpeg/Config.in

+ 1
- 0
multimedia/ffmpeg/Config.in View File

@ -190,6 +190,7 @@ config FFMPEG_CUSTOM_SELECT_speex
config FFMPEG_CUSTOM_DECODER_vorbis
bool "Vorbis"
select FFMPEG_CUSTOM_DEMUXER_ogg
config FFMPEG_CUSTOM_DECODER_wavpack
bool "Wavpack"


Loading…
Cancel
Save