Index: third_party/ffmpeg/ffmpeg.gyp |
=================================================================== |
--- third_party/ffmpeg/ffmpeg.gyp (revision 41387) |
+++ third_party/ffmpeg/ffmpeg.gyp (working copy) |
@@ -61,7 +61,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': 'source/patched-ffmpeg-mt', |
+ 'ffmpeg_include_root': 'include', |
}, |
},{ # else OS=="linux" |
'variables': { |
@@ -136,7 +136,7 @@ |
'include_dirs': [ |
'source/config/<(ffmpeg_branding)/<(OS)/<(ffmpeg_config)', |
'source/patched-ffmpeg-mt', |
- 'source/config', |
+ 'source/config', |
], |
'defines': [ |
'HAVE_AV_CONFIG_H', |
@@ -642,8 +642,7 @@ |
'hard_dependency': 1, |
'direct_dependent_settings': { |
'include_dirs': [ |
- 'source/patched-ffmpeg-mt', |
- 'source/config', |
+ 'include', |
], |
}, |
'conditions': [ |
@@ -709,8 +708,7 @@ |
}, |
'type': '<(library)', |
'include_dirs': [ |
- 'source/patched-ffmpeg-mt', |
- 'source/config', |
+ 'include', |
'<(output_root)', |
'../..', # The chromium 'src' directory. |
], |