[vlc-devel] commit: Do not try to build the ActiveX so we can at least have nightlies. ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jun 1 21:59:54 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun  1 23:01:30 2008 +0300| [097f8fc9cddf85baac0ad3083c13a85384e86e66]

Do not try to build the ActiveX so we can at least have nightlies.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=097f8fc9cddf85baac0ad3083c13a85384e86e66
---

 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fd616be..5b073d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ if BUILD_MOZILLA
 SUBDIRS += projects/mozilla
 endif
 if BUILD_ACTIVEX
-SUBDIRS += projects/activex
+#FIXME:SUBDIRS += projects/activex
 endif
 
 EXTRA_DIST = \
@@ -707,7 +707,7 @@ if BUILD_ACTIVEX
 	cp $(srcdir)/projects/activex/test.html  $(top_builddir)/vlc-$(VERSION)/activex/
 	unix2dos $(top_builddir)/vlc-$(VERSION)/activex/*
 
-	cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/
+#FIXME	cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/
 endif
 
 # Rebase all those DLLs to speed up loading (need cygwin rebase)
@@ -850,7 +850,7 @@ if BUILD_MOZILLA
 	$(STRIP) $(top_builddir)/vlc-$(VERSION)/mozilla/npvlc$(LIBEXT);
 endif
 if BUILD_ACTIVEX
-	$(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT);
+#FIXME	$(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT);
 endif
 
 package-win32-base: package-win32-base-debug package-win-common-strip




More information about the vlc-devel mailing list