mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
parent
cca62a11f5
commit
20fc4b92b8
4 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,6 +11,7 @@ gst-omx
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
|
gst-plugins-rs
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
gst-python
|
gst-python
|
||||||
gst-rtsp-server
|
gst-rtsp-server
|
||||||
|
@ -31,6 +32,7 @@ subprojects/gst-omx
|
||||||
subprojects/gst-plugins-bad
|
subprojects/gst-plugins-bad
|
||||||
subprojects/gst-plugins-base
|
subprojects/gst-plugins-base
|
||||||
subprojects/gst-plugins-good
|
subprojects/gst-plugins-good
|
||||||
|
subprojects/gst-plugins-rs
|
||||||
subprojects/gst-plugins-ugly
|
subprojects/gst-plugins-ugly
|
||||||
subprojects/gst-python
|
subprojects/gst-python
|
||||||
subprojects/gst-rtsp-server
|
subprojects/gst-rtsp-server
|
||||||
|
|
|
@ -73,6 +73,7 @@ subprojects = [
|
||||||
['pygobject', { 'option': get_option('python'), 'match_gst_version': false }],
|
['pygobject', { 'option': get_option('python'), 'match_gst_version': false }],
|
||||||
['gst-python', { 'option': get_option('python'), 'has-plugins': true}],
|
['gst-python', { 'option': get_option('python'), 'has-plugins': true}],
|
||||||
['gst-examples', { 'option': get_option('gst-examples'), 'match_gst_versions': false}],
|
['gst-examples', { 'option': get_option('gst-examples'), 'match_gst_versions': false}],
|
||||||
|
['gst-plugins-rs', { 'option': get_option('rs'), 'has-plugins': true, 'match_gst_version': false}],
|
||||||
]
|
]
|
||||||
|
|
||||||
symlink = '''
|
symlink = '''
|
||||||
|
|
|
@ -11,6 +11,7 @@ option('vaapi', type : 'feature', value : 'auto')
|
||||||
option('sharp', type : 'feature', value : 'disabled')
|
option('sharp', type : 'feature', value : 'disabled')
|
||||||
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
||||||
option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
|
option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
|
||||||
|
option('rs', type : 'feature', value : 'auto')
|
||||||
|
|
||||||
# Common options, automatically inherited by subprojects
|
# Common options, automatically inherited by subprojects
|
||||||
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
|
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
|
||||||
|
|
5
subprojects/gst-plugins-rs.wrap
Normal file
5
subprojects/gst-plugins-rs.wrap
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[wrap-git]
|
||||||
|
directory=gst-plugins-rs
|
||||||
|
url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
|
||||||
|
push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git
|
||||||
|
revision=master
|
Loading…
Reference in a new issue