frkoenig@google.com e0bf6f0934 Fix build for OSX.
Clang defines __APPLE__, not OSX, use that
for platform specific code.

Removed spurious volatile that was giving a warning
when compiling for OSX.
Review URL: http://webrtc-codereview.appspot.com/305005

git-svn-id: http://libyuv.googlecode.com/svn/trunk@98 16f28f9a-4ce2-e073-06de-1de4eb20be90
2011-12-07 01:54:13 +00:00
include ARGBRect use SetRows32 to do full image. 744 ms -> 288 ms on Linux, 688 ms -> 277 ms on Mac. Started ARGBCopy function. 2011-12-01 23:29:14 +00:00
source Fix build for OSX. 2011-12-07 01:54:13 +00:00
unit_test YUVToARGB, YUVToBGRA,YUVToABGR optimized. 2011-11-19 01:39:57 +00:00
AUTHORS Adding AUTHORS file to libyuv 2011-11-01 20:44:21 +00:00
codereview.settings Adding code review file 2011-09-29 23:08:06 +00:00
DEPS Libyuv: 1. Dividing gyp file to test and source. 2. Updating DEPS file to build tests (not only library). 2011-10-07 20:00:23 +00:00
libyuv_test.gyp YUVToARGB, YUVToBGRA,YUVToABGR optimized. 2011-11-19 01:39:57 +00:00
libyuv.gyp YUVToARGB, YUVToBGRA,YUVToABGR optimized. 2011-11-19 01:39:57 +00:00
LICENSE libyuv: Aligning license file with file header 2011-11-02 17:33:44 +00:00
PATENTS LibYuv: Adding PATENT and LICENSE files 2011-10-25 16:15:49 +00:00
README.chromium Fix build for OSX. 2011-12-07 01:54:13 +00:00

Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 98
License: BSD
License File: LICENSE

Description:
libyuv is an open source project that includes
YUV conversion and scaling functionality.