From c461ea76d3daa953d7abf78a181b3dc8b457f02b Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Thu, 8 Nov 2018 23:08:28 +0300 Subject: [PATCH] new version: x264-snapshot-20181107 --- build/android-common.sh | 6 +++--- build/ios-common.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/android-common.sh b/build/android-common.sh index ad213e72f..c51d3031f 100755 --- a/build/android-common.sh +++ b/build/android-common.sh @@ -780,9 +780,9 @@ download_gpl_library_source() { GPL_LIB_DEST_DIR="libvidstab" ;; x264) - GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20180829-2245-stable.tar.bz2" - GPL_LIB_FILE="x264-snapshot-20180829-2245-stable.tar.bz2" - GPL_LIB_ORIG_DIR="x264-snapshot-20180829-2245-stable" + GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20181107-2245-stable.tar.bz2" + GPL_LIB_FILE="x264-snapshot-20181107-2245-stable.tar.bz2" + GPL_LIB_ORIG_DIR="x264-snapshot-20181107-2245-stable" GPL_LIB_DEST_DIR="x264" ;; x265) diff --git a/build/ios-common.sh b/build/ios-common.sh index fc4077ead..f45b24c61 100755 --- a/build/ios-common.sh +++ b/build/ios-common.sh @@ -750,9 +750,9 @@ download_gpl_library_source() { GPL_LIB_DEST_DIR="libvidstab" ;; x264) - GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20180829-2245-stable.tar.bz2" - GPL_LIB_FILE="x264-snapshot-20180829-2245-stable.tar.bz2" - GPL_LIB_ORIG_DIR="x264-snapshot-20180829-2245-stable" + GPL_LIB_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20181107-2245-stable.tar.bz2" + GPL_LIB_FILE="x264-snapshot-20181107-2245-stable.tar.bz2" + GPL_LIB_ORIG_DIR="x264-snapshot-20181107-2245-stable" GPL_LIB_DEST_DIR="x264" ;; x265)