[asterisk-commits] mjordan: branch 13 r421065 - in /branches/13: ./ res/res_hep_rtcp.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 14 16:16:07 CDT 2014


Author: mjordan
Date: Thu Aug 14 16:16:05 2014
New Revision: 421065

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421065
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

Modified:
    branches/13/   (props changed)
    branches/13/res/res_hep_rtcp.c

Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: branches/13/res/res_hep_rtcp.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_hep_rtcp.c?view=diff&rev=421065&r1=421064&r2=421065
==============================================================================
--- branches/13/res/res_hep_rtcp.c (original)
+++ branches/13/res/res_hep_rtcp.c Thu Aug 14 16:16:05 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 asterisk-commits mailing list