OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'use_v4lplugin%': 0, | 3 'use_v4lplugin%': 0, |
4 'use_v4l2_codec%': 0, | 4 'use_v4l2_codec%': 0, |
5 }, | 5 }, |
6 'defines': [ | 6 'defines': [ |
7 'MEDIA_GPU_IMPLEMENTATION' | 7 'MEDIA_GPU_IMPLEMENTATION' |
8 ], | 8 ], |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 ], | 321 ], |
322 'process_outputs_as_sources': 1, | 322 'process_outputs_as_sources': 1, |
323 'message': 'Generating libva stubs for dynamic loading', | 323 'message': 'Generating libva stubs for dynamic loading', |
324 }, | 324 }, |
325 ] | 325 ] |
326 }], | 326 }], |
327 ['OS=="win"', { | 327 ['OS=="win"', { |
328 'dependencies': [ | 328 'dependencies': [ |
329 '../media/media.gyp:media', | 329 '../media/media.gyp:media', |
330 '../media/media.gyp:mf_initializer', | 330 '../media/media.gyp:mf_initializer', |
331 '../third_party/libyuv/libyuv.gyp:libyuv', | |
332 '../ui/gl/gl.gyp:gl', | 331 '../ui/gl/gl.gyp:gl', |
333 '../ui/gl/init/gl_init.gyp:gl_init', | 332 '../ui/gl/init/gl_init.gyp:gl_init', |
334 ], | 333 ], |
335 'link_settings': { | 334 'link_settings': { |
336 'libraries': [ | 335 'libraries': [ |
337 '-ld3d9.lib', | 336 '-ld3d9.lib', |
338 '-ld3d11.lib', | 337 '-ld3d11.lib', |
339 '-ldxva2.lib', | 338 '-ldxva2.lib', |
340 '-lstrmiids.lib', | 339 '-lstrmiids.lib', |
341 '-lmf.lib', | 340 '-lmf.lib', |
(...skipping 10 matching lines...) Expand all Loading... |
352 'mfplat.dll', | 351 'mfplat.dll', |
353 ], | 352 ], |
354 }, | 353 }, |
355 }, | 354 }, |
356 }, | 355 }, |
357 'sources': [ | 356 'sources': [ |
358 'gpu/dxva_picture_buffer_win.cc', | 357 'gpu/dxva_picture_buffer_win.cc', |
359 'gpu/dxva_picture_buffer_win.h', | 358 'gpu/dxva_picture_buffer_win.h', |
360 'gpu/dxva_video_decode_accelerator_win.cc', | 359 'gpu/dxva_video_decode_accelerator_win.cc', |
361 'gpu/dxva_video_decode_accelerator_win.h', | 360 'gpu/dxva_video_decode_accelerator_win.h', |
362 'gpu/media_foundation_video_encode_accelerator_win.cc', | |
363 'gpu/media_foundation_video_encode_accelerator_win.h', | |
364 ], | 361 ], |
365 'include_dirs': [ | 362 'include_dirs': [ |
366 '<(DEPTH)/third_party/khronos', | 363 '<(DEPTH)/third_party/khronos', |
367 ], | 364 ], |
368 }], | 365 }], |
369 ['OS == "win" and target_arch == "x64"', { | 366 ['OS == "win" and target_arch == "x64"', { |
370 'msvs_settings': { | 367 'msvs_settings': { |
371 'VCCLCompilerTool': { | 368 'VCCLCompilerTool': { |
372 'AdditionalOptions': [ | 369 'AdditionalOptions': [ |
373 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da
ta | 370 '/wd4267', # Conversion from 'size_t' to 'type', possible loss of da
ta |
374 ], | 371 ], |
375 }, | 372 }, |
376 }, | 373 }, |
377 }], | 374 }], |
378 ], | 375 ], |
379 } | 376 } |
OLD | NEW |