Commit d31d221b authored by Rafaël Carré's avatar Rafaël Carré

contrib: vorbis: fix inverted HAVE_FPU check

parent 0398b0c8
...@@ -4,7 +4,7 @@ VORBIS_VERSION := 1.3.2 ...@@ -4,7 +4,7 @@ VORBIS_VERSION := 1.3.2
VORBIS_URL := http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSION).tar.xz VORBIS_URL := http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSION).tar.xz
#VORBIS_URL := $(CONTRIB_VIDEOLAN)/libvorbis-$(VORBIS_VERSION).tar.gz #VORBIS_URL := $(CONTRIB_VIDEOLAN)/libvorbis-$(VORBIS_VERSION).tar.gz
ifndef HAVE_FPU ifdef HAVE_FPU
PKGS += vorbis PKGS += vorbis
endif endif
ifeq ($(call need_pkg,"vorbis >= 1.1"),) ifeq ($(call need_pkg,"vorbis >= 1.1"),)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment