]> git.pld-linux.org Git - packages/chromium-browser.git/blame - ffmpeg-generate.patch
ffmpeg build fixes
[packages/chromium-browser.git] / ffmpeg-generate.patch
CommitLineData
f0db7b91
ER
1--- chromium-browser-44.0.2403.107/third_party/ffmpeg/chromium/scripts/generate_gyp.py~ 2015-07-27 07:21:59.000000000 +0300
2+++ chromium-browser-44.0.2403.107/third_party/ffmpeg/chromium/scripts/generate_gyp.py 2015-07-27 07:22:03.210572817 +0300
3@@ -757,7 +757,8 @@
4 elif include_file_path in IGNORED_INCLUDE_FILES:
5 continue
6 else:
7- die('Failed to find file: ' + include_file_path)
8+ print('Failed to find file: ' + include_file_path)
9+ continue
10
11 # At this point we've found the file. Check if its in our ignore list which
12 # means that the list should be updated to no longer mention this file.
13@@ -776,7 +777,8 @@
14 licensecheck_path = os.path.abspath(os.path.join(
15 source_root, 'third_party', 'devscripts', 'licensecheck.pl'));
16 if not os.path.exists(licensecheck_path):
17- die('Could not find licensecheck.pl: ' + str(licensecheck_path))
18+ print('Could not find licensecheck.pl: ' + str(licensecheck_path))
19+ return True
20
21 check_process = subprocess.Popen([licensecheck_path,
22 '-l', '100',
This page took 0.025427 seconds and 4 git commands to generate.