[vlc-devel] commit: Ship default skin. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Sep 12 02:12:07 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 11 13:56:05 2008 -0700| [65052fefa352631a8585aa2f758e94633f0bc485] | committer: Jean-Baptiste Kempf
Ship default skin.
(cherry picked from commit 13a05801f885b9f74f6bb606faed13f813552d28)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65052fefa352631a8585aa2f758e94633f0bc485
---
Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 91eae3e..f453887 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -850,7 +850,9 @@ if BUILD_SKINS
done
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
- done
+ done \
+ cp -v share/skins2/default.vlt $(win32_destdir)/skins/ || true ;
+
endif
if BUILD_OSDMENU
More information about the vlc-devel
mailing list