gstreamer/tests/examples/snapshot/meson.build

8 lines
248 B
Meson

if gdk_pixbuf_dep.found()
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],
install: false)
endif