Skip to content
Snippets Groups Projects
Commit 40dbcd1b authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

meson: Link asfdemux against the gstsdp library

parent 2b650759
No related branches found
No related tags found
No related merge requests found
......@@ -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,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment