mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
tests: fix possible libscpp build failure in gst-plugins-bad
../subprojects/gst-plugins-bad/tests/check/libs/gstlibscpp.cc:41: fatal error: gst/mpegts/gstmpegts-enumtypes.h: No such file or directory Could only pass the needed deps to the libscpp test, but gets messier to maintain, so let's at it for consistency. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6643>
This commit is contained in:
parent
97d4c56c8f
commit
60ac6d0883
1 changed files with 4 additions and 2 deletions
|
@ -185,8 +185,10 @@ test_defines = [
|
|||
'-DGST_USE_UNSTABLE_API',
|
||||
]
|
||||
|
||||
test_deps = [gst_dep, gstapp_dep, gstbase_dep,
|
||||
gstbasecamerabin_dep, gstphotography_dep,
|
||||
test_deps = [gst_dep, gstapp_dep, gstbase_dep, gstbadaudio_dep,
|
||||
gstbasecamerabin_dep, gstphotography_dep, gstwebrtc_dep,
|
||||
gstmpegts_dep, gstmse_dep, gstplay_dep, gstplayer_dep,
|
||||
gstanalytics_dep, gstinsertbin_dep, gst_transcoder_dep,
|
||||
gstpbutils_dep, gstcontroller_dep, gstaudio_dep,
|
||||
gstvideo_dep, gstrtp_dep, gsturidownloader_dep,
|
||||
gstcheck_dep, gio_dep, gsttag_dep]
|
||||
|
|
Loading…
Reference in a new issue