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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/sad_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/sad_ssse3.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm b/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm
index 69c5eaedc795ae7d5886f4e984e50ba18adf8c81..8fb850b2178a039a3b842811d292d6e3b6ad8038 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm
@@ -152,7 +152,7 @@
; unsigned char *ref_ptr,
; int ref_stride,
; int *results)
-global sym(vp8_sad16x16x3_ssse3)
+global sym(vp8_sad16x16x3_ssse3) PRIVATE
sym(vp8_sad16x16x3_ssse3):
push rbp
mov rbp, rsp
@@ -263,7 +263,7 @@ vp8_sad16x16x3_ssse3_store_off:
; unsigned char *ref_ptr,
; int ref_stride,
; int *results)
-global sym(vp8_sad16x8x3_ssse3)
+global sym(vp8_sad16x8x3_ssse3) PRIVATE
sym(vp8_sad16x8x3_ssse3):
push rbp
mov rbp, rsp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/sad_sse4.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/ssim_opt.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698