]> git.sesse.net Git - vlc/commitdiff
Don't ship external dlls so far for Windows
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 5 Dec 2009 12:30:59 +0000 (13:30 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Dec 2009 14:49:18 +0000 (15:49 +0100)
Makefile.am

index 71d13162146dcd4745e3866b1e068f928109b997..b5cfbfc8d0f257a2228d1cecc1519c5fb48f9b38 100644 (file)
@@ -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