summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 662a75e6d..071381a67 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -44,7 +44,8 @@ link_dvdnav = libdvdnav/libdvdnav.la
endif
# not ported to native Windows
-if !WIN32
+if WIN32
+else
in_rtp = xineplug_inp_rtp.la
in_dvb = xineplug_inp_dvb.la
endif