diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 20f76e65c..6a35b3c1f 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -18,10 +18,11 @@ libdir = $(XINE_PLUGINDIR) if HAVE_CDROM_IOCTLS in_dvd = xineplug_inp_dvd.la -if ENABLE_VCDX -else +## build both vcd for now +##if ENABLE_VCDX +##else in_vcd = xineplug_inp_vcd.la -endif +##endif #in_cda = xineplug_inp_cda.la endif |