[vlc-devel] commit: Don't ship external dlls so far for Windows (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Dec 6 15:49:57 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec  5 13:30:59 2009 +0100| [85ee626aff09e2d47cf8e37859ab55938cb46d57] | committer: Jean-Baptiste Kempf 

Don't ship external dlls so far for Windows

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

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

diff --git a/Makefile.am b/Makefile.am
index 71d1316..b5cfbfc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -765,7 +765,7 @@ package-win32-base-debug: package-win-common
 	  fi ; done
 
 # Contrib *.dll's
-	cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
+#	cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
 
 #Enable DEP and ASLR for all the binaries
 if USE_PEFLAGS




More information about the vlc-devel mailing list