Merge "res_pjsip_dlg_options: Fix MODULEINFO section."

changes/44/344/1
Matt Jordan 10 years ago committed by Gerrit Code Review
commit 8e1b747284

@ -1,4 +1,4 @@
/\/\*\*\* MODULEINFO/ {printit=1; next} /\/\*\*\* +MODULEINFO/ {printit=1; next}
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1} /<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0} /\*\*\*\// {printit=0}
/.*/ {if (printit) print} /.*/ {if (printit) print}

@ -16,7 +16,7 @@
* at the top of the source tree. * at the top of the source tree.
*/ */
/*** MODULEINFO /*** MODULEINFO
<depend>pjproject</depend> <depend>pjproject</depend>
<depend>res_pjsip</depend> <depend>res_pjsip</depend>
<depend>res_pjsip_session</depend> <depend>res_pjsip_session</depend>

Loading…
Cancel
Save