mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
adaptivedemux2: Add GStreamer to the deps list
Explicitly dep on GStreamer so as not to accidentally link to the system version in a git build Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3453>
This commit is contained in:
parent
6981384184
commit
843f10f7f9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ if default_library in ['static', 'both']
|
|||
include_directories: [configinc, libsinc],
|
||||
c_args: [gst_plugins_good_args, soup_loader_args, soup_loader_args, hls_cargs,
|
||||
'-DGST_ISOFF_API=G_GNUC_INTERNAL'],
|
||||
dependencies: [gsttag_dep, gstnet_dep, gstbase_dep,
|
||||
dependencies: [gst_dep, gsttag_dep, gstnet_dep, gstbase_dep,
|
||||
gstpbutils_dep, gstapp_dep, soup_dep,
|
||||
gio_dep, adaptive_xml2_dep,
|
||||
hls_crypto_dep, libm],
|
||||
|
|
Loading…
Reference in a new issue