Commit d95361b0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: fix FFI build

There is no point building FFI for its own sake since VLC does not use
FFI directly on any platform.
parent 0a48d149
......@@ -2,9 +2,6 @@
FFI_VERSION := 3.0.13
FFI_URL := ftp://sourceware.org/pub/libffi/libffi-$(FFI_VERSION).tar.gz
ifdef HAVE_DARWIN_OS
PKGS += ffi
endif
ifeq ($(call need_pkg,"libffi"),)
PKGS_FOUND += ffi
endif
......
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