summaryrefslogtreecommitdiffstats
path: root/gst/law
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:41:30 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:41:30 +0000
commite7045bdb872b8badc0fc1b1f7b878f0c465c0105 (patch)
tree7698bd7be0b7806f12167042b5a073ce5ab69c56 /gst/law
parent80ae2e14dff60c962adb0f018a3a2b739249b408 (diff)
more working plugins
Original commit message from CVS: more working plugins
Diffstat (limited to 'gst/law')
-rw-r--r--gst/law/alaw.vcproj2
-rw-r--r--gst/law/mulaw.vcproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/law/alaw.vcproj b/gst/law/alaw.vcproj
index 2a45e2c5..dfa7f068 100644
--- a/gst/law/alaw.vcproj
+++ b/gst/law/alaw.vcproj
@@ -74,7 +74,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;&quot;../../gst-libs&quot;;../../../popt/include;../../../libxml2/include/libxml2"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;alaw_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES"
+ PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;alaw_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
diff --git a/gst/law/mulaw.vcproj b/gst/law/mulaw.vcproj
index 19d2b014..d700d775 100644
--- a/gst/law/mulaw.vcproj
+++ b/gst/law/mulaw.vcproj
@@ -74,7 +74,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;&quot;../../gst-libs&quot;;../../../popt/include;../../../libxml2/include/libxml2"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mulaw_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES"
+ PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mulaw_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"