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