Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c26e0c1f
Commit
c26e0c1f
authored
Nov 27, 2011
by
Rémi Denis-Courmont
Browse files
GnuTLS: plugin needs crypt32 on Windows to use the certificate store
parent
e29933bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/Modules.am
View file @
c26e0c1f
...
...
@@ -16,6 +16,9 @@ libvlc_LTLIBRARIES += libmemcpy_plugin.la
libgnutls_plugin_la_SOURCES = gnutls.c dhparams.h
libgnutls_plugin_la_CFLAGS = $(AM_CFLAGS) $(GNUTLS_CFLAGS) $(GCRYPT_CFLAGS)
libgnutls_plugin_la_LIBADD = $(AM_LIBADD) $(GNUTLS_LIBS) $(GCRYPT_LIBS)
if HAVE_WIN32
libgnutls_plugin_la_LIBADD += -lcrypt32
endif
libgnutls_plugin_la_DEPENDENCIES =
EXTRA_LTLIBRARIES += libgnutls_plugin.la
libvlc_LTLIBRARIES += $(LTLIBgnutls)
...
...
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