61adb9fd9a3dfe3097c8e9b81a411f3330613b0d
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-base / tests / examples / snapshot / meson.build
1 if gdk_pixbuf_dep.found()
2   executable('snapshot', 'snapshot.c',
3     c_args : gst_plugins_base_args,
4     include_directories: [configinc, libsinc],
5     dependencies : [libm, glib_deps, gst_dep, video_dep, gdk_pixbuf_dep],
6     install: false)
7 endif