From 638ccc53847f9e75f13554951142218a4ff2bcca Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Thu, 15 Oct 2009 21:08:15 +0000 Subject: 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 --- media/base/yuv_row_mac.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'media/base') 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" -- cgit v1.1