projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91f5e8
)
configure: lower curl requirement to 7.35.0
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 2 Jun 2015 19:57:34 +0000
(20:57 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 2 Jun 2015 20:16:02 +0000
(21:16 +0100)
Build and unit tests were tested against 7.35 too now,
which is the version in Ubuntu 14.04.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
43c1973
..
01c3ca5
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1812,7
+1812,7
@@
AG_GST_CHECK_FEATURE(CHROMAPRINT, [chromaprint], chromaprint, [
dnl *** Curl ***
translit(dnm, m, l) AM_CONDITIONAL(USE_CURL, true)
AG_GST_CHECK_FEATURE(CURL, [Curl plugin], curl, [
- PKG_CHECK_MODULES(CURL, libcurl >= 7.3
7.1
, [
+ PKG_CHECK_MODULES(CURL, libcurl >= 7.3
5.0
, [
HAVE_CURL="yes"
AC_CHECK_HEADERS([unistd.h sys/socket.h sys/types.h netinet/in.h netinet/ip.h netinet/tcp.h fcntl.h], [ ], [
AC_CHECK_HEADERS([unistd.h sys/types.h winsock2.h ws2tcpip.h fcntl.h], [ ], [HAVE_CURL="no"])