From 5878325e61b90821a7f073b005ab7f54e1b31a23 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 2 May 2004 19:49:52 +0000 Subject: finally removing the unmaintained libdivx4, libmpg123 and libxvid decoders CVS patchset: 6478 CVS date: 2004/05/02 19:49:52 --- configure.ac | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 98d50652e..46afc4931 100644 --- a/configure.ac +++ b/configure.ac @@ -697,6 +697,7 @@ dnl --------------------------------------------- AC_MSG_CHECKING(for Libstk) dnl do some actual testing here if test x$PKG_CONFIG = xno ; then + AC_MSG_RESULT(no) echo "*** pkg-config not found. See http://pkgconfig.sourceforge.net" echo "*** All of LIBSTK dependent parts will be disabled" else @@ -705,7 +706,9 @@ else LIBSTK_CFLAGS=`$PKG_CONFIG --cflags libstk` LIBSTK_LIBS=`$PKG_CONFIG --libs libstk` have_stk="yes" + AC_MSG_RESULT(yes) else + AC_MSG_RESULT(no) AC_MSG_RESULT([*** All of Libstk dependent parts will be disabled ***]) fi fi @@ -750,6 +753,7 @@ AC_LANG_RESTORE() if test x$have_directx = xyes ; then AC_MSG_RESULT(yes) else + AC_MSG_RESULT(no) AC_MSG_RESULT(*** All DirectX dependent parts will be disabled ***) fi @@ -836,14 +840,6 @@ AC_CHECK_PROG(MKNOD, mknod, mknod, no) AC_CHECK_PROG(DEPMOD, depmod, depmod, no, $PATH:/sbin) -dnl --------------------------------------------- -dnl Check for divx4 -dnl --------------------------------------------- - -dnl AC_CHECK_DIVX4(, AC_MSG_RESULT(*** All DIVX4 dependent parts will be disabled ***)) -dnl AM_CONDITIONAL(HAVE_DIVX4, test x"$no_divx4" != "xyes") - - dnl --------------------------------------------- dnl Ogg/Vorbis libs. dnl --------------------------------------------- @@ -889,14 +885,6 @@ AM_PATH_LIBFLAC([], AM_CONDITIONAL(HAVE_FLAC, [test x"$no_libFLAC" != "xyes"]) -dnl --------------------------------------------- -dnl XviD libs. -dnl --------------------------------------------- -dnl abandonware -dnl AM_PATH_XVID([], AC_MSG_RESULT([*** All XviD dependent parts will be disabled ***])) -dnl AM_CONDITIONAL(HAVE_XVID, [test x"$no_xvid" != "xyes"]) - - dnl --------------------------------------------- dnl MNG libs. dnl --------------------------------------------- @@ -2146,9 +2134,6 @@ echo " - On2 VP3 - DV" echo " - 8BPS - Duck TrueMotion v1" echo " - ATI VCR1 - Flash Video" echo " - ZLIB - MSZH" -dnl if test x"$no_xvid" = "xno"; then -dnl echo " - xvid" -dnl fi if test x"$have_dxr3" = "xyes"; then echo " - dxr3_video" fi -- cgit v1.2.3