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:
Ramon Garcia Fernandez 2004-10-02 23:27:26 +00:00
parent a1691c1f55
commit 771803d685
2 changed files with 6 additions and 6 deletions

View file

@ -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" {

View file

@ -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>