tieto / sipe

A third-party Pidgin plugin for Microsoft Lync/OCS - clone of upstream http://repo.or.cz/w/siplcs.git
GNU General Public License v2.0
129 stars 24 forks source link

Build breakage with pidgin-2.x #100

Closed dwmw2 closed 8 years ago

dwmw2 commented 8 years ago

Commit 93fa58e00dba302257ec55178f88924aefbddab7 ("media: send MS-RTP video source request") adds gstreamer-rtp-x.x to the pkg-config requirements only for Pidgin 3.

Thus, when I build for Pidgin 2 I get: plugin loaded error: .libs/libsipe.so: undefined symbol: gst_rtcp_buffer_add_packet

xhaakon commented 8 years ago

Missed that, thanks; merging your fix.

fa38ecf8159bfa50023c8283cc611209401c9d1c should further simplify that GStreamer check a bit.