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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.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/quantize_ssse3.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.asm b/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.asm
index 2f33199e54bfeeb0b5c47e24e746ef3178c844b5..6cfdd8f9122599feebe038f290f6f2d656e9fd81 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.asm
@@ -16,7 +16,7 @@
; short *round_ptr,
; short *quant_ptr, short *dqcoeff_ptr);
;
-global sym(vp8_fast_quantize_b_impl_ssse3)
+global sym(vp8_fast_quantize_b_impl_ssse3) PRIVATE
sym(vp8_fast_quantize_b_impl_ssse3):
push rbp
mov rbp, rsp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/sad_mmx.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698