]> granicus.if.org Git - handbrake/commitdiff
gtk: Link to libbcrypt on mingw-w64
authormwayne <mcwaynus@gmail.com>
Fri, 25 Jan 2019 21:47:54 +0000 (22:47 +0100)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 11 Feb 2019 15:37:49 +0000 (08:37 -0700)
(cherry picked from commit b4c12bb2fa6f93514d221b6ab21fe0bf3dae9de8)

gtk/configure.ac

index 93208785d8ffbe9c1d7153ac9a56787b356e50f3..47e45fc5660309186b73a8773ffaac9e0cdc5967 100644 (file)
@@ -191,7 +191,7 @@ case $host in
     else
         HB_LIBS="$HB_LIBS -lpthreadGC2"
        fi
-    HB_LIBS="$HB_LIBS -lregex -luuid"
+    HB_LIBS="$HB_LIBS -lbcrypt -lregex -luuid"
     ;;
   *-*-freebsd*)
     HB_LIBS="$HB_LIBS -lpthread"