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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 203076: Fix the Linux shared build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « printing/printing.gyp ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/ffmpeg.gyp
===================================================================
--- third_party/ffmpeg/ffmpeg.gyp (revision 26276)
+++ third_party/ffmpeg/ffmpeg.gyp (working copy)
@@ -148,6 +148,12 @@
'../..', # The chromium 'src' directory.
],
},
+ 'link_settings': {
+ 'libraries': [
+ # We need dl for dlopen() and friends.
+ '-ldl',
TVL 2009/09/16 14:58:41 this is making the mac build grumpy, you needed co
+ ],
+ },
'actions': [
{
'action_name': 'generate_stubs',
« no previous file with comments | « printing/printing.gyp ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698