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
@ -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…
x
Reference in New Issue
Block a user