[vlc-commits] contrib: vorbis: fix inverted HAVE_FPU check

Rafaël Carré git at videolan.org
Sat Jan 28 19:52:46 CET 2012


vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Sat Jan 28 12:31:26 2012 -0500| [5df0244d5667e180f8ee0677d448031afc6decf9] | committer: Jean-Baptiste Kempf

contrib: vorbis: fix inverted HAVE_FPU check
(cherry picked from commit d31d221b21df2a1b38e1dc2e95f2b8f12aac8db2)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5df0244d5667e180f8ee0677d448031afc6decf9
---

 contrib/src/vorbis/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak
index ec5560d..248c1c1 100644
--- a/contrib/src/vorbis/rules.mak
+++ b/contrib/src/vorbis/rules.mak
@@ -4,7 +4,7 @@ VORBIS_VERSION := 1.3.2
 VORBIS_URL := http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSION).tar.xz
 #VORBIS_URL := $(CONTRIB_VIDEOLAN)/libvorbis-$(VORBIS_VERSION).tar.gz
 
-ifndef HAVE_FPU
+ifdef HAVE_FPU
 PKGS += vorbis
 endif
 ifeq ($(call need_pkg,"vorbis >= 1.1"),)



More information about the vlc-commits mailing list