vlc/vlc-2.1 | branch: master | Rémi Denis-Courmont <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
