From: Debian Multimedia Maintainers Date: Sun, 26 Jul 2020 14:52:56 +0000 (+0100) Subject: link_gpac_dynamically X-Git-Tag: archive/raspbian/2%0.160.3011+gitcde9a93-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1848b9511a0447f23cfcdc72c88eb541bba3683e;p=x264.git link_gpac_dynamically Gbp-Pq: Name link_gpac_dynamically.patch --- diff --git a/configure b/configure index d6c45a6..3a5e060 100755 --- a/configure +++ b/configure @@ -1230,7 +1230,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"