mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
Add the preliminary canvas to build plugins on Win32
Original commit message from CVS: Add the preliminary canvas to build plugins on Win32
This commit is contained in:
parent
9643392b69
commit
3f95ab38b9
4 changed files with 214 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* win32/gst.sln:
|
||||||
|
* gst-libs/gst/gst-libs.def:
|
||||||
|
* gst-libs/gst/gst-libs.vcproj:
|
||||||
|
* gst/matroska/matroska.def:
|
||||||
|
* gst/matroska/matroska.vcproj:
|
||||||
|
Add the preliminary canvas to build plugins on Win32
|
||||||
|
|
||||||
2004-07-23 Benjamin Otte <otte@gnome.org>
|
2004-07-23 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
|
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
|
||||||
|
|
2
gst/matroska/matroska.def
Normal file
2
gst/matroska/matroska.def
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
EXPORTS
|
||||||
|
gst_plugin_desc
|
173
gst/matroska/matroska.vcproj
Normal file
173
gst/matroska/matroska.vcproj
Normal file
|
@ -0,0 +1,173 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="7.10"
|
||||||
|
Name="matroska"
|
||||||
|
ProjectGUID="{979C216F-0ACF-4956-AE00-055A42D67891}"
|
||||||
|
Keyword="Win32Proj">
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"/>
|
||||||
|
</Platforms>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory="../../win32/Debug"
|
||||||
|
IntermediateDirectory="../../win32/Debug"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="../../../gstreamer/win32;../../../gstreamer;../../../gstreamer/libs;../../../glib;../../../glib/glib;../../../glib/gmodule;"../../gst-libs";../../../popt/include;../../../libxml2/include/libxml2"
|
||||||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MATROSKA_EXPORTS;HAVE_CONFIG_H"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
BasicRuntimeChecks="3"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
DebugInformationFormat="4"/>
|
||||||
|
<Tool
|
||||||
|
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"
|
||||||
|
OutputFile="$(OutDir)/gstmatroska.dll"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="../../../gstreamer/win32/Debug;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib"
|
||||||
|
ModuleDefinitionFile="matroska.def"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/matroska.pdb"
|
||||||
|
SubSystem="2"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
ImportLibrary="$(OutDir)/gstmatroska.lib"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory="../../win32/Release"
|
||||||
|
IntermediateDirectory="../../win32/Release"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2">
|
||||||
|
<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;MATROSKA_EXPORTS;HAVE_CONFIG_H"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
DebugInformationFormat="3"/>
|
||||||
|
<Tool
|
||||||
|
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"
|
||||||
|
OutputFile="$(OutDir)/matroska.dll"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="../../../gstreamer/win32/Debug;../../../glib/glib;../../../glib/gmodule;../../../glib/gthread;../../../glib/gobject;../../../gettext/lib;../../../libiconv/lib"
|
||||||
|
ModuleDefinitionFile="matroska.def"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
SubSystem="2"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
ImportLibrary="$(OutDir)/gstmatroska.lib"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
|
<File
|
||||||
|
RelativePath=".\ebml-read.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ebml-write.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\matroska-demux.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\matroska-mux.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\matroska.c">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
|
<File
|
||||||
|
RelativePath=".\ebml-ids.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ebml-read.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ebml-write.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\matroska-demux.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\matroska-ids.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\matroska-mux.h">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Resource Files"
|
||||||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||||
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
30
win32/gst.sln
Normal file
30
win32/gst.sln
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "matroska", "..\gst\matroska\matroska.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67891}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890}
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libs", "..\gst-libs\gst\gst-libs.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67890}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
|
Debug = Debug
|
||||||
|
Release = Release
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67891}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67891}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67891}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67891}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67890}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67890}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67890}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67890}.Release.Build.0 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
Loading…
Reference in a new issue