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

Unified Diff: libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.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_mmx.asm
diff --git a/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm b/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm
index f29a54ecd12832d674c62435dd9adefd73d6c48d..2864ce16d99c58b0c6efe3889f616b0124a2ae3c 100644
--- a/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm
+++ b/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm
@@ -15,7 +15,7 @@
; short *qcoeff_ptr,short *dequant_ptr,
; short *scan_mask, short *round_ptr,
; short *quant_ptr, short *dqcoeff_ptr);
-global sym(vp8_fast_quantize_b_impl_mmx)
+global sym(vp8_fast_quantize_b_impl_mmx) PRIVATE
sym(vp8_fast_quantize_b_impl_mmx):
push rbp
mov rbp, rsp
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm ('k') | libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698