diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-01 00:47:26 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-12 13:03:51 -0700 |
commit | b246dadc456c97e6ba39d8f966ee7dd5625d3dcb (patch) | |
tree | 2dd9fd624372581277c53df6654c3f9abbb3a56f /multimedia | |
parent | 228c3d0dea5bfea04578b81d79f412d99dbdef6f (diff) |
ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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" |