diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-10-19 12:01:47 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-10-19 12:01:47 +0000 |
commit | d6f1a66d60f33cece488cf9ca30307564b14f508 (patch) | |
tree | 48af8384b4a0ef758a15d81a23ad1098e74b748a /src | |
parent | d173a3489b5a2ec802c508dc1fd4c5803b714008 (diff) | |
download | xine-lib-d6f1a66d60f33cece488cf9ca30307564b14f508.tar.gz xine-lib-d6f1a66d60f33cece488cf9ca30307564b14f508.tar.bz2 |
build both vcd plugins
CVS patchset: 5541
CVS date: 2003/10/19 12:01:47
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 |