[vlc-devel] commit: Revert "Fix lua compilation" ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Sun Feb 14 21:30:05 CET 2010
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 22:30:01 2010 +0200| [580aeaf5be3f355a3a93d98d101da8cb2d459569] | committer: Rémi Denis-Courmont 
Revert "Fix lua compilation"
This reverts commit 2356c0dd7eff0d041d76854dc1c7bd935f9ce818.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=580aeaf5be3f355a3a93d98d101da8cb2d459569
---
 share/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 78cf38d..abff029 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