This is an automated email from the git hooks/post-receive script. smcv pushed a commit to tag 1.51 in repository iortcw.
commit 05be5a73b26872a3b7c7b72c5b01cf0107a1601d Author: MAN-AT-ARMS <[email protected]> Date: Wed May 24 11:53:05 2017 -0400 All: Update local Opus header locations in client.h --- MP/code/client/client.h | 4 ++-- SP/code/client/client.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MP/code/client/client.h b/MP/code/client/client.h index a824c23..b8ef895 100644 --- a/MP/code/client/client.h +++ b/MP/code/client/client.h @@ -43,8 +43,8 @@ If you have questions concerning this license or the applicable additional terms #ifdef USE_VOIP #ifdef USE_LOCAL_HEADERS - #include "../opus-1.1.2/include/opus.h" - #include "../opusfile-0.7/include/opusfile.h" + #include "../opus-1.1.4/include/opus.h" + #include "../opusfile-0.8/include/opusfile.h" #else #include <opus/opus.h> #include <opus/opusfile.h> diff --git a/SP/code/client/client.h b/SP/code/client/client.h index 6861d6b..e1528f1 100644 --- a/SP/code/client/client.h +++ b/SP/code/client/client.h @@ -43,8 +43,8 @@ If you have questions concerning this license or the applicable additional terms #ifdef USE_VOIP #ifdef USE_LOCAL_HEADERS - #include "../opus-1.1.2/include/opus.h" - #include "../opusfile-0.7/include/opusfile.h" + #include "../opus-1.1.4/include/opus.h" + #include "../opusfile-0.8/include/opusfile.h" #else #include <opus/opus.h> #include <opus/opusfile.h> -- 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

