Index: third_party/ffmpeg/ffmpeg.gyp |
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp |
index 5ad3c834950081e676ec990dffefb576a15eb6a7..943315b3e2ca6d75140a669dfaaaf895414a5c89 100644 |
--- a/third_party/ffmpeg/ffmpeg.gyp |
+++ b/third_party/ffmpeg/ffmpeg.gyp |
@@ -59,7 +59,7 @@ |
['(OS!="linux" and OS!="freebsd" and OS!="openbsd" and OS!="solaris" and OS!="mac") or use_system_ffmpeg!=0', { |
'variables': { |
'target_for_binaries': 'ffmpeg_binaries', |
- 'ffmpeg_include_root': 'include', |
+ 'ffmpeg_include_root': 'source/patched-ffmpeg-mt', |
}, |
},{ # else OS=="linux" |
'variables': { |
@@ -134,7 +134,7 @@ |
'include_dirs': [ |
'source/config/<(ffmpeg_branding)/<(OS)/<(ffmpeg_config)', |
'source/patched-ffmpeg-mt', |
- 'source/config', |
+ 'source/config', |
], |
'defines': [ |
'HAVE_AV_CONFIG_H', |
@@ -643,7 +643,8 @@ |
'hard_dependency': 1, |
'direct_dependent_settings': { |
'include_dirs': [ |
- 'include', |
+ 'source/patched-ffmpeg-mt', |
+ 'source/config', |
], |
}, |
'conditions': [ |
@@ -709,7 +710,8 @@ |
}, |
'type': '<(library)', |
'include_dirs': [ |
- 'include', |
+ 'source/patched-ffmpeg-mt', |
+ 'source/config', |
'<(output_root)', |
'../..', # The chromium 'src' directory. |
], |