diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 09:57:33 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 09:57:33 +0000 |
commit | 5e4e09cd5c4842cdb8c7de350340b5b296501275 (patch) | |
tree | ae74fc1cbcbbaa58864b8a991dc9475502dd2ecc /gst/videoflip/videoflip.vcproj | |
parent | 48429b2cdcc83e3131c1a4a6318e5a227bc4cf5f (diff) |
rename GStreamer-0.8.lib to libgstreamer.lib
Original commit message from CVS:
rename GStreamer-0.8.lib to libgstreamer.lib
Diffstat (limited to 'gst/videoflip/videoflip.vcproj')
-rw-r--r-- | gst/videoflip/videoflip.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videoflip/videoflip.vcproj b/gst/videoflip/videoflip.vcproj index 0428be26..5b8c4631 100644 --- a/gst/videoflip/videoflip.vcproj +++ b/gst/videoflip/videoflip.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 GStreamer-0.8.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 iconv.lib intl.lib" OutputFile="$(OutDir)/gstvideoflip.dll" LinkIncremental="2" AdditionalLibraryDirectories="../../../gstreamer/win32/Debug;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib" @@ -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 GStreamer-0.8.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 iconv.lib intl.lib" OutputFile="$(OutDir)/gstvideoflip.dll" LinkIncremental="1" AdditionalLibraryDirectories="../../../gstreamer/win32/Release;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib" |