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

Side by Side Diff: media/media.gyp

Issue 1124423008: MJPEG acceleration for video capture using VAAPI, the GPU and IPC part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-1-media
Patch Set: split out host part Created 5 years, 6 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'video/capture/win/video_capture_device_mf_win.cc', 587 'video/capture/win/video_capture_device_mf_win.cc',
588 'video/capture/win/video_capture_device_mf_win.h', 588 'video/capture/win/video_capture_device_mf_win.h',
589 'video/capture/win/video_capture_device_win.cc', 589 'video/capture/win/video_capture_device_win.cc',
590 'video/capture/win/video_capture_device_win.h', 590 'video/capture/win/video_capture_device_win.h',
591 'video/fake_video_encode_accelerator.cc', 591 'video/fake_video_encode_accelerator.cc',
592 'video/fake_video_encode_accelerator.h', 592 'video/fake_video_encode_accelerator.h',
593 'video/gpu_memory_buffer_video_frame_pool.cc', 593 'video/gpu_memory_buffer_video_frame_pool.cc',
594 'video/gpu_memory_buffer_video_frame_pool.h', 594 'video/gpu_memory_buffer_video_frame_pool.h',
595 'video/h264_poc.cc', 595 'video/h264_poc.cc',
596 'video/h264_poc.h', 596 'video/h264_poc.h',
597 'video/jpeg_decode_accelerator.cc',
598 'video/jpeg_decode_accelerator.h',
597 'video/picture.cc', 599 'video/picture.cc',
598 'video/picture.h', 600 'video/picture.h',
599 'video/video_decode_accelerator.cc', 601 'video/video_decode_accelerator.cc',
600 'video/video_decode_accelerator.h', 602 'video/video_decode_accelerator.h',
601 'video/video_encode_accelerator.cc', 603 'video/video_encode_accelerator.cc',
602 'video/video_encode_accelerator.h', 604 'video/video_encode_accelerator.h',
603 'formats/webm/webm_webvtt_parser.h' 605 'formats/webm/webm_webvtt_parser.h'
604 ], 606 ],
605 'direct_dependent_settings': { 607 'direct_dependent_settings': {
606 'include_dirs': [ 608 'include_dirs': [
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'dependencies': [ 1976 'dependencies': [
1975 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1976 ], 1978 ],
1977 }], 1979 }],
1978 ], 1980 ],
1979 }, 1981 },
1980 ], 1982 ],
1981 }], 1983 }],
1982 ], 1984 ],
1983 } 1985 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698