File: meson.build

package info (click to toggle)
libva-utils 2.22.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,152 kB
  • sloc: ansic: 49,282; cpp: 15,772; makefile: 369; sh: 27
file content (6 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
executable('mpeg2vldemo', [ 'mpeg2vldemo.cpp' ],
           dependencies: libva_display_dep,
           install: true)
executable('loadjpeg', [ 'loadjpeg.c', 'tinyjpeg.c' ],
           dependencies: libva_display_dep,
           install: true)