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

Side by Side Diff: content/common/gpu/media/va_drm_stub_header.fragment

Issue 385793002: content: Add support for Video Decode Acceleration on GBM (Closed) Base URL: 038ca4ab40c387bf3bc1541d56578bc522df9f41
Patch Set: merge changes into one single vaapi_video_decode_accelerator Created 6 years, 4 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
OLDNEW
1 // The extra include header needed in the generated stub file for defining 1 // The extra include header needed in the generated stub file for defining
2 // various libva types. 2 // various libva types.
3 3
4 extern "C" { 4 extern "C" {
5 5
6 #include "third_party/libva/va/va.h" 6 #include "third_party/libva/va/va.h"
7 #include "third_party/libva/va/va_x11.h" 7 #include "third_party/libva/va/drm/va_drm.h"
8 8
9 } 9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698