Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1f8ac012
Commit
1f8ac012
authored
Mar 28, 2014
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
May 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build SVG decoder
parent
55862d2e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
configure.ac
configure.ac
+2
-1
modules/codec/Makefile.am
modules/codec/Makefile.am
+7
-0
No files found.
configure.ac
View file @
1f8ac012
...
...
@@ -3262,9 +3262,10 @@ then
fi
dnl
dnl SVG module
dnl SVG module
(text rendering and image decoding)
dnl
PKG_ENABLE_MODULES_VLC([SVG], [], [librsvg-2.0 >= 2.9.0], [SVG rendering library],[auto])
PKG_ENABLE_MODULES_VLC([SVGDEC], [], [librsvg-2.0 >= 2.9.0 cairo >= 1.13.1], [SVG image decoder library],[auto])
dnl
dnl android surface module
...
...
modules/codec/Makefile.am
View file @
1f8ac012
...
...
@@ -109,6 +109,13 @@ libjpeg_plugin_la_LIBADD = -ljpeg
EXTRA_LTLIBRARIES
+=
libjpeg_plugin.la
codec_LTLIBRARIES
+=
$(LTLIBjpeg)
libsvgdec_plugin_la_SOURCES
=
codec/svg.c
libsvgdec_plugin_la_CFLAGS
=
$(AM_CLAGS)
$(CFLAGS_svgdec)
libsvgdec_plugin_la_LDFLAGS
=
$(AM_LDFLAGS)
-rpath
'
$(codecdir)
'
$(LDFLAGS_svg)
libsvgdec_plugin_la_LIBADD
=
$(LIBS_svgdec)
EXTRA_LTLIBRARIES
+=
libsvgdec_plugin.la
codec_LTLIBRARIES
+=
$(LTLIBsvgdec)
libsdl_image_plugin_la_SOURCES
=
codec/sdl_image.c
libsdl_image_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(SDL_IMAGE_CFLAGS)
libsdl_image_plugin_la_LDFLAGS
=
$(AM_LDFLAGS)
-rpath
'
$(codecdir)
'
...
...
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