[svn-commits] mjordan: trunk r421066 - in /trunk: ./ res/res_hep_rtcp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 14 16:16:34 CDT 2014


Author: mjordan
Date: Thu Aug 14 16:16:32 2014
New Revision: 421066

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421066
Log:
res/res_hep_rtcp: Remove dependency on PJSIP

The res_hep_rtcp module was incorrectly including <pjsip.h>. This didn't need
to be included, as the module does not using PJPROJECT any fashion.
Unfortunately, because res_hep_rtcp did not include pjsip in its MODULEINFO as
a dependency, this also meant that res_hep_rtcp will fail to compile on a
system without PJPROJECT.

This patch removes the include.

Thanks to Damien Wedhorn for pointing this out in #asterisk-dev.

ASTERISK-24236 #close
Reported by: Damien Wedhorn, Matt Jordan
Tested by: Damien Wedhorn
........

Merged revisions 421064 from http://svn.asterisk.org/svn/asterisk/branches/12
........

Merged revisions 421065 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    trunk/   (props changed)
    trunk/res/res_hep_rtcp.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-13-merged (original)
+++ branch-13-merged Thu Aug 14 16:16:32 2014
@@ -1,1 +1,1 @@
-/branches/13:1-420494,420514,420534,420536,420538,420562,420577,420592,420609,420624,420639,420657,420717,420742,420758,420779,420796,420803,420808,420837,420856,420879,420881,420899,420919,420940,420950,420957,420992,421010,421042,421062
+/branches/13:1-420494,420514,420534,420536,420538,420562,420577,420592,420609,420624,420639,420657,420717,420742,420758,420779,420796,420803,420808,420837,420856,420879,420881,420899,420919,420940,420950,420957,420992,421010,421042,421062,421065

Modified: trunk/res/res_hep_rtcp.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_hep_rtcp.c?view=diff&rev=421066&r1=421065&r2=421066
==============================================================================
--- trunk/res/res_hep_rtcp.c (original)
+++ trunk/res/res_hep_rtcp.c Thu Aug 14 16:16:32 2014
@@ -32,8 +32,6 @@
 #include "asterisk.h"
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
-#include <pjsip.h>
 
 #include "asterisk/res_hep.h"
 #include "asterisk/module.h"




More information about the svn-commits mailing list