| Index: third_party/libva/pkgconfig/libva-egl.pc.in
|
| diff --git a/third_party/libva/pkgconfig/libva-egl.pc.in b/third_party/libva/pkgconfig/libva-egl.pc.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d80fcc8b7fa89234636f8148fd296acf4f89e7c1
|
| --- /dev/null
|
| +++ b/third_party/libva/pkgconfig/libva-egl.pc.in
|
| @@ -0,0 +1,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: @VA_API_VERSION@
|
| +Libs: -L${libdir} -lva-${display}
|
| +Cflags: -I${includedir}
|
| +
|
|
|