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

Unified Diff: third_party/yasm/yasm_compile.gypi

Issue 12059002: Remove -DPREFIX from win64 yasm_compile.gypi to fix ffmpeg linking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased PS1 Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm_compile.gypi
diff --git a/third_party/yasm/yasm_compile.gypi b/third_party/yasm/yasm_compile.gypi
index 504abc2490166250547068251bc9893714c709d0..31ce6cfe27859bed96832f8f8b83d5421be4fa77 100644
--- a/third_party/yasm/yasm_compile.gypi
+++ b/third_party/yasm/yasm_compile.gypi
@@ -70,7 +70,6 @@
}],
[ 'OS=="win" and target_arch=="x64"', {
'yasm_flags': [
- '-DPREFIX',
'-fx64',
'-m', 'amd64',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698