mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/speex.h>
Original commit message from CVS: Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/speex.h>
This commit is contained in:
parent
a1691c1f55
commit
771803d685
2 changed files with 6 additions and 6 deletions
|
@ -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" {
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <speex/speex.h>
|
||||
#include <speex/speex_stereo.h>
|
||||
#include <speex.h>
|
||||
#include <speex_stereo.h>
|
||||
|
||||
#include <gst/gsttaginterface.h>
|
||||
#include <gst/tag/tag.h>
|
||||
|
|
Loading…
Reference in a new issue