Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 008d5351f9f50a1d5891b1d6926afa8a > files > 10

libjingle-0.6.14-8.mga6.src.rpm

diff -up libjingle-0.5.8/talk/session/phone/srtpfilter.cc.system-srtp libjingle-0.5.8/talk/session/phone/srtpfilter.cc
--- libjingle-0.5.8/talk/session/phone/srtpfilter.cc.system-srtp	2011-07-25 11:56:10.950441446 -0400
+++ libjingle-0.5.8/talk/session/phone/srtpfilter.cc	2011-07-25 11:56:21.599308183 -0400
@@ -58,7 +58,7 @@
 #ifdef SRTP_RELATIVE_PATH
 #include "srtp.h"  // NOLINT
 #else
-#include "third_party/libsrtp/include/srtp.h"
+#include <srtp.h>
 #endif  // SRTP_RELATIVE_PATH
 #ifdef _DEBUG
 extern "C" debug_module_t mod_srtp;