mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
meson: Add Autotools changes that weren't mirrored
commits:a7d282d272
6fdb4df0f8
1aceebd67f
This commit is contained in:
parent
1b11ec676e
commit
ad592f86b6
3 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,6 @@ gst_sources = [
|
|||
'gstcapsfeatures.c',
|
||||
'gstchildproxy.c',
|
||||
'gstclock.c',
|
||||
'gstclock-linreg.c',
|
||||
'gstcontext.c',
|
||||
'gstcontrolbinding.c',
|
||||
'gstcontrolsource.c',
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
gst_elements_sources = [
|
||||
'gstcapsfilter.c',
|
||||
'gstconcat.c',
|
||||
'gstdataurisrc.c',
|
||||
'gstdownloadbuffer.c',
|
||||
'gstelements.c',
|
||||
'gstelements_private.c',
|
||||
|
|
|
@ -77,6 +77,7 @@ core_tests = [
|
|||
[ 'libs/queuearray.c' ],
|
||||
[ 'elements/capsfilter.c', not have_registry ],
|
||||
[ 'elements/concat.c', not have_registry ],
|
||||
[ 'elements/dataurisrc.c', not have_registry ],
|
||||
[ 'elements/fakesrc.c', not have_registry ],
|
||||
[ 'elements/fdsrc.c', not have_registry ],
|
||||
[ 'elements/filesink.c', not have_registry ],
|
||||
|
|
Loading…
Reference in a new issue