summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-06-21 21:41:46 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-06-21 21:41:46 +0100
commitc5c9c8df31e9703a0b2991eca7cc16cafbaee180 (patch)
tree3d0e7c78e28a8f650738639f22289a7894273471 /src
parent9c52993b10c3c9318d3a37e0ba2a3b83e03d4ef0 (diff)
downloadxine-lib-c5c9c8df31e9703a0b2991eca7cc16cafbaee180.tar.gz
xine-lib-c5c9c8df31e9703a0b2991eca7cc16cafbaee180.tar.bz2
No DVB support on Hurd.
Diffstat (limited to 'src')
-rw-r--r--src/input/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 8e9c9385d..998fc6c81 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -46,6 +46,9 @@ endif
if WIN32
else
in_rtp = xineplug_inp_rtp.la
+endif
+
+if DVB
in_dvb = xineplug_inp_dvb.la
endif