Hi Vitor, Thanks for the report. I just fixed this in r4232 (https://trac.pjsip.org/repos/changeset/4232). Regards, Ming On Sat, Aug 18, 2012 at 2:34 AM, Vitor Esp?ndola <spongenit at gmail.com> wrote: > The problem solved on changeset https://trac.pjsip.org/repos/changeset/3888 > seens to occur again on osx 10.8 version. > > The fix on changeset listed below handle only with 10.7 version and not > 10.8(Mountain Lion). I think that after 10.7 version the framework will > always be AudioUnit. > > + # OS X Lion support > + if platform.mac_ver()[0].startswith("10.7"): > + extra_link_args += ["-framework", "AudioUnit"] > > Att, > > -- > Vitor Esp?ndola > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >