diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:18:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:18:18 +0000 |
commit | 953f0e2f01cbff2f521024b33e489e966ed356bb (patch) | |
tree | 98d9b466174657129c4cb005419a640ee181852f /gst/passthrough/gstpassthrough.c | |
parent | 0d4f573fc103544c7972485b010072eda52a0e4b (diff) | |
download | gst-plugins-bad-953f0e2f01cbff2f521024b33e489e966ed356bb.tar.gz gst-plugins-bad-953f0e2f01cbff2f521024b33e489e966ed356bb.tar.bz2 gst-plugins-bad-953f0e2f01cbff2f521024b33e489e966ed356bb.zip |
made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
Original commit message from CVS:
made changes everywhere to accomodate for the headers being in
<gst/(lib)/...>
we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything
and I can't do it right now because I disabled all of the plugins here ;)
Diffstat (limited to 'gst/passthrough/gstpassthrough.c')
-rw-r--r-- | gst/passthrough/gstpassthrough.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index dc50e626..0faa878b 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -20,7 +20,7 @@ #include <string.h> #include <gst/gst.h> -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstpassthrough.h" |