blob: 3d621b209eb066d63ce5e1104b3acde8d9e92aaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
display=egl
Name: libva-${display}
Description: Userspace Video Acceleration (VA) ${display} interface
Requires: libva
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lva-${display}
Cflags: -I${includedir}
|