mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: disable libvorbis support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0c86697038
commit
bbebb5d984
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user