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

Unified Diff: media/gpu/generic_v4l2_device.cc

Issue 2783673003: Separate stubs for V4L2 and VAAPI. (Closed)
Patch Set: reference correct va_stubs.h Created 3 years, 8 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
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/v4l2.sig » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/generic_v4l2_device.cc
diff --git a/media/gpu/generic_v4l2_device.cc b/media/gpu/generic_v4l2_device.cc
index e98ea72eddc3499a55845abd4011f2c08a36ec21..f4b44998771ea94c6b7d903341722f2c3d30aa0c 100644
--- a/media/gpu/generic_v4l2_device.cc
+++ b/media/gpu/generic_v4l2_device.cc
@@ -30,12 +30,12 @@
#if defined(USE_LIBV4L2)
// Auto-generated for dlopen libv4l2 libraries
-#include "media/gpu/v4l2_stubs.h"
+#include "media/gpu/v4l2/v4l2_stubs.h"
#include "third_party/v4l-utils/lib/include/libv4l2.h"
-using media_gpu::kModuleV4l2;
-using media_gpu::InitializeStubs;
-using media_gpu::StubPathMap;
+using media_gpu_v4l2::kModuleV4l2;
+using media_gpu_v4l2::InitializeStubs;
+using media_gpu_v4l2::StubPathMap;
static const base::FilePath::CharType kV4l2Lib[] =
FILE_PATH_LITERAL("/usr/lib/libv4l2.so");
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/v4l2.sig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698