mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
meson: Link asfdemux against the gstsdp library
This commit is contained in:
parent
2b65075908
commit
40dbcd1b3e
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ gstasf = library('gstasf',
|
|||
asf_sources,
|
||||
c_args : ugly_args,
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gstbase_dep, gstrtp_dep, gstvideo_dep, gstaudio_dep, gsttag_dep, gstriff_dep, gstrtsp_dep],
|
||||
dependencies : [gstbase_dep, gstrtp_dep, gstvideo_dep,
|
||||
gstaudio_dep, gsttag_dep, gstriff_dep,
|
||||
gstrtsp_dep, gstsdp_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue