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

Unified Diff: third_party/x86inc/x86inc.asm

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaking our x86inc.asm Created 5 years, 7 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
« media/media.gyp ('K') | « testing/chromoting/chromoting_integration_tests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/x86inc/x86inc.asm
diff --git a/third_party/x86inc/x86inc.asm b/third_party/x86inc/x86inc.asm
index 7c57f8feb68f47dbfd843f4176e8e43a4460bfe3..5ebb58e51f2e3890e11549cdac4252667596f041 100644
--- a/third_party/x86inc/x86inc.asm
+++ b/third_party/x86inc/x86inc.asm
@@ -512,6 +512,8 @@ DECLARE_REG 6, ebp, ebp, bp, null, [esp + stack_offset + 28]
%xdefine %1.skip_prologue %1 %+ .skip_prologue
%ifidn __OUTPUT_FORMAT__,elf
global %1:function hidden
+ %elifidn __OUTPUT_FORMAT__,macho64
+ global %1:function hidden
M-A Ruel 2015/05/15 23:51:29 This change doesn't seem related with the rest.
DaleCurtis 2015/05/15 23:57:45 Yeah this should be dropped, only the x86inc.asm i
chcunningham 2015/05/16 04:36:26 Dropped.
%else
global %1
%endif
« media/media.gyp ('K') | « testing/chromoting/chromoting_integration_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698