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)