summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/quantize_sse2.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_sse2.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_sse2.asm')
-rw-r--r--vp8/encoder/x86/quantize_sse2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/encoder/x86/quantize_sse2.asm b/vp8/encoder/x86/quantize_sse2.asm
index 7c249ff88..724e54c45 100644
--- a/vp8/encoder/x86/quantize_sse2.asm
+++ b/vp8/encoder/x86/quantize_sse2.asm
@@ -16,7 +16,7 @@
; (BLOCK *b, | 0
; BLOCKD *d) | 1
-global sym(vp8_regular_quantize_b_sse2)
+global sym(vp8_regular_quantize_b_sse2) PRIVATE
sym(vp8_regular_quantize_b_sse2):
push rbp
mov rbp, rsp
@@ -240,7 +240,7 @@ ZIGZAG_LOOP 15
; (BLOCK *b, | 0
; BLOCKD *d) | 1
-global sym(vp8_fast_quantize_b_sse2)
+global sym(vp8_fast_quantize_b_sse2) PRIVATE
sym(vp8_fast_quantize_b_sse2):
push rbp
mov rbp, rsp