Commit 55ebbbcd authored by Alexey Rusakov's avatar Alexey Rusakov

Removed garbage left from the merge

parent f679b945
......@@ -757,16 +757,6 @@ fi
AM_CONDITIONAL(HAVE_ID3TAG, test x$enable_id3 = xyes)
if test x$enable_mp3 = xyes; then
PKG_CHECK_MODULES([MAD], [mad],
AC_DEFINE(HAVE_MAD, 1, [Define to use libmad]),
PKG_CHECK_MODULES([MAD], [libmad],
AC_DEFINE(HAVE_MAD, 1, [Define to use libmad]),
enable_mp3=no))
fi
AM_CONDITIONAL(HAVE_MAD, test x$enable_mp3 = xyes)
if test x$enable_mpc = xyes; then
if test "x$mpcdec_libraries" != "x" ; then
MPCDEC_LIBS="-L$mpcdec_libraries"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment