X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/aafa75a8bb00193fcbb1eac3fca45e57054d6512..25603406dffd15c0069c23e0439bde597f6d8a7a:/packages/ffmpeg/build.sh diff --git a/packages/ffmpeg/build.sh b/packages/ffmpeg/build.sh index cfd6409e..384c718a 100644 --- a/packages/ffmpeg/build.sh +++ b/packages/ffmpeg/build.sh @@ -1,11 +1,11 @@ TERMUX_PKG_HOMEPAGE=https://www.ffmpeg.org/ TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols" -TERMUX_PKG_VERSION=3.1.2 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=3.1.4 TERMUX_PKG_SRCURL=https://www.ffmpeg.org/releases/ffmpeg-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION # libbz2 is used by matroska decoder: -TERMUX_PKG_DEPENDS="openssl, libbz2, libx264, xvidcore, libvorbis, libmp3lame, liblzma" +TERMUX_PKG_DEPENDS="openssl, libbz2, libx264, xvidcore, libvorbis, libmp3lame, liblzma, libopus" TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="share/ffmpeg/examples" TERMUX_PKG_CONFLICTS="libav" @@ -37,18 +37,19 @@ termux_step_configure () { --disable-avdevice \ --disable-ffserver \ --disable-static \ - --disable-symver \ + --disable-symver \ --enable-cross-compile \ --enable-gpl \ --enable-libmp3lame \ --enable-libvorbis \ + --enable-libopus \ --enable-libx264 \ --enable-libxvid \ --enable-nonfree \ --enable-openssl \ --enable-shared \ --prefix=$TERMUX_PREFIX \ - --target-os=linux \ + --target-os=android \ $_EXTRA_CONFIGURE_FLAGS }