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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 343064: Reenable ffmpegsumo, and also readd the use_system_ffmpeg flag. (Closed)
Patch Set: Created 11 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/ffmpeg.gyp
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 1b7d4213ae88d76e077ded663761094d7b4d607e..955cac4dd482e022e7102c483886dfa112f66cf1 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -25,6 +25,8 @@
'ffmpeg_branding%': '<(branding)',
'ffmpeg_variant%': '<(target_arch)',
+ 'use_system_ffmpeg%': 0,
+
# Locations for generated artifacts.
'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/ffmpeg',
'asm_library': 'ffmpegasm',
@@ -36,7 +38,7 @@
#
# TODO(ajwong): Per the comment above, reduce this conditional's size and
# determine if in-tree build in Windows is tractable.
- ['OS!="linux" or OS=="freebsd" or OS=="linux"', {
+ ['OS!="linux" or OS!="freebsd" or use_system_ffmpeg==0', {
'variables': {
'target_for_binaries': 'ffmpeg_binaries',
'ffmpeg_include_root': 'include',
@@ -561,11 +563,6 @@
# TODO(ajwong): Clean this up after we've finished
# migrating to in-tree build.
'source_files': [
- # TODO(ajwong): Temporary revert to make tree green while
- # builder libraries are updated.
- 'binaries/<(ffmpeg_bin_dir)/libavcodec.so.52',
- 'binaries/<(ffmpeg_bin_dir)/libavformat.so.52',
- 'binaries/<(ffmpeg_bin_dir)/libavutil.so.50',
],
},
}], ['OS=="mac"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698