mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
13 lines
283 B
Meson
13 lines
283 B
Meson
|
festival_sources = [
|
||
|
'gstfestival.c'
|
||
|
]
|
||
|
|
||
|
gstfestival = library('gstfestival',
|
||
|
festival_sources,
|
||
|
c_args : gst_plugins_bad_args,
|
||
|
include_directories : [configinc],
|
||
|
dependencies : [gstbase_dep, gstaudio_dep] + winsock2,
|
||
|
install : true,
|
||
|
install_dir : plugins_install_dir,
|
||
|
)
|