summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-09-21 19:26:37 +0200
committerJulien Isorce <julien.isorce@gmail.com>2008-09-21 19:26:37 +0200
commitea1914fbb793398772616958d1fe5f30c13b9a7f (patch)
treea1ea5f00a8631a8a54ba4d5f81dc7a423e3be996 /win32
parent28dc260b55a155fb9a1d1077c1d7df700eb69dcd (diff)
Add a glfilterglass inspired from http://www.mdk.org.pl/2007/11/17/gl-colorspace-conversions
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 b8dee94..58ead03 100644
--- a/win32/codeblock/gstopengl.cbp
+++ b/win32/codeblock/gstopengl.cbp
@@ -204,6 +204,10 @@
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\..\gst\gl\gstglfiltercube.h" />
+ <Unit filename="..\..\gst\gl\gstglfilterglass.c">
+ <Option compilerVar="CC" />
+ </Unit>
+ <Unit filename="..\..\gst\gl\gstglfilterglass.h" />
<Unit filename="..\..\gst\gl\gstglfilterlaplacian.c">
<Option compilerVar="CC" />
</Unit>
diff --git a/win32/vs8/libgstopengl.vcproj b/win32/vs8/libgstopengl.vcproj
index 2187ac5..f398c98 100644
--- a/win32/vs8/libgstopengl.vcproj
+++ b/win32/vs8/libgstopengl.vcproj
@@ -274,6 +274,10 @@
>
</File>
<File
+ RelativePath="..\..\gst\gl\gstglfilterglass.c"
+ >
+ </File>
+ <File
RelativePath="..\..\gst\gl\gstglfilterlaplacian.c"
>
</File>
@@ -440,6 +444,10 @@
>
</File>
<File
+ RelativePath="..\..\gst\gl\gstglfilterglass.h"
+ >
+ </File>
+ <File
RelativePath="..\..\gst\gl\gstglfilterlaplacian.h"
>
</File>