[iortcw] 18/152: All: Update paths to internal opus / opusfile headers

Simon McVittie smcv at debian.org
Fri Sep 8 10:39:42 UTC 2017


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 aff8f8aa4fcc852cc1a7b629906b530608d9aa29
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Sat Jan 23 07:05:55 2016 -0500

    All: Update paths to internal opus / opusfile headers
---
 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 d3ce3ff..f91336e 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/include/opus.h"
-  #include "../opusfile-0.6/include/opusfile.h"
+  #include "../opus-1.1.2/include/opus.h"
+  #include "../opusfile-0.7/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 1b65c8c..38f5991 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/include/opus.h"
-  #include "../opusfile-0.6/include/opusfile.h"
+  #include "../opus-1.1.2/include/opus.h"
+  #include "../opusfile-0.7/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



More information about the Pkg-games-commits mailing list