diff options
| author | root <fjiang4> | 2010-04-07 11:47:48 +0800 |
|---|---|---|
| committer | root <fjiang4> | 2010-04-07 11:47:48 +0800 |
| commit | 86c93d9c46415cf7746351c502a3513f637e77e4 (patch) | |
| tree | ff213ff8f44ab7105aa518a483a846f7bd16d723 /libva-x11.pc.in | |
| parent | 52a060d440d609563b8da7a9ac499d1c9829a56b (diff) | |
| download | android_hardware_intel_common_libva-86c93d9c46415cf7746351c502a3513f637e77e4.tar.gz android_hardware_intel_common_libva-86c93d9c46415cf7746351c502a3513f637e77e4.tar.bz2 android_hardware_intel_common_libva-86c93d9c46415cf7746351c502a3513f637e77e4.zip | |
Copy the wind river 0329 build libva code to here.
Change-Id: I50b1a2e753e2640c86239a3905ff89ce61544e67
Diffstat (limited to 'libva-x11.pc.in')
| -rw-r--r-- | libva-x11.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libva-x11.pc.in b/libva-x11.pc.in new file mode 100644 index 0000000..75e4f0b --- /dev/null +++ b/libva-x11.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +display=x11 + +Name: libva-${display} +Description: Userspace Video Acceleration (VA) ${display} interface +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lva-${display} +Cflags: -I${includedir} |
