frkoenig@google.com 6011ff7353 Fix YUVToARGB/BGRA/ABGR linking.
Broken by previous move to using extern "C" for functions.
This moves the function prototype into the extern "C" block
and gives the functions the correct name when linking.
Review URL: http://webrtc-codereview.appspot.com/333027

git-svn-id: http://libyuv.googlecode.com/svn/trunk@124 16f28f9a-4ce2-e073-06de-1de4eb20be90
2012-01-04 00:15:17 +00:00
include Adding video_common to libyuv include list 2011-12-27 23:59:42 +00:00
source Fix YUVToARGB/BGRA/ABGR linking. 2012-01-04 00:15:17 +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 Fix codereview.settings for git. 2011-12-13 23:58:07 +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 libyuv: Moving video_common to the include directory and updating rgb convert orientation. 2011-12-27 23:22:44 +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 allow null dst_y on biplanar and triplanar functions 2012-01-03 23:54:00 +00:00

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

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