summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-10-16 23:47:01 +0200
committerJulien Isorce <julien.isorce@gmail.com>2008-10-16 23:47:01 +0200
commit21a3cae6f05c2574c3d3383ab15f003ba315d81f (patch)
tree12c0b2c559681e263498474177c3bc53da2aff52 /win32
parenta79f903c349475ea28801eb13ddab502c2d0751f (diff)
fix msvc warnings and update CMake build, win32 CodeBlocks build and vs8 build
Diffstat (limited to 'win32')
-rw-r--r--win32/codeblock/gstopengl.cbp4
-rw-r--r--win32/vs8/libgstopengl.vcproj8
2 files changed, 12 insertions, 0 deletions
diff --git a/win32/codeblock/gstopengl.cbp b/win32/codeblock/gstopengl.cbp
index 730b1a1..f52615d 100644
--- a/win32/codeblock/gstopengl.cbp
+++ b/win32/codeblock/gstopengl.cbp
@@ -141,6 +141,7 @@
<Unit filename="..\..\gst\gl\effects\gstgleffectlumatocurve.c">
<Option compilerVar="CC" />
</Unit>
+ <Unit filename="..\..\gst\gl\effects\gstgleffectlumatocurve.h" />
<Unit filename="..\..\gst\gl\effects\gstgleffectmirror.c">
<Option compilerVar="CC" />
</Unit>
@@ -170,6 +171,9 @@
<Unit filename="..\..\gst\gl\effects\gstgleffecttwirl.c">
<Option compilerVar="CC" />
</Unit>
+ <Unit filename="..\..\gst\gl\effects\gstgleffectxray.c">
+ <Option compilerVar="CC" />
+ </Unit>
<Unit filename="..\..\gst\gl\gltestsrc.c">
<Option compilerVar="CC" />
</Unit>
diff --git a/win32/vs8/libgstopengl.vcproj b/win32/vs8/libgstopengl.vcproj
index 53c5d51..299f0dd 100644
--- a/win32/vs8/libgstopengl.vcproj
+++ b/win32/vs8/libgstopengl.vcproj
@@ -364,6 +364,10 @@
RelativePath="..\..\gst\gl\effects\gstgleffecttwirl.c"
>
</File>
+ <File
+ RelativePath="..\..\gst\gl\effects\gstgleffectxray.c"
+ >
+ </File>
</Filter>
</Filter>
</Filter>
@@ -471,6 +475,10 @@
Name="effects"
>
<File
+ RelativePath="..\..\gst\gl\effects\gstgleffectlumatocurve.h"
+ >
+ </File>
+ <File
RelativePath="..\..\gst\gl\effects\gstgleffectscurves.h"
>
</File>