• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if 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)
7endif
8