[vlc-commits] contrib: fix FFI build
Rémi Denis-Courmont
git at videolan.org
Mon Dec 9 18:35:11 CET 2013
vlc/vlc-2.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Dec 5 18:09:41 2013 +0200| [7e75d0adc5cd3959920133c0e375840a2b9292e5] | committer: Felix Paul Kühne
contrib: fix FFI build
There is no point building FFI for its own sake since VLC does not use
FFI directly on any platform.
(cherry picked from commit d95361b003565457fc843ab3c79a9d734264cfb3)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=7e75d0adc5cd3959920133c0e375840a2b9292e5
---
contrib/src/ffi/rules.mak | 3 ---
1 file changed, 3 deletions(-)
diff --git a/contrib/src/ffi/rules.mak b/contrib/src/ffi/rules.mak
index 81547f5..a6e2672 100644
--- a/contrib/src/ffi/rules.mak
+++ b/contrib/src/ffi/rules.mak
@@ -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
More information about the vlc-commits
mailing list