[vlc-commits] contrib: lame: typo
Rafaël Carré
git at videolan.org
Fri Dec 9 18:10:24 CET 2011
vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 8 19:24:55 2011 -0500| [6c4415c32206dd88daf21db52c55c23a9cd21f75] | committer: Jean-Baptiste Kempf
contrib: lame: typo
(cherry picked from commit 75e2783d83ba8ca774f322ee0c1ee7be8a86d192)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=6c4415c32206dd88daf21db52c55c23a9cd21f75
---
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