X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=459a377995b895923a0784a71649e20ebecd969e;hb=96b5b5dcc9e45af1782b0b9509691238a4f12cc3;hp=026e1f167931382a3ca924164bbe48e8b50240da;hpb=a925b03dc3e337ecfe124390ac3c43946e062e6c;p=swftools.git diff --git a/configure b/configure index 026e1f1..459a377 100755 --- a/configure +++ b/configure @@ -11472,12 +11472,12 @@ _ACEOF 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 @@ -11596,7 +11596,7 @@ 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 @@ -11611,7 +11611,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=