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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm

Issue 7655050: Define PRIVATE and add it to all global symbols so we don't export assembly functions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: added patch Created 9 years, 4 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
Index: libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm b/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm
index 39439f0d86df037a7954a5cb4d1241fdbd647900..8a6915f94e86d73efe75311907fdfb7ed17b3b72 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm
@@ -12,7 +12,7 @@
%include "vpx_ports/x86_abi_support.asm"
;void vp8_short_walsh4x4_sse2(short *input, short *output, int pitch)
-global sym(vp8_short_walsh4x4_sse2)
+global sym(vp8_short_walsh4x4_sse2) PRIVATE
sym(vp8_short_walsh4x4_sse2):
push rbp
mov rbp, rsp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698