[vlc-devel] [PATCH 2/5] configure: macOS: Remove BGHUDAppKit check
Marvin Scholz
epirat07 at gmail.com
Mon Jan 30 12:15:22 CET 2017
---
configure.ac | 5 -----
1 file changed, 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4649bdf..7f95bd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3865,11 +3865,6 @@ AC_ARG_ENABLE(macosx,
if test "x${enable_macosx}" != "xno" -a "${SYS}" = "darwin"
then
VLC_ADD_PLUGIN([macosx])
-
- if test ! -d ${CONTRIB_DIR}/BGHUDAppKit.framework
- then
- AC_MSG_ERROR([BGHUDAppKit framework is required and was not found in ${CONTRIB_DIR}])
- fi
fi
AM_CONDITIONAL(ENABLE_MACOSX_UI, [test "$enable_macosx" != "no"])
--
2.10.1 (Apple Git-78)
More information about the vlc-devel
mailing list