kopete: update include path for speex>=1.0.5

Header files of `speex` are installed in sub directory since 1.0.4,
and speex>=1.0.5 is required for libjingle using speex.

Signed-off-by: OBATA Akio <obache@wizdas.com>
pull/41/head
OBATA Akio 2 years ago
parent e87c0de6e9
commit 000f9cdfa9

@ -25,12 +25,9 @@ endif( )
# speex
if( WITH_SPEEX )
pkg_search_module( SPEEX speex )
pkg_search_module( SPEEX speex>=1.0.5 )
if( SPEEX_FOUND )
set( HAVE_SPEEX 1 CACHE INTERNAL "" FORCE )
if( NOT SPEEX_INCLUDE_DIRS )
set( SPEEX_INCLUDE_DIRS "/usr/include/speex" )
endif( )
else( )
tde_message_fatal( "speex is required, but was not found on your system" )
endif( )

@ -1,6 +1,6 @@
#include <portaudio.h>
#include <ortp.h>
#include <speex.h>
#include <speex/speex.h>
// Socket stuff
#ifndef _WIN32

@ -2,7 +2,7 @@
#define PORTAUDIOMEDIAENGINE_H
#include <portaudio.h>
#include <speex.h>
#include <speex/speex.h>
#include <ortp.h>
#include "talk/session/phone/mediaengine.h"

@ -23,7 +23,7 @@
#define MSSPEEXDEC_H
#include <mscodec.h>
#include <speex.h>
#include <speex/speex.h>
#if defined(__cplusplus)
extern "C" {

@ -23,7 +23,7 @@
#define MSSPEEXENC_H
#include <mscodec.h>
#include <speex.h>
#include <speex/speex.h>
struct _MSSpeexEnc
{

Loading…
Cancel
Save