diff options
author | Julien Isorce <julien.isorce@gmail.com> | 2008-09-24 19:32:48 +0200 |
---|---|---|
committer | Julien Isorce <julien.isorce@gmail.com> | 2008-09-24 19:32:48 +0200 |
commit | bb2363c026bec7ee811425a9977ef6adbcdd4129 (patch) | |
tree | 08fe7465defc53bb6cb68232c4a6e317dbe24acf /win32 | |
parent | f914a5b443a7f5863aa3b0fc596e9f21cc890ad9 (diff) |
update cmake build and the 2 frozen win32 builds (CodeBlocks, vs8)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/codeblock/gstopengl.cbp | 3 | ||||
-rw-r--r-- | win32/vs8/libgstopengl.vcproj | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/win32/codeblock/gstopengl.cbp b/win32/codeblock/gstopengl.cbp index 58ead03..730b1a1 100644 --- a/win32/codeblock/gstopengl.cbp +++ b/win32/codeblock/gstopengl.cbp @@ -212,6 +212,9 @@ <Option compilerVar="CC" /> </Unit> <Unit filename="..\..\gst\gl\gstglfilterlaplacian.h" /> + <Unit filename="..\..\gst\gl\gstglfiltersobel.c"> + <Option compilerVar="CC" /> + </Unit> <Unit filename="..\..\gst\gl\gstglimagesink.c"> <Option compilerVar="CC" /> </Unit> diff --git a/win32/vs8/libgstopengl.vcproj b/win32/vs8/libgstopengl.vcproj index f398c98..53c5d51 100644 --- a/win32/vs8/libgstopengl.vcproj +++ b/win32/vs8/libgstopengl.vcproj @@ -282,6 +282,10 @@ > </File> <File + RelativePath="..\..\gst\gl\gstglfiltersobel.c" + > + </File> + <File RelativePath="..\..\gst\gl\gstglimagesink.c" > </File> |