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

Rafaël Carré git at videolan.org
Sat Jan 28 18:31:43 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Jan 28 12:31:26 2012 -0500| [d31d221b21df2a1b38e1dc2e95f2b8f12aac8db2] | committer: Rafaël Carré

contrib: vorbis: fix inverted HAVE_FPU check

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

 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