diff options
author | Cameron Cawley | 2018-08-01 20:10:55 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-03 14:52:09 +0200 |
commit | 5cf3b75deb345b6e76699a208dd94d4cfcb4ea12 (patch) | |
tree | 95c54d85f11e06f4affa6f3c249186489cde2516 /configure | |
parent | 2649c429dbf30e1035fbc2d59a70e390b30327b2 (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |