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

Unified Diff: third_party/libva/pkgconfig/libva.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.pc.in
diff --git a/third_party/libva/pkgconfig/libva.pc.in b/third_party/libva/pkgconfig/libva.pc.in
new file mode 100644
index 0000000000000000000000000000000000000000..8b03f98694558b0a09432e0b430dfd39f6360eef
--- /dev/null
+++ b/third_party/libva/pkgconfig/libva.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+driverdir=@LIBVA_DRIVERS_PATH@
+
+Name: libva
+Description: Userspace Video Acceleration (VA) core interface
+Version: @VA_API_VERSION@
+Libs: -L${libdir} -lva
+Cflags: -I${includedir}

Powered by Google App Engine
This is Rietveld 408576698