Commit 7b5c658f authored by Avuton Olrich's avatar Avuton Olrich

configure: Fail if trying to build with streaming output and no encoder

parent f5c75d88
......@@ -1192,6 +1192,12 @@ if
echo " Ogg Vorbis encoder ............disabled"
fi
echo ""
if
test x$enable_oggvorbis_encoder = xno &&
test x$enable_lame_encoder = xno; then
AC_MSG_ERROR([Cannot enable a streaming output without an encoder.])
fi
fi
echo " File Format Support:"
......
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