X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=52d2d7c0d7101f5217950be36158ac677822e88e;hb=0703a05cbcae0bec44d6f6cb6f2ec7910559f7bf;hp=4d1e504d5065b0044690de4c49cae8268e3e6361;hpb=47caffa2aca1f39c2a7d28d03c4bfd9fc011647e;p=swftools.git diff --git a/configure.in b/configure.in index 4d1e504..52d2d7c 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,8 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=2004-09-02-2157 +VERSION=0.6.2 + # ------------------------------------------------------------------ @@ -224,12 +225,12 @@ if test "x${AVIFILE}" = "xtrue"; then fi if test "x${WIN32}" != "x"; then - #AC_CHECK_LIB(vfw32, AVIFileInit,VFW32=true) - #if test "x${VFW32}" != "x"; then - # VIDEO_LIBS="$VIDEO_LIBS -lvfw32" + #AC_CHECK_LIB(avifil32, AVIFileInit,AVIFIL32=true) + #if test "x${AVIFIL32}" != "x"; then + # VIDEO_LIBS="$VIDEO_LIBS -lavifil32" #fi - VIDEO_LIBS="$VIDEO_LIBS -lvfw32" - VFW32=true + VIDEO_LIBS="$VIDEO_LIBS -lavifil32" + AVIFIL32=true fi AC_SUBST(VIDEO_LIBS) @@ -280,14 +281,13 @@ if test "x$HAVE_FREETYPE" '!=' "x1"; then MISSINGLIBS="${MISSINGLIBS} freetype" fi if test "x${ac_cv_header_t1lib_h}" '!=' "xyes"; then - DISABLEPDF2SWF=true; MISSINGLIBS="${MISSINGLIBS} t1lib.h" fi if test "x${ac_cv_header_zlib_h}" '!=' "xyes"; then DISABLEPNG2SWF=true; MISSINGLIBS="${MISSINGLIBS} zlib.h" fi -if test "x${AVIFILE}" '!=' "xtrue" -a "x${VFW32}" '!=' "xtrue"; then +if test "x${AVIFILE}" '!=' "xtrue" -a "x${AVIFIL32}" '!=' "xtrue"; then MISSINGLIBS="${MISSINGLIBS} avifile" fi @@ -301,7 +301,7 @@ if test "x${MISSINGLIBS}" '!=' "x"; then fi avi2swf="avi2swf/Makefile" -if test "x${AVIFILE}" '!=' "xtrue" -a "x${VFW32}" '!=' "xtrue"; then +if test "x${AVIFILE}" '!=' "xtrue" -a "x${AVIFIL32}" '!=' "xtrue"; then echo "* Disabling avi2swf tool..." echo all install uninstall clean: > avi2swf/Makefile avi2swf=