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/mpegaudioparse | |
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/mpegaudioparse')
-rw-r--r-- | gst/mpegaudioparse/mpegaudioparse.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/mpegaudioparse/mpegaudioparse.vcproj b/gst/mpegaudioparse/mpegaudioparse.vcproj index 4ebfe301..198e78e4 100644 --- a/gst/mpegaudioparse/mpegaudioparse.vcproj +++ b/gst/mpegaudioparse/mpegaudioparse.vcproj @@ -32,7 +32,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib iconv.lib intl.lib" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib gstgetbits.lib iconv.lib intl.lib" OutputFile="$(OutDir)/gstmpegaudioparse.dll" LinkIncremental="2" AdditionalLibraryDirectories="../../../gstreamer/win32/Debug;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib" @@ -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;mpegaudioparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" + PreprocessorDefinitions="WIN32;NDEBUG;GST_DISABLE_GST_DEBUG;_WINDOWS;_USRDLL;mpegaudioparse_EXPORTS;HAVE_CONFIG_H;_USE_MATH_DEFINES" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" @@ -84,7 +84,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib iconv.lib intl.lib" + AdditionalDependencies="glib-2.0.lib gmodule-2.0.lib gthread-2.0.lib gobject-2.0.lib libgstreamer.lib gstbytestream.lib gstgetbits.lib iconv.lib intl.lib" OutputFile="$(OutDir)/gstmpegaudioparse.dll" LinkIncremental="1" AdditionalLibraryDirectories="../../../gstreamer/win32/Release;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib" |