aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtmpdump/gnutls.patch
blob: 2901d24246c9a77a7d14c6d58d184d7ddaafdfad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff --git a/Makefile b/Makefile
index a1595a8..9894586 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,9 @@ LD=$(CROSS_COMPILE)ld
 SYS=posix
 #SYS=mingw
 
-CRYPTO=OPENSSL
+#CRYPTO=OPENSSL
 #CRYPTO=POLARSSL
-#CRYPTO=GNUTLS
+CRYPTO=GNUTLS
 LIBZ=-lz
 LIB_GNUTLS=-lgnutls -lhogweed -lnettle -lgmp $(LIBZ)
 LIB_OPENSSL=-lssl -lcrypto $(LIBZ)
diff --git a/librtmp/Makefile b/librtmp/Makefile
index 2c1c790..3e84e33 100644
--- a/librtmp/Makefile
+++ b/librtmp/Makefile
@@ -16,8 +16,8 @@ LD=$(CROSS_COMPILE)ld
 AR=$(CROSS_COMPILE)ar
 
 SYS=posix
-CRYPTO=OPENSSL
-#CRYPTO=GNUTLS
+#CRYPTO=OPENSSL
+CRYPTO=GNUTLS
 DEF_POLARSSL=-DUSE_POLARSSL
 DEF_OPENSSL=-DUSE_OPENSSL
 DEF_GNUTLS=-DUSE_GNUTLS