[Mplayer-felhasznalok] PNG

Ponekker Zoltan pontscho at makacs.poliod.hu
Sun Mar 10 23:55:06 CET 2002


Hali

> > de a dpkg -S libpng is a libpng-dev -et mutatja. a libpng-dev 1.2.1
> > verzioju. Lehet a csomag hibas?
> Tul sok debian user panaszkodik hibas png csomagokra...
> Toltsel tar.gz-t. Ja, hogy az nem debian-friendly..?

Nem kell. At kell irni png headert. (png.h)

#define PNG_LIBPNG_VER_STRING "1.0.2"

#define PNG_LIBPNG_VER_SONUM   3
#define PNG_LIBPNG_VER_DLLNUM  %DLLNUM%

/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
#define PNG_LIBPNG_VER_MAJOR   1
#define PNG_LIBPNG_VER_MINOR   0
#define PNG_LIBPNG_VER_RELEASE 2

ezt erre:

#define PNG_LIBPNG_VER_STRING "1.2.1"

#define PNG_LIBPNG_VER_SONUM   3
#define PNG_LIBPNG_VER_DLLNUM  %DLLNUM%

/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
#define PNG_LIBPNG_VER_MAJOR   1
#define PNG_LIBPNG_VER_MINOR   2
#define PNG_LIBPNG_VER_RELEASE 1

Pontscho





More information about the MPlayer-felhasznalok mailing list