summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/quantize_mmx.asm
diff options
context:
space:
mode:
authorAlpha Lam <hclam@google.com>2012-05-23 15:52:34 -0700
committerAlpha Lam <hclam@google.com>2012-05-23 18:15:05 -0700
commit0f7e4665ae6f3850c681b29e6318ed4e556d70fb (patch)
tree7a02bc31c6b896f0087594a764d8f9cd2ecd5528 /vp8/encoder/x86/quantize_mmx.asm
parent0fe79aab19b73befa23063fc570a2091330b44c1 (diff)
downloadlibvpx-0f7e4665ae6f3850c681b29e6318ed4e556d70fb.tar
libvpx-0f7e4665ae6f3850c681b29e6318ed4e556d70fb.tar.gz
libvpx-0f7e4665ae6f3850c681b29e6318ed4e556d70fb.tar.bz2
libvpx-0f7e4665ae6f3850c681b29e6318ed4e556d70fb.zip
Make libvpx Chromium build friendly
Add PRIVATE macro for adding private_extern directive for yasm to hide global symbols. This is only enabled if -DCHROMIUM is used with YASM. Also fixed a small problem with rtcd_defs.sh to guard TEMPORAL_DENOISING. Change-Id: I9027fce3ebddcf20078293e4b86b396f21da7857
Diffstat (limited to 'vp8/encoder/x86/quantize_mmx.asm')
-rw-r--r--vp8/encoder/x86/quantize_mmx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/x86/quantize_mmx.asm b/vp8/encoder/x86/quantize_mmx.asm
index f29a54ecd..2864ce16d 100644
--- a/vp8/encoder/x86/quantize_mmx.asm
+++ b/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