]> granicus.if.org Git - handbrake/commitdiff
scripts: Update to mingw-w64-build 4.1.0.
authorBradley Sepos <bradley@bradleysepos.com>
Sun, 17 Jun 2018 07:32:02 +0000 (03:32 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Sun, 17 Jun 2018 07:32:02 +0000 (03:32 -0400)
Removes yasm dependency.

scripts/mingw-w64-build

index 13ad49c17febc73eb9647aaacbbf9365dfe8aaac..bd69e688da50d091e86305b6cc3a2a47303a7fc0 100755 (executable)
@@ -96,7 +96,7 @@ function mingw-w64-build {  # mingw-w64-build $TARGET_PARAM $TARGET_DIR
 
     # dependencies
     local DEPS
-    DEPS=("bison" "bzip2" "curl" "flex" "g++" "gcc" "gunzip" "m4" "make" "pax" "yasm")
+    DEPS=("bison" "bzip2" "curl" "flex" "g++" "gcc" "gunzip" "m4" "make" "pax")
     check_dependencies "${DEPS[@]}" || return 1
 
     # package names
@@ -162,7 +162,7 @@ function mingw-w64-build {  # mingw-w64-build $TARGET_PARAM $TARGET_DIR
     # internal vars
     local NAME VERSION SELF SELF_NAME HELP
     NAME="mingw-w64-build"
-    VERSION="4.0.1"
+    VERSION="4.1.0"
     SELF="${BASH_SOURCE[0]}"
     SELF_NAME=$(basename "${SELF}")
     HELP="\