gstreamer/tests/examples/snapshot/meson.build

8 lines
248 B
Meson
Raw Normal View History

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