mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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 <gst/gst.h>
|
||||||
#include <speex/speex.h>
|
#include <speex.h>
|
||||||
#include <speex/speex_callbacks.h>
|
#include <speex_callbacks.h>
|
||||||
#include <speex/speex_header.h>
|
#include <speex_header.h>
|
||||||
#include <speex/speex_stereo.h>
|
#include <speex_stereo.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <speex/speex.h>
|
#include <speex.h>
|
||||||
#include <speex/speex_stereo.h>
|
#include <speex_stereo.h>
|
||||||
|
|
||||||
#include <gst/gsttaginterface.h>
|
#include <gst/gsttaginterface.h>
|
||||||
#include <gst/tag/tag.h>
|
#include <gst/tag/tag.h>
|
||||||
|
|
Loading…
Reference in a new issue