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
..
compare.cc clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv 2011-12-10 07:45:58 +00:00
conversion_tables.h clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv 2011-12-10 07:45:58 +00:00
convert.cc libyuv: Moving video_common to the include directory and updating rgb convert orientation. 2011-12-27 23:22:44 +00:00
convertfrom.cc libyuv: Moving video_common to the include directory and updating rgb convert orientation. 2011-12-27 23:22:44 +00:00
cpu_id.cc cygwin compatibility fix for ifdef underscores, and __inline for C vs inline which is C++ 2011-12-19 19:04:46 +00:00
format_conversion.cc libyuv: Moving video_common to the include directory and updating rgb convert orientation. 2011-12-27 23:22:44 +00:00
planar_functions.cc allow null dst_y on biplanar and triplanar functions 2012-01-03 23:54:00 +00:00
rotate_neon.cc clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv 2011-12-10 07:45:58 +00:00
rotate_priv.h clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv 2011-12-10 07:45:58 +00:00
rotate.cc .private_extern for OSX 32 bit but not for other platforms 2011-12-21 18:30:15 +00:00
row_common.cc cygwin compatibility fix for ifdef underscores, and __inline for C vs inline which is C++ 2011-12-19 19:04:46 +00:00
row_neon.cc clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv 2011-12-10 07:45:58 +00:00
row_posix.cc reorder stores for FastConvertYUVToABGRRow_SSSE3 and FastConvertYUVToBGRARow_SSSE3. ReverseRow_SSE2. cpu detect allow environment variable override set LIBYUV_DISABLE_SSSE3=1 set LIBYUV_DISABLE_SSE2=1. Reorder stores in rotate for core2 2011-12-14 21:10:07 +00:00
row_win.cc scale call copyplane in planarfunctions 2011-12-16 03:34:09 +00:00
row.h Fix YUVToARGB/BGRA/ABGR linking. 2012-01-04 00:15:17 +00:00
scale.cc .private_extern for OSX 32 bit but not for other platforms 2011-12-21 18:30:15 +00:00
video_common.cc libyuv: Moving video_common to the include directory and updating rgb convert orientation. 2011-12-27 23:22:44 +00:00
video_common.h libyuv: Moving video_common to the include directory and updating rgb convert orientation. 2011-12-27 23:22:44 +00:00