summaryrefslogtreecommitdiffstats
path: root/sys/qtwrapper/qtutils.h
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/qtutils.h
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/qtutils.h')
-rw-r--r--sys/qtwrapper/qtutils.h2
1 files changed, 1 insertions, 1 deletions
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"