vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Dec 29 02:43:40 2011 +0100| [880318bc552ef0e5c3f3bc565898d2a4d0a4f1f3] | committer: Jean-Baptiste Kempf
Win32: fix packaging of webplugin Else, it would create 36MB .exe installers when using package-win32 target. (cherry picked from commit 6dcb0ee0e937793c04fa4c9b3b3fe35f45ca1abd) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=880318bc552ef0e5c3f3bc565898d2a4d0a4f1f3 --- extras/package/win32/package.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak index 3ba703c..2b7f847 100644 --- a/extras/package/win32/package.mak +++ b/extras/package/win32/package.mak @@ -5,7 +5,7 @@ endif win32_destdir=$(abs_top_builddir)/vlc-$(VERSION) win32_debugdir=$(abs_top_builddir)/symbols-$(VERSION) -win32_xpi_destdir=$(win32_destdir)/vlc-plugin +win32_xpi_destdir=$(abs_top_builddir)/vlc-plugin-$(VERSION) 7Z_OPTS=-t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
