ffmpeg: disable libvorbis support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-04-29 18:11:03 +02:00 committed by Lukas Rusak
parent 0c86697038
commit bbebb5d984

View File

@ -24,7 +24,7 @@ PKG_LICENSE="LGPLv2.1+"
PKG_SITE="https://ffmpeg.org"
PKG_URL="https://github.com/xbmc/FFmpeg/archive/release/${PKG_VERSION}.tar.gz"
PKG_SOURCE_DIR="FFmpeg-release-${PKG_VERSION}"
PKG_DEPENDS_TARGET="toolchain yasm:host zlib bzip2 libvorbis libressl speex"
PKG_DEPENDS_TARGET="toolchain yasm:host zlib bzip2 libressl speex"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
@ -206,7 +206,7 @@ configure_target() {
--enable-libspeex \
--disable-libtheora \
--disable-libvo-amrwbenc \
--enable-libvorbis --enable-muxer=ogg --enable-encoder=libvorbis \
--disable-libvorbis \
--disable-libvpx \
--disable-libx264 \
--disable-libxavs \