Commit d1d4c324 authored by Avuton Olrich's avatar Avuton Olrich

configure: don't fail if mp4 is the only enabled input plugin.

parent a31f3c89
...@@ -1416,6 +1416,7 @@ if ...@@ -1416,6 +1416,7 @@ if
test x$enable_sidplay = xno && test x$enable_sidplay = xno &&
test x$enable_fluidsynth = xno && test x$enable_fluidsynth = xno &&
test x$enable_wildmidi = xno && test x$enable_wildmidi = xno &&
test x$enable_mp4 = xno &&
test x$enable_mod = xno; then test x$enable_mod = xno; then
AC_MSG_ERROR([No input plugins supported!]) AC_MSG_ERROR([No input plugins supported!])
fi fi
......
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