meson: Link asfdemux against the gstsdp library
This commit is contained in:
parent
2b65075908
commit
40dbcd1b3e
@ -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…
x
Reference in New Issue
Block a user