Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/libva/pkgconfig/libva-tpi.pc.in

Issue 10375035: Add libva to chromium third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libva/pkgconfig/libva-tpi.pc.in
diff --git a/third_party/libva/pkgconfig/libva-tpi.pc.in b/third_party/libva/pkgconfig/libva-tpi.pc.in
new file mode 100644
index 0000000000000000000000000000000000000000..bc7fdd7ca322fda58b4a8415ab99c1e2b55e55f8
--- /dev/null
+++ b/third_party/libva/pkgconfig/libva-tpi.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libva-tpi
+Description: Userspace Video Acceleration (VA) 3rd party interface
+Requires: libva
+Version: @VA_API_VERSION@
+Libs: -L${libdir} -lva-tpi
+Cflags: -I${includedir}

Powered by Google App Engine
This is Rietveld 408576698