ext/speex/gstspeexenc.h: Fixed include path of adapter

Original commit message from CVS:
* ext/speex/gstspeexenc.h:
Fixed include path of adapter
This commit is contained in:
Stefan Kost 2005-08-23 19:40:11 +00:00
parent a953ed2d95
commit fce9543243
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-23 Stefan Kost <ensonic@users.sf.net>
* ext/speex/gstspeexenc.h:
Fixed include path of adapter
2005-08-23 Wim Taymans <wim@fluendo.com> 2005-08-23 Wim Taymans <wim@fluendo.com>
* ext/speex/gstspeexdec.c: (gst_speex_dec_class_init): * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init):

View file

@ -23,7 +23,7 @@
#include <gst/gst.h> #include <gst/gst.h>
#include <gst/bytestream/adapter.h> #include <gst/base/gstadapter.h>
#include <speex/speex.h> #include <speex/speex.h>
#include <speex/speex_header.h> #include <speex/speex_header.h>