summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 6b60d1eca..082ea13e1 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -6,7 +6,7 @@ $(XINE_LIB):
install-data-hook:
@if test $$MAKELEVEL -le 4 ; then \
- rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*.la ; \
+ find $(DESTDIR)$(XINE_PLUGINDIR) -name "*.la" -exec rm {} \; \
rm -f $(DESTDIR)$(XINE_PLUGINDIR)/*/*.la ; \
if test -x "$(top_srcdir)/post-install.sh" ; then \
$(top_srcdir)/post-install.sh ; \