diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:41:30 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:41:30 +0000 |
commit | 5012fef332c560c45c64160537a78cb265664ea5 (patch) | |
tree | e4968042fe3ff70735dbcb984955396b6f280353 /gst/passthrough | |
parent | 86bc0d8509077f086e88758b8fe8e71a4dac8c23 (diff) | |
download | gst-plugins-bad-5012fef332c560c45c64160537a78cb265664ea5.tar.gz gst-plugins-bad-5012fef332c560c45c64160537a78cb265664ea5.tar.bz2 gst-plugins-bad-5012fef332c560c45c64160537a78cb265664ea5.zip |
more working plugins
Original commit message from CVS:
more working plugins
Diffstat (limited to 'gst/passthrough')
-rw-r--r-- | gst/passthrough/passthrough.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/passthrough/passthrough.vcproj b/gst/passthrough/passthrough.vcproj index 5f897492..cdea19da 100644 --- a/gst/passthrough/passthrough.vcproj +++ b/gst/passthrough/passthrough.vcproj @@ -74,7 +74,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;passthrgouh_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;passthrgouh_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -126,7 +126,7 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File - RelativePath=".\gstpassthrgouh.c"> + RelativePath=".\gstpassthrough.c"> </File> </Filter> <Filter @@ -137,7 +137,7 @@ RelativePath=".\filter.func"> </File> <File - RelativePath=".\gstpassthrgouh.h"> + RelativePath=".\gstpassthrough.h"> </File> </Filter> <Filter |