[Home]

Summary:ASTERISK-24315: [patch] pjproject: Don't compile in libyuv if --disable-video is passed to configure
Reporter:Sean Bright (seanbright)Labels:
Date Opened:2014-09-10 11:45:15Date Closed:2014-10-21 09:25:44
Priority:MinorRegression?
Status:Closed/CompleteComponents:pjproject/pjsip
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pjproject-disable-libyuv.patch
Description:When passing {{\-\-disable-video}} to pjproject 2.3's {{configure}} it still looks for [libyuv|https://code.google.com/p/libyuv/] and tries to build with it enabled.  This causes problems on distributions that have older versions of this library installed.  This can also be worked around by passing {{\-\-without-libyuv}} to {{configure}}.
Comments:By: Jonathan Rose (jrose) 2014-10-21 09:25:25.799-0500

Thanks Sean, I emailed the patch to Teluu and they have accepted the patch.

https://trac.pjsip.org/repos/changeset/4953