Commit b77f3984 authored by Karlheinz Wohlmuth's avatar Karlheinz Wohlmuth Committed by Felix Paul Kühne

macosx: Growl notification plugin: use the Cocoa-based API

Support for the NSDistributedNotificationCenter based methods
was removed in Growl 1.3.
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 999170bd706b7d56d50a40a032522be7a379746b)

Conflicts:

	modules/notify/growl.m
parent 69117545
...@@ -4048,7 +4048,7 @@ AC_ARG_ENABLE(growl, ...@@ -4048,7 +4048,7 @@ AC_ARG_ENABLE(growl,
AS_IF([test "${enable_growl}" != "no"], [ AS_IF([test "${enable_growl}" != "no"], [
AC_CHECK_HEADERS(${CONTRIB_DIR}/Growl.framework/Versions/A/Headers/GrowlDefines.h, [ AC_CHECK_HEADERS(${CONTRIB_DIR}/Growl.framework/Versions/A/Headers/GrowlDefines.h, [
VLC_ADD_PLUGIN([growl]) VLC_ADD_PLUGIN([growl])
VLC_ADD_LIBS([growl], [-F${CONTRIB_DIR} -Wl,-framework,Growl,-framework,CoreFoundation]) VLC_ADD_LIBS([growl], [-F${CONTRIB_DIR} -Wl,-framework,Growl,-framework,Foundation])
VLC_ADD_OBJCFLAGS([growl], [-F${CONTRIB_DIR}]) VLC_ADD_OBJCFLAGS([growl], [-F${CONTRIB_DIR}])
VLC_ADD_OBJCFLAGS([growl], [-fobjc-exceptions] ) VLC_ADD_OBJCFLAGS([growl], [-fobjc-exceptions] )
]) ])
......
This diff is collapsed.
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