OSDN Git Service

Convert typeof keyword into __typeof__; this is a gcc extension and the former is...
authorDavid Conrad <lessen42@gmail.com>
Sun, 19 Oct 2008 18:56:35 +0000 (18:56 +0000)
committerDavid Conrad <lessen42@gmail.com>
Sun, 19 Oct 2008 18:56:35 +0000 (18:56 +0000)
commit9655ffb59e7a4a7bf29d318c0c11d5f10317406e
treebb013c47ed9aa0fd006813be19cf9c4597c39b09
parent57f0ec6eeef9f0cabd90020df7d97ad135858d42
Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm).  This fixes compilation on PPC.

Originally committed as revision 27805 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/yuv2rgb_altivec.c