qt: add device preferences for mmdevice
[vlc.git] / contrib / src / gnutls / gnutls-win32.patch
blob7c077432e3711d9172528c16a201863cb34719ed
1 --- gnutls.old/lib/includes/gnutls/gnutls.h.in 2016-07-01 22:44:49.319398504 +0200
2 +++ gnutls/lib/includes/gnutls/gnutls.h.in 2016-07-01 22:48:00.515407625 +0200
3 @@ -68,7 +68,7 @@
4 #define GNUTLS_CIPHER_ARCFOUR GNUTLS_CIPHER_ARCFOUR_128
6 #if !defined(GNUTLS_INTERNAL_BUILD) && defined(_WIN32)
7 -# define _SYM_EXPORT __declspec(dllimport)
8 +# define _SYM_EXPORT
9 #else
10 # define _SYM_EXPORT
11 #endif
12 --- gnutls-3.5.16/lib/gnutls.pc.in.orig 2017-12-26 16:20:40.969104489 +0100
13 +++ gnutls-3.5.16/lib/gnutls.pc.in 2017-12-26 16:22:53.817108430 +0100
14 @@ -19,6 +19,6 @@
15 URL: http://www.gnutls.org/
16 Version: @VERSION@
17 Libs: -L${libdir} -lgnutls
18 -Libs.private: @LIBZ@ @LIBINTL@ @LIBSOCKET@ @LIBNSL@ @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@ @LIBIDN_LIBS@ @HOGWEED_LIBS@ @NETTLE_LIBS@
19 +Libs.private: @LIBZ@ @LIBINTL@ @LIBSOCKET@ @LIBNSL@ -lcrypt32 @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@ @LIBIDN_LIBS@ @HOGWEED_LIBS@ @NETTLE_LIBS@
20 @GNUTLS_REQUIRES_PRIVATE@
21 Cflags: -I${includedir}