Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 03c2c5fd1492b866c0f0a1698a8fbb1f > files > 10

libjingle-0.6.10-2.fc16.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;