link_gpac_dynamically
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Sun, 12 Jul 2020 16:46:44 +0000 (17:46 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Sun, 12 Jul 2020 16:46:44 +0000 (17:46 +0100)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index 181a67bef956ed390f74a5c69b67a48ed0b9967e..56a8b7bac0e40786ab95eb07776c0d6b0578f27f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1229,7 +1229,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"