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

Side by Side Diff: third_party/libva/pkgconfig/libva-x11.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 display=x11
6
7 Name: libva-${display}
8 Description: Userspace Video Acceleration (VA) ${display} interface
9 Requires: libva
10 Version: @VA_API_VERSION@
11 Libs: -L${libdir} -lva-${display}
12 Cflags: -I${includedir}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698