[vlc-devel] commit: Fix lua compilation (Fabio Ritrovato )

git version control git at videolan.org
Sun Feb 14 21:27:19 CET 2010


vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Sun Feb 14 21:26:55 2010 +0100| [2356c0dd7eff0d041d76854dc1c7bd935f9ce818] | committer: Fabio Ritrovato 

Fix lua compilation

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

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

diff --git a/share/Makefile.am b/share/Makefile.am
index abff029..78cf38d 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -187,7 +187,7 @@ DIST_osdmenu_default = \
 vlcluadir = $(vlclibdir)/lua
 
 luac_verbose = $(luac_verbose_$(V))
-luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY))
+luac_verbose_ = $(luac_verbose__$(AM_DEFAULT_VERBOSITY))
 luac_verbose_0 = @echo "  LUAC   $@";
 
 .lua.luac:




More information about the vlc-devel mailing list