[vlc-commits] contrib: fix typo for opus fixed point

Rafaël Carré git at videolan.org
Wed Aug 8 12:07:01 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Aug  8 12:03:43 2012 +0200| [0f82e032376e3d03f11530745ca4047195d3ba2c] | committer: Rafaël Carré

contrib: fix typo for opus fixed point

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f82e032376e3d03f11530745ca4047195d3ba2c
---

 contrib/src/opus/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/opus/rules.mak b/contrib/src/opus/rules.mak
index 5c9d94b..3fcf95e 100644
--- a/contrib/src/opus/rules.mak
+++ b/contrib/src/opus/rules.mak
@@ -22,7 +22,7 @@ opus: opus-$(OPUS_VERSION).tar.gz .sum-opus
 	$(MOVE)
 
 OPUS_CONF=
-ifdef HAVE_FPU
+ifndef HAVE_FPU
 OPUS_CONF += --enable-fixed-point
 endif
 



More information about the vlc-commits mailing list