configure: Fail if trying to build with streaming output and no encoder
This commit is contained in:
parent
f5c75d8846
commit
7b5c658f7e
@ -1192,6 +1192,12 @@ if
|
|||||||
echo " Ogg Vorbis encoder ............disabled"
|
echo " Ogg Vorbis encoder ............disabled"
|
||||||
fi
|
fi
|
||||||
echo ""
|
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
|
fi
|
||||||
|
|
||||||
echo " File Format Support:"
|
echo " File Format Support:"
|
||||||
|
Loading…
Reference in New Issue
Block a user