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

Unified Diff: media/media.gyp

Issue 262383003: Add Intel Perceptual Computing SDK based depth video capture for Windows Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « media/base/media_switches.cc ('k') | media/video/capture/video_capture_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 420e6fef1cc0c707aa061023976da31799c1973d..eab6e6918201547915d401be164cb09cb16b8007 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -495,6 +495,8 @@
'video/capture/win/sink_input_pin_win.h',
'video/capture/win/video_capture_device_mf_win.cc',
'video/capture/win/video_capture_device_mf_win.h',
+ 'video/capture/win/video_capture_device_pxc_win.cc',
+ 'video/capture/win/video_capture_device_pxc_win.h',
'video/capture/win/video_capture_device_win.cc',
'video/capture/win/video_capture_device_win.h',
'video/picture.cc',
@@ -799,12 +801,19 @@
},
}],
['OS=="win"', {
+ 'include_dirs': [
+ '<!(echo %PCSDK_DIR%\include)',
+ ],
'link_settings': {
+ 'library_dirs': [
+ '<!(echo %PCSDK_DIR%\lib\Win32)',
+ ],
'libraries': [
'-lmf.lib',
'-lmfplat.lib',
'-lmfreadwrite.lib',
'-lmfuuid.lib',
+ '-llibpxc.lib',
],
},
# Specify delayload for media.dll.
« no previous file with comments | « media/base/media_switches.cc ('k') | media/video/capture/video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698