[vlc-devel] commit: Ship default skin. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Sep 11 22:54:07 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 11 13:56:05 2008 -0700| [13a05801f885b9f74f6bb606faed13f813552d28] | committer: Jean-Baptiste Kempf
Ship default skin.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13a05801f885b9f74f6bb606faed13f813552d28
---
Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 8a9ba1c..53e1638 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -847,7 +847,9 @@ if BUILD_SKINS
done
for i in $(srcdir)/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