link_gpac_dynamically
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Thu, 27 Sep 2018 20:03:40 +0000 (21:03 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Thu, 27 Sep 2018 20:03:40 +0000 (21:03 +0100)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index 3063cd79dd9b1befbe8a598e3b30d2b1f8f30fa5..f71e3e26d612eec5851628220d0ec6018c907c0c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1199,7 +1199,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"