From: mwayne Date: Fri, 25 Jan 2019 21:47:54 +0000 (+0100) Subject: gtk: Link to libbcrypt on mingw-w64 X-Git-Tag: 1.2.1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0dbeda024075cfb205d455a9829c972f54ad7e9;p=handbrake gtk: Link to libbcrypt on mingw-w64 (cherry picked from commit b4c12bb2fa6f93514d221b6ab21fe0bf3dae9de8) --- diff --git a/gtk/configure.ac b/gtk/configure.ac index 93208785d..47e45fc56 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -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"