diff options
Diffstat (limited to 'ext/speex/gstspeexdec.h')
-rw-r--r-- | ext/speex/gstspeexdec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h index dcb04a2c..3dc99032 100644 --- a/ext/speex/gstspeexdec.h +++ b/ext/speex/gstspeexdec.h @@ -23,10 +23,10 @@ #include <gst/gst.h> -#include <speex/speex.h> -#include <speex/speex_callbacks.h> -#include <speex/speex_header.h> -#include <speex/speex_stereo.h> +#include <speex.h> +#include <speex_callbacks.h> +#include <speex_header.h> +#include <speex_stereo.h> #ifdef __cplusplus extern "C" { |