aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
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:"