[vlc-commits] commit: Don't copy activex/mozilla plugins when packaging for wince ( Rafaël Carré )
git at videolan.org
git at videolan.org
Wed Oct 20 14:10:11 CEST 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Wed Oct 20 14:09:53 2010 +0200| [50f1d61d6da3e6fdb67420133bd8e5d080064e11] | committer: Rafaël Carré
Don't copy activex/mozilla plugins when packaging for wince
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50f1d61d6da3e6fdb67420133bd8e5d080064e11
---
Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c6ad867..f78babb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -810,11 +810,13 @@ if BUILD_OSDMENU
done
endif
if !HAVE_WIN64
+if !HAVE_WINCE
cp "$(top_builddir)/activex-vlc/src/axvlc.dll.manifest" "$(win32_destdir)/"
cp "$(top_builddir)/activex-vlc/installed/lib/axvlc.dll" "$(win32_destdir)/"
cp "$(top_builddir)/npapi-vlc/src/npvlc.dll.manifest" "$(win32_destdir)/"
cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
endif
+endif
# SDK
mkdir -p "$(win32_destdir)/sdk/lib"
@@ -823,10 +825,12 @@ endif
for file in libvlc.dll.a libvlc.la libvlccore.dll.a libvlccore.la; do \
cp -r $(destdir)/lib/$$file "$(win32_destdir)/sdk/lib"; done
if !HAVE_WIN64
+if !HAVE_WINCE
mkdir -p "$(win32_destdir)/sdk/activex"
cp $(top_builddir)/activex-vlc/README $(win32_destdir)/sdk/activex/README.TXT
cp $(top_builddir)/activex-vlc/src/test.html $(win32_destdir)/sdk/activex/
endif
+endif
find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) {} \;
More information about the vlc-commits
mailing list