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

Unified Diff: build/common.gypi

Issue 11364077: Linux: fix build with system ffmpeg (Chromium side). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | media/base/media_posix.cc » ('j') | media/filters/ffmpeg_glue.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8d3e18c5cefbd279c2035f2f2c637f6f10bf0ee1..5a69137faa574109fd44b6bfc1b6e6acfd4ef09e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1900,9 +1900,10 @@
# Rules for excluding e.g. foo_win.cc from the build on non-Windows.
'filename_rules.gypi',
],
- # In Chromium code, we define __STDC_FORMAT_MACROS in order to get the
+ # In Chromium code, we define __STDC_foo_MACROS in order to get the
# C99 macros on Mac and Linux.
'defines': [
+ '__STDC_CONSTANT_MACROS',
'__STDC_FORMAT_MACROS',
],
'conditions': [
« no previous file with comments | « no previous file | media/base/media_posix.cc » ('j') | media/filters/ffmpeg_glue.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698