patch-src_mumble_AudioOutputSpeech_h 434 B

12345678910111213141516
  1. $OpenBSD: patch-src_mumble_AudioOutputSpeech_h,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $
  2. Use celt from our ports tree
  3. --- src/mumble/AudioOutputSpeech.h.orig Wed Sep 25 16:41:59 2013
  4. +++ src/mumble/AudioOutputSpeech.h Wed Sep 25 16:42:22 2013
  5. @@ -36,7 +36,7 @@
  6. #include <speex/speex.h>
  7. #include <speex/speex_resampler.h>
  8. #include <speex/speex_jitter.h>
  9. -#include <celt.h>
  10. +#include <celt07/celt.h>
  11. #include <QtCore/QMutex>