Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9d968bee
Commit
9d968bee
authored
Apr 24, 2007
by
Pierre d'Herbemont
Browse files
Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)
parent
e0d9a006
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9d968bee
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment