diff options
author | David Schleef <ds@schleef.org> | 2003-10-29 03:15:55 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-29 03:15:55 +0000 |
commit | e58373a8b65fdcddd8a253f4b0ee2253e2af7042 (patch) | |
tree | 7fec275ce770234855b601cdb2b3f9ce97e42979 /gst/modplug | |
parent | 40683c6cb3948aa15686a8b8795fa32938ff414f (diff) | |
download | gst-plugins-bad-e58373a8b65fdcddd8a253f4b0ee2253e2af7042.tar.gz gst-plugins-bad-e58373a8b65fdcddd8a253f4b0ee2253e2af7042.tar.bz2 gst-plugins-bad-e58373a8b65fdcddd8a253f4b0ee2253e2af7042.zip |
change gst/bytestream.h to gst/bytestream/bytestream.h
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
Diffstat (limited to 'gst/modplug')
-rw-r--r-- | gst/modplug/gstmodplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/modplug/gstmodplug.h b/gst/modplug/gstmodplug.h index 86f815e3..2b5994c2 100644 --- a/gst/modplug/gstmodplug.h +++ b/gst/modplug/gstmodplug.h @@ -28,7 +28,7 @@ extern "C" { #endif /* __cplusplus */ #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #define GST_TYPE_MODPLUG \ (gst_modplug_get_type()) |