link_gpac_dynamically
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Fri, 11 Jul 2014 01:21:51 +0000 (01:21 +0000)
committerReinhard Tartler <siretart@tauware.de>
Fri, 11 Jul 2014 01:21:51 +0000 (01:21 +0000)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index 1f38d6f745bf44739db308660b63271b4358eeff..168e52e41b3fc067628acaa623029403a1e9e0b1 100755 (executable)
--- a/configure
+++ b/configure
@@ -946,7 +946,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"