gstreamer/subprojects/gst-plugins-bad/gst/festival/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
323 B
Meson
Raw Normal View History

festival_sources = [
'gstfestival.c'
]
gstfestival = library('gstfestival',
festival_sources,
c_args : gst_plugins_bad_args,
include_directories : [configinc],
dependencies : [gstbase_dep, gstaudio_dep] + winsock2 + network_deps,
install : true,
install_dir : plugins_install_dir,
)
2018-10-22 09:30:45 +00:00
plugins += [gstfestival]