summaryrefslogtreecommitdiff
blob: 30e853cfc219949093022145fa8462b2d4fd5945 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
diff -Nur kphoneSI.orig/configure kphoneSI/configure
--- kphoneSI.orig/configure	2006-10-02 16:20:03.000000000 +0200
+++ kphoneSI/configure	2006-10-02 16:20:16.000000000 +0200
@@ -5079,7 +5079,7 @@
 fi
 
 if test "$enable_srtp" = "yes"; then
-	srtp_make="srtp/Makefile"
+	srtp_make="srtp-1.4/Makefile"
 else
 	srtp_make=""
 fi
diff -Nur kphoneSI.orig/configure.in kphoneSI/configure.in
--- kphoneSI.orig/configure.in	2006-10-02 16:20:03.000000000 +0200
+++ kphoneSI/configure.in	2006-10-02 16:20:16.000000000 +0200
@@ -208,7 +208,7 @@
 fi
 
 if test "$enable_srtp" = "yes"; then
-	srtp_make="srtp/Makefile"
+	srtp_make="srtp-1.4/Makefile"
 else
 	srtp_make=""
 fi
diff -Nur kphoneSI.orig/kphone/dspoutrtp.h kphoneSI/kphone/dspoutrtp.h
--- kphoneSI.orig/kphone/dspoutrtp.h	2006-10-02 16:20:03.000000000 +0200
+++ kphoneSI/kphone/dspoutrtp.h	2006-10-02 16:20:16.000000000 +0200
@@ -16,7 +16,7 @@
 #include "../Speex/speex_define.h"
 #endif
 #ifdef SRTPWRAPPER_HX
-#include "../srtp/SRTPWrapper.h"
+#include "../srtp-1.4/SRTPWrapper.h"
 #endif
 #define GSM_ENC_BYTES		33
 #define GSM_DEC_SAMPLES		160
diff -Nur kphoneSI.orig/kphone/Makefile.in kphoneSI/kphone/Makefile.in
--- kphoneSI.orig/kphone/Makefile.in	2006-10-02 16:20:03.000000000 +0200
+++ kphoneSI/kphone/Makefile.in	2006-10-02 16:20:33.000000000 +0200
@@ -13,7 +13,7 @@
 CXXFLAGS=$(CFLAGS)
 
 ifeq (@ENABLE_SRTP@,yes)
-SR=srtp
+SR=srtp-1.4
 LR=-lsrtp 
 endif
 
diff -Nur kphoneSI.orig/Makefile.in kphoneSI/Makefile.in
--- kphoneSI.orig/Makefile.in	2006-10-02 16:20:03.000000000 +0200
+++ kphoneSI/Makefile.in	2006-10-02 16:20:16.000000000 +0200
@@ -1,5 +1,5 @@
 ifeq (@ENABLE_SRTP@,yes)
-SR=srtp
+SR=srtp-1.4
 endif
 
 ifeq (@ENABLE_SPEEX@,yes)
diff -Nur kphoneSI.orig/srtp-1.4/Makefile.in kphoneSI/srtp-1.4/Makefile.in
--- kphoneSI.orig/srtp-1.4/Makefile.in	2006-10-02 16:20:03.000000000 +0200
+++ kphoneSI/srtp-1.4/Makefile.in	2006-10-02 16:20:16.000000000 +0200
@@ -10,7 +10,7 @@
 
 OBJS = SRTPWrapper.o
 
-all:	srtp.a
+all:	srtp-1.4.a
 
 
 %.o:	%.S
@@ -28,5 +28,5 @@
 dep:
 	makedepend -- $(CXXFLAGS) *.cpp
 
-srtp.a: $(OBJS)
+srtp-1.4.a: $(OBJS)
 	$(AR) rcs $@ $(OBJS)