diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-23 19:40:11 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-23 19:40:11 +0000 |
commit | fce9543243d2639d2bc99095babe01dbd26604ec (patch) | |
tree | 53ebd9ecb4dd3df4cd340ae45f01d26c06561361 /ext/speex | |
parent | a953ed2d95c4743941da3d5bd3aa890ba60616a5 (diff) |
ext/speex/gstspeexenc.h: Fixed include path of adapter
Original commit message from CVS:
* ext/speex/gstspeexenc.h:
Fixed include path of adapter
Diffstat (limited to 'ext/speex')
-rw-r--r-- | ext/speex/gstspeexenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h index 8f01811d..0bf781bf 100644 --- a/ext/speex/gstspeexenc.h +++ b/ext/speex/gstspeexenc.h @@ -23,7 +23,7 @@ #include <gst/gst.h> -#include <gst/bytestream/adapter.h> +#include <gst/base/gstadapter.h> #include <speex/speex.h> #include <speex/speex_header.h> |