diff options
author | jstebbins <[email protected]> | 2014-12-29 21:48:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-29 21:48:50 +0000 |
commit | cb8520e2fb899da0d42c000fda0bffb9dae3b3fa (patch) | |
tree | 6c65762e12af7896757b3f2d0da4797eefeefb2c | |
parent | bc756f4ca6ce6c1807a56b913568cbf422b5bd52 (diff) |
LinGui: fix building gtk gui on mingw, add regex to link
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6674 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index f3e988eac..45b30b2cf 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -163,7 +163,7 @@ case $host in if test "x$use_libdl" = "xyes" ; then HB_LIBS+=" -ldl -lpthreadGC2" fi - HB_LIBS+=" -lpthreadGC2" + HB_LIBS+=" -lpthreadGC2 -lregex" ;; *) HB_LIBS+=" -ldl -lpthread" |