summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 21:08:15 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 21:08:15 +0000
commit638ccc53847f9e75f13554951142218a4ff2bcca (patch)
tree625c3459eb50e61f96c167afe3aa12be6c8e8a6b /media
parent6975f7ae1af1dfa0f80d3c44e0c3336d571a92fc (diff)
downloadchromium_src-638ccc53847f9e75f13554951142218a4ff2bcca.zip
chromium_src-638ccc53847f9e75f13554951142218a4ff2bcca.tar.gz
chromium_src-638ccc53847f9e75f13554951142218a4ff2bcca.tar.bz2
Mark YUV conversion functions private_extern on the Mac. These symbols don't
need to leak beyond the module in which they're used. BUG=24911 TEST=nm C.app/Contents/Versions/*/C F.framework/C F | grep " [A-TV-Z] " should not show _MacConvertYUVToRGB32Row or _MacScaleYUVToRGB32Row. Review URL: http://codereview.chromium.org/269098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r--media/base/yuv_row_mac.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/base/yuv_row_mac.cc b/media/base/yuv_row_mac.cc
index 671a060..39c252d 100644
--- a/media/base/yuv_row_mac.cc
+++ b/media/base/yuv_row_mac.cc
@@ -243,7 +243,6 @@ extern void MacConvertYUVToRGB32Row(const uint8* y_buf,
int width,
int16 *kCoefficientsRgbY);
__asm__(
-" .globl _MacConvertYUVToRGB32Row\n"
"_MacConvertYUVToRGB32Row:\n"
"pusha\n"
"mov 0x24(%esp),%edx\n"
@@ -313,7 +312,6 @@ extern void MacScaleYUVToRGB32Row(const uint8* y_buf,
int16 *kCoefficientsRgbY);
__asm__(
-" .globl _MacScaleYUVToRGB32Row\n"
"_MacScaleYUVToRGB32Row:\n"
"pusha\n"
"mov 0x24(%esp),%edx\n"