From 9d968beeccceffd5856fb3d5b28999cc209b4a07 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 24 Apr 2007 21:42:29 +0000 Subject: [PATCH] Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2) --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 3a82f73f2e..c2eb0d6275 100644 --- a/configure.ac +++ b/configure.ac @@ -1200,6 +1200,10 @@ elif test "${SYS}" != "mingwce"; then else VLC_ADD_PLUGINS([win32text]) fi +if test "${SYS}" = "darwin"; then + VLC_ADD_PLUGINS([quartztext]) + VLC_ADD_LDFLAGS([quartztext],[-framework Carbon -framework ApplicationServices]) +fi dnl dnl Accelerated modules