From 9638f71e6abe3777cc0d8b77a07ce3ca3ba8fd77 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Fri, 19 Jan 2018 11:36:28 +0000 Subject: [PATCH] link_gpac_dynamically Gbp-Pq: Name link_gpac_dynamically.patch --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f7b14d9..4f5fdb4 100755 --- a/configure +++ b/configure @@ -1159,7 +1159,7 @@ fi if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then gpac="no" - GPAC_LIBS="-lgpac_static" + GPAC_LIBS="-lgpac" cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz" if [ "$SYS" = "WINDOWS" ] ; then cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32" -- 2.30.2