--- a/debian/rules.orig 2013-12-21 22:52:19.000000000 +0100 +++ b/debian/rules 2014-02-21 12:44:15.000000000 +0100 @@ -78,7 +78,6 @@ --enable-notify \ --enable-ogg \ --enable-opus \ - --enable-oss \ --enable-pulse \ --enable-qt \ --enable-realrtsp \ @@ -95,7 +94,6 @@ --enable-theora \ --enable-twolame \ --enable-upnp \ - --enable-vcd \ --enable-vcdx \ --enable-vorbis \ --enable-x264 \ @@ -169,6 +167,25 @@ $(NULL) endif +# Hurd specific flags +ifeq ($(DEB_HOST_ARCH_OS),hurd) +confflags += \ + --disable-oss \ + --disable-vcd \ + $(NULL) +removeplugins += \ + liboss \ + libaccess_oss \ + libvcd \ + libcdda \ + $(NULL) +else +confflags += \ + --enable-oss \ + --enable-vcd \ + $(NULL) +endif + # Linux and kFreeBSD specific flags ifeq (,$(filter-out linux kfreebsd,$(DEB_HOST_ARCH_OS))) confflags += --enable-libva