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

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2014-08-01 00:47:26 -07:00
parent 228c3d0dea
commit b246dadc45
+1
View File
@@ -190,6 +190,7 @@ config FFMPEG_CUSTOM_SELECT_speex
config FFMPEG_CUSTOM_DECODER_vorbis config FFMPEG_CUSTOM_DECODER_vorbis
bool "Vorbis" bool "Vorbis"
select FFMPEG_CUSTOM_DEMUXER_ogg
config FFMPEG_CUSTOM_DECODER_wavpack config FFMPEG_CUSTOM_DECODER_wavpack
bool "Wavpack" bool "Wavpack"