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

This commit is contained in:
Avuton Olrich 2009-03-15 12:17:11 -07:00
parent f5c75d8846
commit 7b5c658f7e

View File

@ -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:"