Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
fb66c939
Commit
fb66c939
authored
Nov 23, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove QuartzText module
parent
3bf59a59
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
736 deletions
+1
-736
NEWS
NEWS
+1
-0
modules/text_renderer/Makefile.am
modules/text_renderer/Makefile.am
+0
-7
modules/text_renderer/quartztext.c
modules/text_renderer/quartztext.c
+0
-728
po/POTFILES.in
po/POTFILES.in
+0
-1
No files found.
NEWS
View file @
fb66c939
...
@@ -183,6 +183,7 @@ Removed modules
...
@@ -183,6 +183,7 @@ Removed modules
* httplive (use adaptive instead)
* httplive (use adaptive instead)
* smooth (use adaptive instead)
* smooth (use adaptive instead)
* Gnome-VFS access module (i.e. Gnome 2.x)
* Gnome-VFS access module (i.e. Gnome 2.x)
* QuartText text renderer module (use Freetype instead)
Changes between 2.2.0 and 2.2.1:
Changes between 2.2.0 and 2.2.1:
...
...
modules/text_renderer/Makefile.am
View file @
fb66c939
...
@@ -50,13 +50,6 @@ libsvg_plugin_la_LIBADD = $(SVG_LIBS)
...
@@ -50,13 +50,6 @@ libsvg_plugin_la_LIBADD = $(SVG_LIBS)
EXTRA_LTLIBRARIES
+=
libsvg_plugin.la
EXTRA_LTLIBRARIES
+=
libsvg_plugin.la
text_LTLIBRARIES
+=
$(LTLIBsvg)
text_LTLIBRARIES
+=
$(LTLIBsvg)
# QuartzText
libquartztext_plugin_la_SOURCES
=
text_renderer/quartztext.c
libquartztext_plugin_la_LDFLAGS
=
$(AM_LDLFAGS)
-rpath
'
$(textdir)
'
\
-Wl
,-framework,ApplicationServices
EXTRA_LTLIBRARIES
+=
libquartztext_plugin.la
text_LTLIBRARIES
+=
$(LTLIBquartztext)
# OS X TTS
# OS X TTS
libnsspeechsynthesizer_plugin_la_SOURCES
=
text_renderer/nsspeechsynthesizer.m
libnsspeechsynthesizer_plugin_la_SOURCES
=
text_renderer/nsspeechsynthesizer.m
libnsspeechsynthesizer_plugin_la_LDFLAGS
=
-Wl
,-framework,Cocoa
libnsspeechsynthesizer_plugin_la_LDFLAGS
=
-Wl
,-framework,Cocoa
...
...
modules/text_renderer/quartztext.c
deleted
100644 → 0
View file @
3bf59a59
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
fb66c939
...
@@ -1063,7 +1063,6 @@ modules/stream_out/standard.c
...
@@ -1063,7 +1063,6 @@ modules/stream_out/standard.c
modules/stream_out/transcode/transcode.c
modules/stream_out/transcode/transcode.c
modules/text_renderer/freetype.c
modules/text_renderer/freetype.c
modules/text_renderer/nsspeechsynthesizer.m
modules/text_renderer/nsspeechsynthesizer.m
modules/text_renderer/quartztext.c
modules/text_renderer/sapi.cpp
modules/text_renderer/sapi.cpp
modules/text_renderer/svg.c
modules/text_renderer/svg.c
modules/text_renderer/tdummy.c
modules/text_renderer/tdummy.c
...
...
Write
Preview
Markdown
is supported
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