This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.5a in repository iortcw.
commit ccc58b82d44da4152df6b5e172dbe6e395be21c4 Author: MAN-AT-ARMS <[email protected]> Date: Sat Jan 23 08:29:06 2016 -0500 MP: Fix default for building libvorbis --- MP/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP/Makefile b/MP/Makefile index 1cf81bb..e458c2f 100644 --- a/MP/Makefile +++ b/MP/Makefile @@ -204,7 +204,7 @@ ifndef USE_CURL_DLOPEN endif ifndef USE_CODEC_VORBIS -USE_CODEC_VORBIS=1 +USE_CODEC_VORBIS=0 endif ifndef USE_CODEC_OPUS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

