projects
/
x264.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08289bd
)
link_gpac_dynamically
author
Debian Multimedia Maintainers
<debian-multimedia@lists.debian.org>
Thu, 15 Jul 2021 12:06:22 +0000
(13:06 +0100)
committer
Adrian Bunk
<bunk@debian.org>
Thu, 15 Jul 2021 12:06:22 +0000
(13:06 +0100)
Gbp-Pq: Name link_gpac_dynamically.patch
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index d6c45a6d7fb83774009e562238ab1c3c015c58c6..3a5e0602b77e8a1639e1cf2d6faf92236a2f4b83 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1230,7
+1230,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"