link_gpac_dynamically
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Wed, 25 Jan 2017 09:40:48 +0000 (09:40 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 25 Jan 2017 09:40:48 +0000 (09:40 +0000)
Gbp-Pq: Name link_gpac_dynamically.patch

configure

index 293d00873cb76642a4032805d6615de62466e1bb..28385dcb60dc7241e0acd9d4c37dd850aa600185 100755 (executable)
--- a/configure
+++ b/configure
@@ -1141,7 +1141,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"