summaryrefslogtreecommitdiffstats
path: root/sys/qtwrapper
diff options
context:
space:
mode:
authorThiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>2009-01-29 17:59:35 -0200
committerThiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>2009-01-29 17:59:35 -0200
commit648e37aeeba066ec297a51ec941ccf786205749a (patch)
tree4fbb48630305be2ee789eb3482c1129bd8e7d0d8 /sys/qtwrapper
parent3b7f1bc988c843f09a5496d78ad11126d07e1761 (diff)
downloadgst-plugins-bad-648e37aeeba066ec297a51ec941ccf786205749a.tar.gz
gst-plugins-bad-648e37aeeba066ec297a51ec941ccf786205749a.tar.bz2
gst-plugins-bad-648e37aeeba066ec297a51ec941ccf786205749a.zip
qtwrapper: Fixes build at case sensitive systems.
Diffstat (limited to 'sys/qtwrapper')
-rw-r--r--sys/qtwrapper/audiodecoders.c2
-rw-r--r--sys/qtwrapper/codecmapping.h2
-rw-r--r--sys/qtwrapper/qtutils.h2
-rw-r--r--sys/qtwrapper/qtwrapper.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/qtwrapper/audiodecoders.c b/sys/qtwrapper/audiodecoders.c
index 1816a02c..3553c29b 100644
--- a/sys/qtwrapper/audiodecoders.c
+++ b/sys/qtwrapper/audiodecoders.c
@@ -57,7 +57,7 @@
#ifdef G_OS_WIN32
#include <QuickTimeComponents.h>
#else
-#include <Quicktime/QuickTimeComponents.h>
+#include <QuickTime/QuickTimeComponents.h>
#endif
#define QTWRAPPER_ADEC_PARAMS_QDATA g_quark_from_static_string("qtwrapper-adec-params")
diff --git a/sys/qtwrapper/codecmapping.h b/sys/qtwrapper/codecmapping.h
index 946906f4..43b19371 100644
--- a/sys/qtwrapper/codecmapping.h
+++ b/sys/qtwrapper/codecmapping.h
@@ -48,7 +48,7 @@
#ifdef G_OS_WIN32
#include <ImageCodec.h>
#else
-#include <Quicktime/ImageCodec.h>
+#include <QuickTime/ImageCodec.h>
#endif
diff --git a/sys/qtwrapper/qtutils.h b/sys/qtwrapper/qtutils.h
index a8b68aff..0914f234 100644
--- a/sys/qtwrapper/qtutils.h
+++ b/sys/qtwrapper/qtutils.h
@@ -45,7 +45,7 @@
#ifdef G_OS_WIN32
#include <ImageCodec.h>
#else
-#include <Quicktime/ImageCodec.h>
+#include <QuickTime/ImageCodec.h>
#endif
#include <gst/gst.h>
#include "qtwrapper.h"
diff --git a/sys/qtwrapper/qtwrapper.h b/sys/qtwrapper/qtwrapper.h
index 09081cee..a65cee86 100644
--- a/sys/qtwrapper/qtwrapper.h
+++ b/sys/qtwrapper/qtwrapper.h
@@ -50,7 +50,7 @@
#include <Movies.h>
#include <QTML.h>
#else
-#include <Quicktime/Movies.h>
+#include <QuickTime/Movies.h>
#endif
/* Set following to 1 if you want to have extra debug in form of