vext01 / hgd

Hackathon Gunther Daemon :: Opensource Multi-User Jukebox
http://hgd.theunixzoo.co.uk
ISC License
22 stars 10 forks source link

mplayer check should be at runtime, not compile time. #133

Closed vext01 closed 12 years ago

vext01 commented 12 years ago

mplayer is not actually needed to build, and I have patched openbsd so that configure does not bail out if mplayer is missng. mplayer is a runtime dependency, not a build time dependency.

Let's do the check at runtime.