Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 3146:3164eaa93396
non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps.has...))
author | michael |
---|---|
date | Mon, 26 Nov 2001 23:08:48 +0000 |
parents | d237c5d4b216 |
children |
line wrap: on
line source
#ifndef __MYPNG #define __MYPNG #include "../bitmap.h" extern int pngRead( unsigned char * fname, txSample * bf ); #endif