[vlc-commits] contrib: lame: typo
Rafaël Carré
git at videolan.org
Fri Dec 9 03:20:40 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 8 19:24:55 2011 -0500| [75e2783d83ba8ca774f322ee0c1ee7be8a86d192] | committer: Rafaël Carré
contrib: lame: typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75e2783d83ba8ca774f322ee0c1ee7be8a86d192
---
contrib/src/lame/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/lame/rules.mak b/contrib/src/lame/rules.mak
index 48fce9b..851f34e 100644
--- a/contrib/src/lame/rules.mak
+++ b/contrib/src/lame/rules.mak
@@ -14,6 +14,6 @@ lame: lame-$(LAME_VERSION).tar.gz .sum-lame
$(MOVE)
.lame: lame
- cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-analyser-hooks --disable-decoder --disable-gtktest --disable-frontend
+ cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-analyzer-hooks --disable-decoder --disable-gtktest --disable-frontend
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list