summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:18:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:18:17 +0000
commit65b5fc170cf635869eae9be3a3660d0b721bec51 (patch)
tree1f05c22714b1e97be090d7019eac60af39c09160 /gst/avi/gstavidemux.h
parent8123fc374cf60e5651747c65d833dc0bfad66933 (diff)
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/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index d06172be..4703aad0 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -24,8 +24,8 @@
#include <config.h>
#include <gst/gst.h>
-#include <libs/riff/gstriff.h>
-#include <libs/bytestream/gstbytestream.h>
+#include <gst/riff/riff.h>
+#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus
extern "C" {