aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2018-08-01 20:10:55 +0100
committerEugene Sandulenko2018-08-03 14:52:09 +0200
commit5cf3b75deb345b6e76699a208dd94d4cfcb4ea12 (patch)
tree95c54d85f11e06f4affa6f3c249186489cde2516 /configure
parent2649c429dbf30e1035fbc2d59a70e390b30327b2 (diff)
downloadscummvm-rg350-5cf3b75deb345b6e76699a208dd94d4cfcb4ea12.tar.gz
scummvm-rg350-5cf3b75deb345b6e76699a208dd94d4cfcb4ea12.tar.bz2
scummvm-rg350-5cf3b75deb345b6e76699a208dd94d4cfcb4ea12.zip
VIDEO: Fix Theora playback when building with Tremor
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cd10153204..4c82580a21 100755
--- a/configure
+++ b/configure
@@ -4205,7 +4205,7 @@ echo "$_png"
# Check for Theora Decoder
#
echocheck "libtheoradec >= 1.0"
-if test "$_vorbis" = no ; then
+if test "$_vorbis" = no && test "$_tremor" = no ; then
echo "skipping. no vorbis"
_theoradec=notsupported
fi