summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86/vp9_quantize_sse4.asm
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2012-12-20 09:40:18 -0800
committerJim Bankoski <jimbankoski@google.com>2012-12-20 09:40:18 -0800
commit1dffce7f969ff299244ddb5a707b6d63a0f1bb91 (patch)
tree6d82d39f3e10ab38a22701ca727101c72ade96f7 /vp9/encoder/x86/vp9_quantize_sse4.asm
parenta6b2070d1aa496710143e9823fb079c35582fce2 (diff)
downloadlibvpx-1dffce7f969ff299244ddb5a707b6d63a0f1bb91.tar
libvpx-1dffce7f969ff299244ddb5a707b6d63a0f1bb91.tar.gz
libvpx-1dffce7f969ff299244ddb5a707b6d63a0f1bb91.tar.bz2
libvpx-1dffce7f969ff299244ddb5a707b6d63a0f1bb91.zip
add private to assembly files to insure proper chromebuild
Change-Id: I6e43ca73f35401a974ed8ee27738d4318f09fd37
Diffstat (limited to 'vp9/encoder/x86/vp9_quantize_sse4.asm')
-rw-r--r--vp9/encoder/x86/vp9_quantize_sse4.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/x86/vp9_quantize_sse4.asm b/vp9/encoder/x86/vp9_quantize_sse4.asm
index 98269f120..1d43ce958 100644
--- a/vp9/encoder/x86/vp9_quantize_sse4.asm
+++ b/vp9/encoder/x86/vp9_quantize_sse4.asm
@@ -16,7 +16,7 @@
; (BLOCK *b, | 0
; BLOCKD *d) | 1
-global sym(vp9_regular_quantize_b_sse4)
+global sym(vp9_regular_quantize_b_sse4) PRIVATE
sym(vp9_regular_quantize_b_sse4):
%if ABI_IS_32BIT