From: Ian Leonard Date: Fri, 1 Aug 2014 07:47:26 +0000 (-0700) Subject: ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b246dadc456c97e6ba39d8f966ee7dd5625d3dcb;p=openwrt-packages.git ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer. Signed-off-by: Ian Leonard --- diff --git a/multimedia/ffmpeg/Config.in b/multimedia/ffmpeg/Config.in index 69234522d..c6742113d 100644 --- a/multimedia/ffmpeg/Config.in +++ b/multimedia/ffmpeg/Config.in @@ -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"