CONFIGURE: Require ogg detected and enabled for theora

This commit is contained in:
antoniou 2020-07-27 02:11:43 +03:00
parent 2e6de7ee3f
commit 9828996bd3

4
configure vendored
View File

@ -4647,6 +4647,10 @@ if test "$_vorbis" = no && test "$_tremor" = no ; then
echo "skipping. no vorbis" echo "skipping. no vorbis"
_theoradec=notsupported _theoradec=notsupported
fi fi
if test "$_ogg" = no ; then
echo "skipping. no ogg"
_theoradec=notsupported
fi
if test "$_theoradec" = auto ; then if test "$_theoradec" = auto ; then
_theoradec=no _theoradec=no
cat > $TMPC << EOF cat > $TMPC << EOF