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
834 stars 202 forks source link

configure --without-gstreamer caused failure of make #80

Closed hualet closed 8 years ago

hualet commented 9 years ago

this tiny commit fixes the issue that make will fail if I configure the project with --without-gstreamer option enabled.

hualet commented 9 years ago

I'm trying to implement an output module that suits my video player, and I don't need gstreamer at all, but if I configure the project without gstreamer make will fail. So I just did this to my fork and it worked.