link_gpac_dynamically
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Sun, 26 Jul 2020 14:52:56 +0000 (15:52 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Sun, 26 Jul 2020 14:52:56 +0000 (15:52 +0100)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index d6c45a6d7fb83774009e562238ab1c3c015c58c6..3a5e0602b77e8a1639e1cf2d6faf92236a2f4b83 100755 (executable)
--- 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"