summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/ffmpeg.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ffmpeg/ffmpeg.gyp')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp10
1 files changed, 8 insertions, 2 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 947aa34..64cf546 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -43,7 +43,7 @@
},
},{ # else OS=="linux"
'variables': {
- 'target_for_binaries': 'ffmpegsumo_nolink',
+ 'target_for_binaries': 'ffmpeg_binaries',
'ffmpeg_include_root': 'source/patched-ffmpeg-mt',
},
'targets': [
@@ -560,7 +560,13 @@
'variables': {
# TODO(ajwong): Clean this up after we've finished
# migrating to in-tree build.
- 'source_files': [],
+ '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"', {
# TODO(ajwong): These files are also copied in: