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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 driverdir=@LIBVA_DRIVERS_PATH@
6
7 Name: libva
8 Description: Userspace Video Acceleration (VA) core interface
9 Version: @VA_API_VERSION@
10 Libs: -L${libdir} -lva
11 Cflags: -I${includedir}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698