[vlc-devel] commit: Be sure to distribute the custom.lua file (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Jan 5 00:47:55 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan  5 00:46:03 2010 +0100| [fe9974bb4249ba518ed93ce7d466e89ca8afbf80] | committer: Jean-Baptiste Kempf 

Be sure to distribute the custom.lua file

This will fix the launch of the web interface in lua on Windows.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe9974bb4249ba518ed93ce7d466e89ca8afbf80
---

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9888b70..97051d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -788,6 +788,8 @@ if BUILD_LUA
 	unix2dos $(win32_lua_destdir)/http/*.css
 	cp $(srcdir)/share/lua/http/js/*.js $(win32_lua_destdir)/http/js/
 	unix2dos $(win32_lua_destdir)/http/js/*.js
+	cp $(srcdir)/share/lua/http/*.lua $(win32_lua_destdir)/http/
+	unix2dos $(win32_lua_destdir)/http/*.lua
 	cp $(srcdir)/share/lua/http/dialogs/* $(win32_lua_destdir)/http/dialogs/
 	unix2dos $(win32_lua_destdir)/http/dialogs/*
 	cp $(srcdir)/share/lua/http/dialogs/.hosts $(win32_lua_destdir)/http/dialogs/




More information about the vlc-devel mailing list