link_gpac_dynamically
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Wed, 21 Dec 2016 15:31:14 +0000 (15:31 +0000)
committerRaspbian forward porter <root@raspbian.org>
Wed, 21 Dec 2016 15:31:14 +0000 (15:31 +0000)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index 9d1586c6728bec08cf8978b293f524bbcc1fb4cc..77f132d13b661f78444fed9d72279d8c4f8e144a 100755 (executable)
--- 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"