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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 159841: Linux: preload ffmpeg in the zygote. (Closed)
Patch Set: Created 11 years, 5 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 | « chrome/browser/zygote_main_linux.cc ('k') | 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 f035165194ced32dd153ebed6ad98066f7333acb..458328fea3feca49f7cfc170be65405cffdb6c18 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -21,9 +21,11 @@
'variables': {
'generate_stubs_script': 'generate_stubs.py',
'sig_files': [
+ # Note that these must be listed in dependency order.
+ # (i.e. if A depends on B, then B must be listed before A.)
+ 'avutil-50.sigs',
awong 2009/08/04 01:17:10 what? really? What happens if it's not? I didn'
agl 2009/08/04 01:18:46 It doesn't load otherwise. avcodec depends on avut
'avcodec-52.sigs',
'avformat-52.sigs',
- 'avutil-50.sigs',
],
'extra_header': 'ffmpeg_stub_headers.fragment',
},
« no previous file with comments | « chrome/browser/zygote_main_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698