comparison configure @ 4656:04880518728d

add initial mPNG support
author pontscho
date Mon, 11 Feb 2002 09:15:59 +0000
parents bdb95c9fd709
children 737969e6affc
comparison
equal deleted inserted replaced
4655:364cf7cc77be 4656:04880518728d
1933 if test "$_png" = yes ; then 1933 if test "$_png" = yes ; then
1934 _def_png='#define HAVE_PNG 1' 1934 _def_png='#define HAVE_PNG 1'
1935 _ld_png='-lpng -lz' 1935 _ld_png='-lpng -lz'
1936 _vosrc="$_vosrc vo_png.c" 1936 _vosrc="$_vosrc vo_png.c"
1937 _vomodules="png $_vomodules" 1937 _vomodules="png $_vomodules"
1938 _mkf_png="yes"
1938 else 1939 else
1939 _def_png='#undef HAVE_PNG' 1940 _def_png='#undef HAVE_PNG'
1941 _mkf_png="no"
1940 fi 1942 fi
1941 1943
1942 1944
1943 if test "$_vesa" != no ; then 1945 if test "$_vesa" != no ; then
1944 echocheck "VESA support" 1946 echocheck "VESA support"
2945 VIDIX = $_vidix 2947 VIDIX = $_vidix
2946 2948
2947 OPENDIVX = $_opendivx 2949 OPENDIVX = $_opendivx
2948 2950
2949 VO2 = $_vo2 2951 VO2 = $_vo2
2952
2953 PNG = $_mkf_png
2950 2954
2951 EXTRA_LIB = $_ld_extra 2955 EXTRA_LIB = $_ld_extra
2952 Z_LIB = $_ld_static $_ld_zlib 2956 Z_LIB = $_ld_static $_ld_zlib
2953 HAVE_MLIB = $_mlib 2957 HAVE_MLIB = $_mlib
2954 STATIC_LIB = $_ld_static 2958 STATIC_LIB = $_ld_static