]> git.pld-linux.org Git - packages/libjingle.git/blob - system-srtp.patch
42745510fffbc74eebe339c8889ee978bc5eb6d0
[packages/libjingle.git] / system-srtp.patch
1 diff -up libjingle-0.5.8/talk/session/phone/srtpfilter.cc.system-srtp libjingle-0.5.8/talk/session/phone/srtpfilter.cc
2 --- libjingle-0.5.8/talk/session/phone/srtpfilter.cc.system-srtp        2011-07-25 11:56:10.950441446 -0400
3 +++ libjingle-0.5.8/talk/session/phone/srtpfilter.cc    2011-07-25 11:56:21.599308183 -0400
4 @@ -58,7 +58,7 @@
5  #ifdef SRTP_RELATIVE_PATH
6  #include "srtp.h"  // NOLINT
7  #else
8 -#include "third_party/libsrtp/include/srtp.h"
9 +#include <srtp.h>
10  #endif  // SRTP_RELATIVE_PATH
11  #ifdef _DEBUG
12  extern "C" debug_module_t mod_srtp;
This page took 0.074557 seconds and 2 git commands to generate.