From d7aa4332dae06ae890053dd13239ddabee46b86c Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Wed, 19 Jun 2013 06:47:43 +0000 Subject: Re #1680: Add initial support for Win64 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4537 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/speex/include/speex/speex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/speex/include') diff --git a/third_party/speex/include/speex/speex.h b/third_party/speex/include/speex/speex.h index 82ba0162..b16b1aba 100644 --- a/third_party/speex/include/speex/speex.h +++ b/third_party/speex/include/speex/speex.h @@ -411,7 +411,7 @@ extern const SpeexMode * const speex_mode_list[SPEEX_NB_MODES]; /** Obtain one of the modes available */ const SpeexMode * speex_lib_get_mode (int mode); -#ifndef WIN32 +#if (!defined(WIN32) && !defined(WIN64)) /* We actually override the function in the narrowband case so that we can avoid linking in the wideband stuff */ #define speex_lib_get_mode(mode) ((mode)==SPEEX_MODEID_NB ? &speex_nb_mode : speex_lib_get_mode (mode)) #endif -- cgit v1.2.3