EricssonResearch / cerbero

OpenWebRTC cerbero fork
GNU Lesser General Public License v2.1
19 stars 58 forks source link

Add gst-python dependency if python variant used #30

Closed zaheerm closed 8 years ago

superdump commented 8 years ago

Need to test also on OS X as I guess you tested on Linux. And perhaps it should only be enabled for host builds and not cross-compilation targets.

zaheerm commented 8 years ago

Yes, I only tested on Linux. I used a controlled build with docker with this https://github.com/zaheerm/cerbero/blob/master/Dockerfile to verify it works. I suppose it would be useful for cross-compiled windows targets but a lot less useful for mobile targets.

superdump commented 8 years ago

Actually, you would enable the python variant only for targets where python is interesting, so this is fine. Thanks!