summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-10-13 11:47:11 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-10-13 11:47:11 +0000
commitbf6b1747ae4bad46dbbf5fa2189a18b45c1d6b38 (patch)
tree60ac612a5a60675173b00d73bf9aefc3b5085e34 /src/input/Makefile.am
parentee3b51f5df1a50e02d43d7cf81fbef19f61aa942 (diff)
downloadxine-lib-bf6b1747ae4bad46dbbf5fa2189a18b45c1d6b38.tar.gz
xine-lib-bf6b1747ae4bad46dbbf5fa2189a18b45c1d6b38.tar.bz2
Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).
Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index d14bff37f..9151b269a 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -3,9 +3,9 @@ include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = input_dvd.c input_vcd.c input_gnome_vfs.c input_rtp.c
if HAVE_DVDNAV
-SUBDIRS = dvb libreal librtsp
+SUBDIRS = vcd dvb libreal librtsp
else
-SUBDIRS = dvb libreal librtsp libdvdnav
+SUBDIRS = vcd dvb libreal librtsp libdvdnav
endif
libdir = $(XINE_PLUGINDIR)
@@ -18,7 +18,10 @@ libdir = $(XINE_PLUGINDIR)
if HAVE_CDROM_IOCTLS
in_dvd = xineplug_inp_dvd.la
+if ENABLE_VCDX
+else
in_vcd = xineplug_inp_vcd.la
+endif
#in_cda = xineplug_inp_cda.la
endif