From a8bb7140826c99ee2448695058146ec265b6e4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 31 May 2007 18:29:00 +0200 Subject: Move modplug demuxing on its own plugin. This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug. --- m4/decoders.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'm4') diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 58d1c56e5..094f406ea 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -273,8 +273,6 @@ use internal ffmpeg. PKG_CHECK_MODULES([LIBMODPLUG], [libmodplug >= 0.7], [have_modplug=yes], [have_modplug=no]) if test x"$enable_modplug" = x"yes" && test x"$have_modplug" != x"yes"; then AC_MSG_ERROR([MODPlug support requested, but MODPlug not found]) - elif test x"$have_modplug" = x"yes"; then - AC_DEFINE([HAVE_MODPLUG], 1, [define this if you have libmodplug installed]) fi fi AM_CONDITIONAL([ENABLE_MODPLUG], [test x"$have_modplug" = x"yes"]) -- cgit v1.2.3