gstreamer/tests/examples/snapshot/meson.build

8 lines
234 B
Meson
Raw Normal View History

2016-08-27 10:22:11 +00:00
if gtk_dep.found()
executable('snapshot', 'snapshot.c',
c_args : gst_plugins_base_args,
include_directories: [configinc, libsinc],
dependencies : [libm, glib_deps, gst_dep, video_dep, gtk_dep],
install: false)
endif