diff options
author | Julien Isorce <julien.isorce@gmail.com> | 2009-07-27 14:52:57 +0200 |
---|---|---|
committer | Julien Isorce <julien.isorce@gmail.com> | 2009-07-27 14:52:57 +0200 |
commit | dabb692e7cec9eaef0703a2cabefc65cb12738ff (patch) | |
tree | ea221bf3b53f52af54617a7c0b1023639f831774 /win32 | |
parent | 9b1bdac9cc60e274ddc10b2948d9f7d70f2b6e49 (diff) | |
download | gstreamer-plugins-bad-dabb692e7cec9eaef0703a2cabefc65cb12738ff.tar.gz |
dshowsrcwrapper: remove use of IGstDshowInterface
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/vs8/libdshowsrcwrapper.vcproj | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/win32/vs8/libdshowsrcwrapper.vcproj b/win32/vs8/libdshowsrcwrapper.vcproj index d18e66f83..a87b8603d 100755 --- a/win32/vs8/libdshowsrcwrapper.vcproj +++ b/win32/vs8/libdshowsrcwrapper.vcproj @@ -49,7 +49,7 @@ Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="C:\msys\1.0\local\include;C:\msys\1.0\local\include\libxml2;"C:\msys\1.0\local\include\glib-2.0";"C:\msys\1.0\local\lib\glib-2.0\include";"C:\msys\1.0\local\include\gstreamer-0.10";..\common;"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Samples\Multimedia\DirectShow\BaseClasses""
- PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;DSHOWSRCWRAPPER_EXPORTS;HAVE_CONFIG_H;COBJMACROS;_WIN32_DCOM;_CRT_SECURE_NO_DEPRECATE"
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;DSHOWSRCWRAPPER_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -78,7 +78,7 @@ LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="C:\msys\1.0\local\lib;"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib";"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Samples\Multimedia\DirectShow\BaseClasses\XP32_RETAIL""
- ModuleDefinitionFile="..\..\sys\dshowsrcwrapper\libgstdshow.def"
+ ModuleDefinitionFile=""
ProgramDatabaseFile=".\Release/libgstdshowsrcwrapper.pdb"
ImportLibrary=".\Release/libgstdshowsrcwrapper.lib"
TargetMachine="1"
@@ -146,7 +146,7 @@ Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="C:\msys\1.0\local\include;C:\msys\1.0\local\include\libxml2;"C:\msys\1.0\local\include\glib-2.0";"C:\msys\1.0\local\lib\glib-2.0\include";"C:\msys\1.0\local\include\gstreamer-0.10";..\common;"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Samples\Multimedia\DirectShow\BaseClasses""
- PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;DSHOWSRCWRAPPER_EXPORTS;HAVE_CONFIG_H;COBJMACROS;_WIN32_DCOM;_CRT_SECURE_NO_DEPRECATE"
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;DSHOWSRCWRAPPER_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -177,7 +177,7 @@ LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="C:\msys\1.0\local\lib;"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib";"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Samples\Multimedia\DirectShow\BaseClasses\XP32_DEBUG""
- ModuleDefinitionFile="..\..\sys\dshowsrcwrapper\libgstdshow.def"
+ ModuleDefinitionFile=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/libgstdshowsrcwrapper.pdb"
ImportLibrary=".\Debug/libgstdshowsrcwrapper.lib"
@@ -239,10 +239,6 @@ RelativePath="..\..\sys\dshowsrcwrapper\gstdshowvideosrc.cpp"
>
</File>
- <File
- RelativePath="..\..\sys\dshowsrcwrapper\libgstdshow.def"
- >
- </File>
</Filter>
<Filter
Name="Header Files"
@@ -261,10 +257,6 @@ >
</File>
<File
- RelativePath="..\..\sys\dshowsrcwrapper\gstdshowinterface.h"
- >
- </File>
- <File
RelativePath="..\..\sys\dshowsrcwrapper\gstdshowvideosrc.h"
>
</File>
|