[vlc-commits] Opus: reconf isn't needed anymore
Jean-Baptiste Kempf
git at videolan.org
Thu Aug 9 11:02:10 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 9 11:01:58 2012 +0200| [67b2f035a8e602c266c9b20f0a48ab8f399b538b] | committer: Jean-Baptiste Kempf
Opus: reconf isn't needed anymore
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67b2f035a8e602c266c9b20f0a48ab8f399b538b
---
contrib/src/opus/rules.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/src/opus/rules.mak b/contrib/src/opus/rules.mak
index e1baaaa..fa75943 100644
--- a/contrib/src/opus/rules.mak
+++ b/contrib/src/opus/rules.mak
@@ -25,7 +25,6 @@ OPUS_CONF += --enable-fixed-point
endif
.opus: opus
- $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(OPUS_CONF)
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list