[vlc-devel] commit: Revert "Ship default skin." (Christophe Mutricy )
git version control
git at videolan.org
Sat Sep 13 00:56:01 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Sep 12 01:33:25 2008 +0100| [58469546f51430468995eda03c20aee89d77dc3e] | committer: Christophe Mutricy
Revert "Ship default skin."
This reverts commit 65052fefa352631a8585aa2f758e94633f0bc485.
It's already taken care of in the for loop just before
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58469546f51430468995eda03c20aee89d77dc3e
---
Makefile.am | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f453887..91eae3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -850,9 +850,7 @@ if BUILD_SKINS
done
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
- done \
- cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
-
+ done
endif
if BUILD_OSDMENU
More information about the vlc-devel
mailing list