[vlc-devel] commit: Typo (Christophe Mutricy )
    git version control 
    git at videolan.org
       
    Wed Feb  3 20:30:35 CET 2010
    
    
  
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Feb  3 19:02:36 2010 +0000| [18e150a153ee41bbc098ba4274fea5036ac02953] | committer: Christophe Mutricy 
Typo
Fix quiet MOC generation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18e150a153ee41bbc098ba4274fea5036ac02953
---
 modules/gui/qt4/Modules.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 32f5fab..d2c032e 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -191,7 +191,7 @@ BUILT_SOURCES += $(nodist_SOURCES_qt4)
 moc_verbose = $(moc_verbose_$(V))
 moc_verbose_ = $(moc_verbose__$(AM_DEFAULT_VERBOSITY))
 moc_verbose_0 = @echo "  MOC   " $@;
-moc_verbose__0 = $(oc_verbose_0)
+moc_verbose__0 = $(moc_verbose_0)
 
 uic_verbose = $(uic_verbose_$(V))
 uic_verbose_ = $(uic_verbose__$(AM_DEFAULT_VERBOSITY))
    
    
More information about the vlc-devel
mailing list