diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-05-18 10:32:31 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-05-18 10:32:31 +0000 |
commit | 2acf79a45e757e92e2208095f204652aa1c2a8a4 (patch) | |
tree | bd1be2055d4dc90b3a6f344fb3e660609836cf12 /ext/musepack/gstmusepackreader.h | |
parent | 3926c8e2bb6082b5a571968d46891b68ab888673 (diff) | |
download | gst-plugins-bad-2acf79a45e757e92e2208095f204652aa1c2a8a4.tar.gz gst-plugins-bad-2acf79a45e757e92e2208095f204652aa1c2a8a4.tar.bz2 gst-plugins-bad-2acf79a45e757e92e2208095f204652aa1c2a8a4.zip |
Update to 1.2 API (303117).
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac:
* ext/musepack/gstmusepackdec.h:
* ext/musepack/gstmusepackreader.c:
* ext/musepack/gstmusepackreader.h:
Update to 1.2 API (303117).
Diffstat (limited to 'ext/musepack/gstmusepackreader.h')
-rw-r--r-- | ext/musepack/gstmusepackreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/musepack/gstmusepackreader.h b/ext/musepack/gstmusepackreader.h index 2aa2edd2..d00153e8 100644 --- a/ext/musepack/gstmusepackreader.h +++ b/ext/musepack/gstmusepackreader.h @@ -20,7 +20,7 @@ #ifndef __GST_MUSEPACK_READER_H__ #define __GST_MUSEPACK_READER_H__ -#include <musepack/musepack.h> +#include <mpcdec/mpcdec.h> #include <gst/bytestream/bytestream.h> void gst_musepack_init_reader (mpc_reader * r, GstByteStream * bs); |