Commit 9d968bee authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)

parent e0d9a006
...@@ -1200,6 +1200,10 @@ elif test "${SYS}" != "mingwce"; then ...@@ -1200,6 +1200,10 @@ elif test "${SYS}" != "mingwce"; then
else else
VLC_ADD_PLUGINS([win32text]) VLC_ADD_PLUGINS([win32text])
fi fi
if test "${SYS}" = "darwin"; then
VLC_ADD_PLUGINS([quartztext])
VLC_ADD_LDFLAGS([quartztext],[-framework Carbon -framework ApplicationServices])
fi
dnl dnl
dnl Accelerated modules dnl Accelerated modules
......
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