| Index: third_party/libva/pkgconfig/libva-glx.pc.in
|
| diff --git a/third_party/libva/pkgconfig/libva-glx.pc.in b/third_party/libva/pkgconfig/libva-glx.pc.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..859986632922df9c98d63b02716bc64342b45f39
|
| --- /dev/null
|
| +++ b/third_party/libva/pkgconfig/libva-glx.pc.in
|
| @@ -0,0 +1,12 @@
|
| +prefix=@prefix@
|
| +exec_prefix=@exec_prefix@
|
| +libdir=@libdir@
|
| +includedir=@includedir@
|
| +display=glx
|
| +
|
| +Name: libva-${display}
|
| +Description: Userspace Video Acceleration (VA) ${display} interface
|
| +Requires: libva
|
| +Version: @VA_API_VERSION@
|
| +Libs: -L${libdir} -lva-${display}
|
| +Cflags: -I${includedir}
|
|
|