? decoderBaseObject.h ? decoderBaseObject.cc ? a.diff Index: configure.in.in =================================================================== RCS file: /home/kde/kdemultimedia/mpeglib_artsplug/configure.in.in,v retrieving revision 1.4 diff -u -r1.4 configure.in.in --- configure.in.in 2000/08/24 14:52:09 1.4 +++ configure.in.in 2000/09/04 16:08:23 @@ -23,22 +23,11 @@ kde_artsplug_compiles=yes fi - -if test x$kde_mpeglib_compiles = xno; then - AC_MSG_RESULT([** mpeglib disabled we disable artsplug **]) - kde_artsplug_compiles=no; -fi - -if test x$kde_artsplug_compiles = xno; then - AC_MSG_RESULT([** DO NOT COMPILE mpeglib_artsplug **]) - DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib_artsplug" -fi dnl this is needed for a standalone mpeglib dnl it should compile without KDE installed dnl but if we find arts we need the include dnl path for it. - if test x$kde_artsplug_compiles = xyes; then ARTSC_INCLUDE=`${ARTSC_CONFIG} --cflags` AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE]) @@ -48,4 +37,17 @@ AC_SUBST(ARTSC_LIBS) AC_SUBST(LIBDL) fi + +if test x$kde_mpeglib_compiles = xno; then + AC_MSG_RESULT([** mpeglib disabled we disable artsplug **]) + kde_artsplug_compiles=no; +fi + +if test x$kde_artsplug_compiles = xno; then + AC_MSG_RESULT([** DO NOT COMPILE mpeglib_artsplug **]) + DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib_artsplug" +fi + + +