link_gpac_dynamically
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Wed, 28 Jun 2017 06:31:44 +0000 (07:31 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 28 Jun 2017 06:31:44 +0000 (07:31 +0100)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index d9de8abedcbba66baf2a45316355b708b9b5271a..f826a7de5d35264e1bb8e886253486f602aad4c3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1147,7 +1147,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"