telephony/net/freeswitch/patches/src-switch_rtp_c.patch
Mazi Lo 24f45c9b31 FreeSWITCH:
1. Update to FS git 6eb59c711989774fb797d1c447e3d63aac84826b.
  2. Disable mod_perl due to recent changes in perl package.
  3. Disable mod_verto (required mod_perl).
  4. Remove numbering scheme from patches.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2015-04-07 11:09:48 -04:00

20 lines
316 B
Diff

--- a/src/switch_rtp.c
+++ b/src/switch_rtp.c
@@ -1535,7 +1535,7 @@ static void send_fir(switch_rtp_t *rtp_s
}
}
-#ifdef ENABLE_SRTP
+#ifdef ENABLE_ZRTP
end:
#endif
@@ -1630,7 +1630,7 @@ static void send_pli(switch_rtp_t *rtp_s
}
}
-#ifdef ENABLE_SRTP
+#ifdef ENABLE_ZRTP
end:
#endif
return;