Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
c3ba3bfa
Commit
c3ba3bfa
authored
Aug 30, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnutls: fix minimum version
parent
ee789427
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+1
-1
No files found.
configure.ac
View file @
c3ba3bfa
...
...
@@ -4087,7 +4087,7 @@ dnl
AC_ARG_ENABLE(gnutls,
[ --enable-gnutls GNU TLS TLS/SSL support (default enabled)])
AS_IF([test "${enable_gnutls}" != "no"], [
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.
1.11
], [
PKG_CHECK_MODULES(GNUTLS, [gnutls >= 3.
2.0
], [
VLC_ADD_PLUGIN([gnutls])
], [
AS_IF([test -n "${enable_gnutls}"], [
...
...
contrib/src/gnutls/rules.mak
View file @
c3ba3bfa
...
...
@@ -8,7 +8,7 @@ ifndef HAVE_DARWIN_OS
PKGS
+=
gnutls
endif
endif
ifeq
($(call need_pkg,"gnutls >= 3.
1.11
"),)
ifeq
($(call need_pkg,"gnutls >= 3.
2.0
"),)
PKGS_FOUND
+=
gnutls
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment