2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Speex includes should be in a subdirectory

This commit is contained in:
Darryl Pogue
2011-04-23 22:47:48 -07:00
parent bca0bf94c4
commit be86478cff

View File

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <al.h> #include <al.h>
#include <alc.h> #include <alc.h>
#include "plDSoundBuffer.h" #include "plDSoundBuffer.h"
#include <speex.h> #include <speex/speex.h>
#include <speex_bits.h> #include <speex/speex_bits.h>
#include "hsGeometry3.h" #include "hsGeometry3.h"
#include "plVoiceChat.h" #include "plVoiceChat.h"
#include "plAudioSystem.h" #include "plAudioSystem.h"