diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-02 19:49:52 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-02 19:49:52 +0000 |
commit | 5878325e61b90821a7f073b005ab7f54e1b31a23 (patch) | |
tree | 6d52dc9303c35ea362ee109f8456d09fbb141aea /configure.ac | |
parent | 881c82bb88cd4ca1fd0135ab87cc8fce19761926 (diff) | |
download | xine-lib-5878325e61b90821a7f073b005ab7f54e1b31a23.tar.gz xine-lib-5878325e61b90821a7f073b005ab7f54e1b31a23.tar.bz2 |
finally removing the unmaintained libdivx4, libmpg123 and libxvid decoders
CVS patchset: 6478
CVS date: 2004/05/02 19:49:52
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 23 |
1 files changed, 4 insertions, 19 deletions
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 @@ -837,14 +841,6 @@ 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 --------------------------------------------- @@ -890,14 +886,6 @@ 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 |