Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
994
Issues
994
List
Boards
Labels
Service Desk
Milestones
Merge Requests
192
Merge Requests
192
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
3c8a9165
Commit
3c8a9165
authored
May 05, 2019
by
Thibault Saunier
🌵
Committed by
Thibault Saunier
May 05, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: Add support for the colormanagement plugin
Fixes
#965
parent
3a5bcfc5
Pipeline
#35201
passed with stages
in 37 minutes and 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
ext/colormanagement/meson.build
ext/colormanagement/meson.build
+14
-0
ext/meson.build
ext/meson.build
+1
-0
meson_options.txt
meson_options.txt
+1
-0
No files found.
ext/colormanagement/meson.build
0 → 100644
View file @
3c8a9165
lcms2_dep = dependency('lcms2', version : '>= 2.7', required : get_option('colormanagement'))
if lcms2_dep.found()
gstassrender = library('gstcolormanagement',
'gstcolormanagement.c', 'gstlcms.c',
c_args : gst_plugins_bad_args,
link_args : noseh_link_args,
include_directories : [configinc],
dependencies : [gstbase_dep, gstvideo_dep, lcms2_dep],
install : true,
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstassrender, install_dir : plugins_pkgconfig_install_dir)
endif
ext/meson.build
View file @
3c8a9165
...
...
@@ -4,6 +4,7 @@ subdir('bs2b')
subdir('bz2')
subdir('chromaprint')
subdir('closedcaption')
subdir('colormanagement')
subdir('curl')
subdir('dash')
subdir('dc1394')
...
...
meson_options.txt
View file @
3c8a9165
...
...
@@ -81,6 +81,7 @@ option('bs2b', type : 'feature', value : 'auto', description : 'Bauer stereophon
option('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encoder and decoder plugin')
option('chromaprint', type : 'feature', value : 'auto', description : 'Chromaprint fingerprint audio plugin')
option('closedcaption', type : 'feature', value : 'auto', description : 'Closed caption extractor, decoder, and overlay plugin')
option('colormanagement', type : 'feature', value : 'auto', description : 'Color management correction plugin')
option('curl', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin')
option('curl-ssh2', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin libssh2 support')
option('d3dvideosink', type : 'feature', value : 'auto', description : 'Direct3D video sink plugin')
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!544 (merged)
·
Aug 07, 2019
mentioned in merge request
!544 (merged)
mentioned in merge request !544
Toggle commit list
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