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 /m4/_xine.m4 | |
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 'm4/_xine.m4')
-rw-r--r-- | m4/_xine.m4 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index fc59ad2b1..2051eaf4a 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -25,29 +25,6 @@ AC_DEFUN([AC_C_ALWAYS_INLINE], fi]) dnl -dnl Check for divx4. -dnl AC_CHECK_DIVX4([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]) -AC_DEFUN([AC_CHECK_DIVX4], - [ - - AC_CHECK_HEADER(decore.h, - [ no_divx4=no; - AC_CHECK_LIB(divxdecore, decore, - [ no_divx4=no; DIVX4_LIBS="$DIVX4_LIBS -ldivxdecore" ], - no_divx4=yes) - ], no_divx4=yes) - - AC_SUBST(DIVX4_LIBS) - - if test x"$no_divx4" = "xno" ; then - ifelse([$1], , :, [$1]) - else - ifelse([$2], , :, [$2]) - fi - -]) - -dnl dnl Check for minimum version of libtool dnl AC_PREREQ_LIBTOOL([MINIMUM VERSION],[ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]) AC_DEFUN([AC_PREREQ_LIBTOOL], |