From: Debian Multimedia Maintainers Date: Wed, 21 Dec 2016 15:31:14 +0000 (+0000) Subject: link_gpac_dynamically X-Git-Tag: archive/raspbian/2%0.148.2748+git97eaef2-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4a03cdef9b3fb789cfd65f51c08cd7e7e46f753c;p=x264.git link_gpac_dynamically Gbp-Pq: Name link_gpac_dynamically.patch --- diff --git a/configure b/configure index 9d1586c..77f132d 100755 --- a/configure +++ b/configure @@ -1127,7 +1127,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"