hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
841 stars 204 forks source link

Remove dependencies on glib from core application #211

Open mchalain opened 4 years ago

mchalain commented 4 years ago

This collection of patches remove all dependencies on glib except inside output_gstreamer. The binary loses weight by 17ko without gstreamer and by 15ko with gstreamer. It is also possible to integrate gmediarender on systems without glib, like distributions build with BuildRoot or Yocto. This modification is targeted for embedded system like Raspberry Pi.