[Scummvm-git-logs] scummvm master -> 4afca9ca0657888f56024070ccbd8e2cc69398b2
antoniou79
a.antoniou79 at gmail.com
Mon Jul 27 08:25:30 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4afca9ca06 CONFIGURE: Revert explicit ogg requirement for theoradec
Commit: 4afca9ca0657888f56024070ccbd8e2cc69398b2
https://github.com/scummvm/scummvm/commit/4afca9ca0657888f56024070ccbd8e2cc69398b2
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-07-27T11:23:02+03:00
Commit Message:
CONFIGURE: Revert explicit ogg requirement for theoradec
It seems that theoradec is not necessarily always linked to an external ogg library
The (xiph) reference implementation depends on the ogg (xiph) library, but optimized versions for various archs (etc the theorarm) might not have this requirement. So better to not prevent enabling it, if the test is passed, even if in some cases it may result to linkage errors if ogg (external) was not enabled.
Changed paths:
configure
diff --git a/configure b/configure
index e45a6c22e0..b4852af733 100755
--- a/configure
+++ b/configure
@@ -4647,10 +4647,6 @@ 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
More information about the Scummvm-git-logs
mailing list