[vlc-commits] contrib: fluidlite: enable for macOS

David Fuhrmann git at videolan.org
Fri Aug 5 20:32:36 CEST 2016


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri Aug  5 20:31:51 2016 +0200| [e0f0877d11f62509f6d7392fd0c27c41a0a307a2] | committer: David Fuhrmann

contrib: fluidlite: enable for macOS

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

 contrib/src/fluidlite/rules.mak | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/src/fluidlite/rules.mak b/contrib/src/fluidlite/rules.mak
index c2bf342..8b55df8 100644
--- a/contrib/src/fluidlite/rules.mak
+++ b/contrib/src/fluidlite/rules.mak
@@ -7,6 +7,10 @@ ifdef HAVE_WIN32
 PKGS += fluidlite
 endif
 
+ifdef HAVE_MACOSX
+PKGS += fluidlite
+endif
+
 ifeq ($(call need_pkg,"fluidlite"),)
 PKGS_FOUND += fluidlite
 endif



More information about the vlc-commits mailing list