[Scummvm-git-logs] scummvm master -> 9828996bd3fb7457977ffef77f37f113d9b698cf

antoniou79 a.antoniou79 at gmail.com
Sun Jul 26 23:32:26 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:
9828996bd3 CONFIGURE: Require ogg detected and enabled for theora


Commit: 9828996bd3fb7457977ffef77f37f113d9b698cf
    https://github.com/scummvm/scummvm/commit/9828996bd3fb7457977ffef77f37f113d9b698cf
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-07-27T02:11:43+03:00

Commit Message:
CONFIGURE: Require ogg detected and enabled for theora

Changed paths:
    configure


diff --git a/configure b/configure
index b4852af733..e45a6c22e0 100755
--- a/configure
+++ b/configure
@@ -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




More information about the Scummvm-git-logs mailing list