From 7b5c658f7ef1f97e1ae12054e6e3fcc89d5e050d Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 15 Mar 2009 12:17:11 -0700 Subject: configure: Fail if trying to build with streaming output and no encoder --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 47a726bdd..cf8d33c36 100644 --- a/configure.ac +++ b/configure.ac @@ -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:" -- cgit v1.2.3