mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
CONFIGURE: Require ogg detected and enabled for theora
This commit is contained in:
parent
2e6de7ee3f
commit
9828996bd3
4
configure
vendored
4
configure
vendored
@ -4647,6 +4647,10 @@ if test "$_vorbis" = no && test "$_tremor" = no ; then
|
||||
echo "skipping. no vorbis"
|
||||
_theoradec=notsupported
|
||||
fi
|
||||
if test "$_ogg" = no ; then
|
||||
echo "skipping. no ogg"
|
||||
_theoradec=notsupported
|
||||
fi
|
||||
if test "$_theoradec" = auto ; then
|
||||
_theoradec=no
|
||||
cat > $TMPC << EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user