mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
a953ed2d95
commit
fce9543243
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue