projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
alternative shortcuts; cd cinelerra-5.1; patch -p1 -i alt_shortcuts.patch
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
thirdparty
/
src
/
tiff-4.5.0.patch2
1
--- ./configure.ac
2
+++ ./configure.ac
3
@@ -888,6 +888,7 @@
4
if test "x$enable_webp" != "xno" ; then
5
6
if test "x$with_webp_lib_dir" != "x" ; then
7
+ LIBS="-lpthread $LIBS"
8
LDFLAGS="-L$with_webp_lib_dir $LDFLAGS"
9
fi
10