Modified path on speex lib

Review URL: http://webrtc-codereview.appspot.com/137018

git-svn-id: http://webrtc.googlecode.com/svn/trunk@524 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
zakkhoyt@google.com 2011-09-02 22:06:49 +00:00
parent 413b993166
commit fb298d3783

View File

@ -42,7 +42,7 @@
// int16_t *encoded, int16_t len,
// int16_t *decoded, int16_t *speechType);
// int16_t WebRtcSpeex_DecoderInit(SPEEX_decinst_t *SPEEXdec_inst);
#include "speex_interface.h"
#include "modules/audio_coding/codecs/speex/interface/speex_interface.h"
#endif
namespace webrtc {