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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 909002: Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/include. (Closed)
Patch Set: Updated Created 10 years, 9 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 | « third_party/ffmpeg/avcodec-52.sigs ('k') | third_party/ffmpeg/ffmpeg_stub_headers.fragment » ('j') | 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 31847450f06485614d91b880f06180d450d31841..63a4d00c1080e3023afcfd392061f4da61b2f172 100644
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -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': 'include',
+ 'ffmpeg_include_root': 'source/patched-ffmpeg-mt',
},
},{ # 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,7 +642,8 @@
'hard_dependency': 1,
'direct_dependent_settings': {
'include_dirs': [
- 'include',
+ 'source/patched-ffmpeg-mt',
+ 'source/config',
],
},
'conditions': [
@@ -708,7 +709,8 @@
},
'type': '<(library)',
'include_dirs': [
- 'include',
+ 'source/patched-ffmpeg-mt',
+ 'source/config',
'<(output_root)',
'../..', # The chromium 'src' directory.
],
« no previous file with comments | « third_party/ffmpeg/avcodec-52.sigs ('k') | third_party/ffmpeg/ffmpeg_stub_headers.fragment » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698