Browse Source

ffmpeg: Bump revision after libx265 update

The libx265 updates are not binary compatible, rebuild ffmpeg against
the updated library. Fixes #804.
android-5
Fredrik Fornwall 8 years ago
parent
commit
f66d214bb6
  1. 1
      packages/ffmpeg/build.sh

1
packages/ffmpeg/build.sh

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://ffmpeg.org
TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols"
# NOTE: mpv has to be rebuilt and version bumped after updating ffmpeg.
TERMUX_PKG_VERSION=3.2.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://www.ffmpeg.org/releases/ffmpeg-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a
TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION

Loading…
Cancel
Save