From: Debian Multimedia Maintainers Date: Thu, 27 Sep 2018 20:03:40 +0000 (+0100) Subject: link_gpac_dynamically X-Git-Tag: archive/raspbian/2%0.155.2917+git0a84d98-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a66bcb06f98e1a7187cabe64e9f728665a8c3a42;p=x264.git link_gpac_dynamically Gbp-Pq: Name link_gpac_dynamically.patch --- diff --git a/configure b/configure index 3063cd7..f71e3e2 100755 --- a/configure +++ b/configure @@ -1199,7 +1199,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"