summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ffmpeg')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 623aa06..f118075 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -148,6 +148,12 @@
'../..', # The chromium 'src' directory.
],
},
+ 'link_settings': {
+ 'libraries': [
+ # We need dl for dlopen() and friends.
+ '-ldl',
+ ],
+ },
'actions': [
{
'action_name': 'generate_stubs',