view libswscale/libswscale.v @ 32641:a2822f8f5e6d

Remove __ptr32 and __ptr64 typedefs, we do not need them and they cause compilation errors with cygwin's mingw-w64 cross-compilers (32 bit target) since it its _mingw.h has a "#define __ptr32", which makes these typedefs an invalid syntax.
author reimar
date Thu, 23 Dec 2010 18:20:51 +0000
parents 1d3d91c14d6e
children
line wrap: on
line source

LIBSWSCALE_$MAJOR {
        global: swscale_*; sws_*; ff_*;
        local: *;
};