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

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: 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/picture.cc', 597 'video/picture.cc',
598 'video/picture.h', 598 'video/picture.h',
599 'video/jpeg_decode_accelerator.cc',
Pawel Osciak 2015/05/28 09:13:18 Should be above picture.cc
kcwu 2015/05/28 12:10:28 Done.
600 'video/jpeg_decode_accelerator.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': [
607 '..', 609 '..',
608 ], 610 ],
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 'dependencies': [ 1971 'dependencies': [
1970 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1971 ], 1973 ],
1972 }], 1974 }],
1973 ], 1975 ],
1974 }, 1976 },
1975 ], 1977 ],
1976 }], 1978 }],
1977 ], 1979 ],
1978 } 1980 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698