[vlc-commits] Painfully obvious syntax error

Rémi Denis-Courmont git at videolan.org
Sun Apr 10 10:17:37 CEST 2011


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 10 11:17:26 2011 +0300| [87799e7c6a435271264f324b4e792b7cfd9322fa] | committer: Rémi Denis-Courmont

Painfully obvious syntax error

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

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

diff --git a/Makefile.am b/Makefile.am
index 7907cda..d6898c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -458,7 +458,7 @@ VLC-release.app: vlc
 	cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
 	mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
 	cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
-    mkdir -p $(top_builddir)/tmp/modules/audio_output
+	mkdir -p $(top_builddir)/tmp/modules/audio_output
 	mkdir -p $(top_builddir)/tmp/modules/gui/macosx
 	for i in \
 	    AppleRemote.h \



More information about the vlc-commits mailing list