summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog26
-rw-r--r--win32/GStreamer.vcproj428
-rw-r--r--win32/MANIFEST41
-rw-r--r--win32/Makefile134
-rw-r--r--win32/Makefile.inspect77
-rw-r--r--win32/Makefile.launch77
-rw-r--r--win32/Makefile.register77
-rw-r--r--win32/README.txt66
-rw-r--r--win32/gst-inspect.vcproj146
-rw-r--r--win32/gst-launch.vcproj146
-rw-r--r--win32/gst-register.vcproj147
-rw-r--r--win32/gstelements.vcproj221
-rw-r--r--win32/gstgetbits.def4
-rw-r--r--win32/gstgetbits.vcproj159
-rw-r--r--win32/gstreamer-dbg.def5
-rw-r--r--win32/gstreamer.def335
-rw-r--r--win32/libgstbase.def17
-rw-r--r--win32/libgstbase.vcproj194
-rw-r--r--win32/link_oldruntime.c10
-rw-r--r--win32/mman.c87
-rw-r--r--win32/mman.h61
-rw-r--r--win32/mman.inl129
-rw-r--r--win32/msvc71.sln61
23 files changed, 47 insertions, 2601 deletions
diff --git a/ChangeLog b/ChangeLog
index e0f533521..95a7c9e1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
+ * win32/GStreamer.vcproj:
+ * win32/MANIFEST:
+ * win32/Makefile:
+ * win32/Makefile.inspect:
+ * win32/Makefile.launch:
+ * win32/Makefile.register:
+ * win32/README.txt:
+ * win32/gst-inspect.vcproj:
+ * win32/gst-launch.vcproj:
+ * win32/gst-register.vcproj:
+ * win32/gstelements.vcproj:
+ * win32/gstgetbits.def:
+ * win32/gstgetbits.vcproj:
+ * win32/gstreamer-dbg.def:
+ * win32/gstreamer.def:
+ * win32/libgstbase.def:
+ * win32/libgstbase.vcproj:
+ * win32/link_oldruntime.c:
+ * win32/mman.c:
+ * win32/mman.h:
+ * win32/mman.inl:
+ * win32/msvc71.sln:
+ move even more stuff, win32/ is nice and clean now
+
+2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
+
* libs/gst/control/.cvsignore:
* win32/MANIFEST:
* win32/config.h:
diff --git a/win32/GStreamer.vcproj b/win32/GStreamer.vcproj
deleted file mode 100644
index ff78eb278..000000000
--- a/win32/GStreamer.vcproj
+++ /dev/null
@@ -1,428 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="libgstreamer"
- ProjectGUID="{FC47A187-6B10-4B19-93B5-ED7BCC75D466}"
- RootNamespace="GStreamer"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- CharacterSet="2"
- ReferencesPath="">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_EXPORTS"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="config.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libpopt.lib glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
- OutputFile="$(OutDir)/libgtreamer-$(Version).dll"
- LinkIncremental="0"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- IgnoreAllDefaultLibraries="FALSE"
- ModuleDefinitionFile="gstreamer.def"
- DelayLoadDLLs=""
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/GStreamer.pdb"
- SubSystem="2"
- OptimizeReferences="0"
- EnableCOMDATFolding="0"
- ImportLibrary="$(OutDir)/libgstreamer.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="del gst.def
-mkdir c:\gstreamer
-mkdir c:\gstreamer\bin
-copy /Y $(TargetPath) c:\gstreamer\bin
-for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do msgfmt -o ..\po\%%i.gmo ..\po\%%i.po
-for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do mkdir c:\gstreamer\locale\%%i
-for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do copy /Y ..\po\%%i.gmo c:\gstreamer\locale\%%i\gstreamer-0.8.mo
-"/>
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
-copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
-copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
-copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c
-echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
-glib-genmarshal --header --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
-move gstmarshal.h.tmp $(ProjectDir)..\gst\gstmarshal.h
-echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
-echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
-glib-genmarshal --body --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
-move gstmarshal.c.tmp $(ProjectDir)..\gst\gstmarshal.c
-bison -d -v -p_gst_parse__yy $(ProjectDir)..\gst\parse\grammar.y -o $(ProjectDir)..\gst\parse\grammar.tab.c
-flex -P_gst_parse_yy $(ProjectDir)..\gst\parse\parse.l
-move lex._gst_parse_yy.c $(ProjectDir)..\gst\parse\lex._gst_parse_yy.c
-type gstreamer.def &gt; gst.def
-type gstreamer-dbg.def &gt;&gt; gst.def
-"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- CharacterSet="2"
- ReferencesPath="">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;..\libs;"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_EXPORTS"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="FALSE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="config.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libpopt.lib glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
- OutputFile="$(OutDir)/libgtreamer-0.9.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- IgnoreAllDefaultLibraries="FALSE"
- ModuleDefinitionFile="gstreamer.def"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/GStreamer.pdb"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/libgstreamer.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="mkdir c:\gstreamer
-mkdir c:\gstreamer\bin
-copy /Y $(TargetPath) c:\gstreamer\bin
-for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do msgfmt -o ..\po\%%i.gmo ..\po\%%i.po
-for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do mkdir c:\gstreamer\locale\%%i
-for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do copy /Y ..\po\%%i.gmo c:\gstreamer\locale\%%i\gstreamer-0.8.mo
-"/>
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
-copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
-copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
-copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c
-echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
-glib-genmarshal --header --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
-move gstmarshal.h.tmp $(ProjectDir)..\gst\gstmarshal.h
-echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
-echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
-glib-genmarshal --body --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
-move gstmarshal.c.tmp $(ProjectDir)..\gst\gstmarshal.c
-bison -d -v -p_gst_parse__yy $(ProjectDir)..\gst\parse\grammar.y -o $(ProjectDir)..\gst\parse\grammar.tab.c
-flex -P_gst_parse_yy $(ProjectDir)..\gst\parse\parse.l
-move lex._gst_parse_yy.c $(ProjectDir)..\gst\parse\lex._gst_parse_yy.c
-type gstreamer.def &gt; gst.def
-type gstreamer-dbg.def &gt;&gt; gst.def
-"/>
- <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=".\dirent.c">
- </File>
- <File
- RelativePath="..\gst\parse\grammar.tab.c">
- </File>
- <File
- RelativePath="..\gst\gst.c">
- </File>
- <File
- RelativePath="..\gst\gstbin.c">
- </File>
- <File
- RelativePath="..\gst\gstbuffer.c">
- </File>
- <File
- RelativePath="..\gst\gstbus.c">
- </File>
- <File
- RelativePath="..\gst\gstcaps.c">
- </File>
- <File
- RelativePath="..\gst\gstchildproxy.c">
- </File>
- <File
- RelativePath="..\gst\gstclock.c">
- </File>
- <File
- RelativePath="..\gst\gstelement.c">
- </File>
- <File
- RelativePath="..\gst\gstelementfactory.c">
- </File>
- <File
- RelativePath="..\gst\gstenumtypes.c">
- </File>
- <File
- RelativePath="..\gst\gsterror.c">
- </File>
- <File
- RelativePath="..\gst\gstevent.c">
- </File>
- <File
- RelativePath="..\gst\gstfilter.c">
- </File>
- <File
- RelativePath="..\gst\gstformat.c">
- </File>
- <File
- RelativePath="..\gst\gstghostpad.c">
- </File>
- <File
- RelativePath="..\gst\gstindex.c">
- </File>
- <File
- RelativePath="..\gst\gstindexfactory.c">
- </File>
- <File
- RelativePath="..\gst\gstinfo.c">
- </File>
- <File
- RelativePath="..\gst\gstinterface.c">
- </File>
- <File
- RelativePath="..\gst\gstiterator.c">
- </File>
- <File
- RelativePath="..\gst\gstmarshal.c">
- </File>
- <File
- RelativePath="..\gst\gstmemchunk.c">
- </File>
- <File
- RelativePath="..\gst\gstmessage.c">
- </File>
- <File
- RelativePath="..\gst\gstminiobject.c">
- </File>
- <File
- RelativePath="..\gst\gstobject.c">
- </File>
- <File
- RelativePath="..\gst\gstpad.c">
- </File>
- <File
- RelativePath="..\gst\gstpadtemplate.c">
- </File>
- <File
- RelativePath="..\gst\gstparse.c">
- </File>
- <File
- RelativePath="..\gst\gstpipeline.c">
- </File>
- <File
- RelativePath="..\gst\gstplugin.c">
- </File>
- <File
- RelativePath="..\gst\gstpluginfeature.c">
- </File>
- <File
- RelativePath="..\gst\gstquery.c">
- </File>
- <File
- RelativePath="..\gst\gstqueue.c">
- </File>
- <File
- RelativePath=".\gstreamer.def">
- </File>
- <File
- RelativePath="..\gst\gstregistry.c">
- </File>
- <File
- RelativePath="..\gst\gstregistryxml.c">
- </File>
- <File
- RelativePath="..\gst\gststructure.c">
- </File>
- <File
- RelativePath="..\gst\gstsystemclock.c">
- </File>
- <File
- RelativePath="..\gst\gsttaglist.c">
- </File>
- <File
- RelativePath="..\gst\gsttagsetter.c">
- </File>
- <File
- RelativePath="..\gst\gsttask.c">
- </File>
- <File
- RelativePath="..\gst\gsttrace.c">
- </File>
- <File
- RelativePath="..\gst\gsttypefind.c">
- </File>
- <File
- RelativePath="..\gst\gsttypefindfactory.c">
- </File>
- <File
- RelativePath="..\gst\gsturi.c">
- </File>
- <File
- RelativePath="..\gst\gsturitype.c">
- </File>
- <File
- RelativePath="..\gst\gstutils.c">
- </File>
- <File
- RelativePath="..\gst\gstvalue.c">
- </File>
- <File
- RelativePath="..\gst\gstxml.c">
- </File>
- <File
- RelativePath="..\gst\parse\lex._gst_parse_yy.c">
- </File>
- <File
- RelativePath=".\link_oldruntime.c">
- </File>
- <File
- RelativePath="..\..\..\..\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src\intel\dll_lib\ulldvrm.obj">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\config.h">
- </File>
- <File
- RelativePath=".\dirent.h">
- </File>
- <File
- RelativePath="..\gst\parse\grammar.tab.h">
- </File>
- <File
- RelativePath="..\gst\gst.h">
- </File>
- <File
- RelativePath="..\gst\gstbufferpool-default.h">
- </File>
- <File
- RelativePath="..\gst\gstcaps.h">
- </File>
- <File
- RelativePath="..\gst\gstconfig.h">
- </File>
- <File
- RelativePath="..\gst\gstenumtypes.h">
- </File>
- <File
- RelativePath="..\gst\gstevent.h">
- </File>
- <File
- RelativePath="..\gst\gstformat.h">
- </File>
- <File
- RelativePath="..\gst\gstinfo.h">
- </File>
- <File
- RelativePath="..\gst\gstinterface.h">
- </File>
- <File
- RelativePath="..\gst\gstlog.h">
- </File>
- <File
- RelativePath="..\gst\gstpad.h">
- </File>
- <File
- RelativePath="..\gst\gstplugin.h">
- </File>
- <File
- RelativePath="..\gst\gsttrace.h">
- </File>
- <File
- RelativePath="..\gst\gsttrashstack.h">
- </File>
- <File
- RelativePath="..\gst\gsttypes.h">
- </File>
- <File
- RelativePath="..\gst\gstversion.h">
- </File>
- <File
- RelativePath="..\gst\gstxml.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>
diff --git a/win32/MANIFEST b/win32/MANIFEST
index 70a744884..91b0f2d7f 100644
--- a/win32/MANIFEST
+++ b/win32/MANIFEST
@@ -1,25 +1,5 @@
-win32/gstelements.vcproj
-win32/gstgetbits.def
-win32/gstgetbits.vcproj
-win32/gst-inspect.vcproj
-win32/gst-launch.vcproj
-win32/gstreamer-dbg.def
-win32/gstreamer.def
-win32/GStreamer.vcproj
-win32/libgstbase.def
-win32/libgstbase.vcproj
-win32/gst-register.vcproj
-win32/Makefile
-win32/Makefile.inspect
-win32/Makefile.launch
-win32/Makefile.register
win32/MANIFEST
-win32/mman.c
-win32/mman.h
-win32/mman.inl
-win32/msvc71.sln
win32/README.txt
-win32/link_oldruntime.c
win32/common/dirent.c
win32/common/config.h
win32/common/dirent.h
@@ -38,3 +18,24 @@ win32/vs6/gst_launch.dsp
win32/vs6/libgstbase.dsp
win32/vs6/libgstelements.dsp
win32/vs6/libgstreamer.dsp
+win32/vs7/GStreamer.vcproj
+win32/vs7/Makefile
+win32/vs7/Makefile.inspect
+win32/vs7/Makefile.launch
+win32/vs7/Makefile.register
+win32/vs7/README.txt
+win32/vs7/gst-inspect.vcproj
+win32/vs7/gst-launch.vcproj
+win32/vs7/gst-register.vcproj
+win32/vs7/gstelements.vcproj
+win32/vs7/gstgetbits.def
+win32/vs7/gstgetbits.vcproj
+win32/vs7/gstreamer-dbg.def
+win32/vs7/gstreamer.def
+win32/vs7/libgstbase.def
+win32/vs7/libgstbase.vcproj
+win32/vs7/link_oldruntime.c
+win32/vs7/mman.c
+win32/vs7/mman.h
+win32/vs7/mman.inl
+win32/vs7/msvc71.sln
diff --git a/win32/Makefile b/win32/Makefile
deleted file mode 100644
index b11f77165..000000000
--- a/win32/Makefile
+++ /dev/null
@@ -1,134 +0,0 @@
-# Project: libgstreamer
-# Makefile to use with GNU Make
-#
-# Uses the Free Visual C++ 2003 compiler from Microsoft
-# http://msdn.microsoft.com/visualc/vctoolkit2003/
-
-# Compile with debug information ? IMPOSSIBLE with the free version of the compiler
-DEBUG = no
-
-# Link with MSVCRT as a DLL ? IMPOSSIBLE with the free version of the compiler
-MSVCRT = yes
-
-SRC_DIR=..\gst
-GLIB_DIR=..\..\glib
-
-#
-# Don't change anything below this line.
-#
-CXX = cl /Tp
-CC = cl /Tc
-SRC = dirent.c $(SRC_DIR)\parse\grammar.tab.c $(SRC_DIR)\gst.c $(SRC_DIR)\gstbin.c $(SRC_DIR)\gstbuffer.c \
-$(SRC_DIR)\gstcaps.c $(SRC_DIR)\gstclock.c $(SRC_DIR)\gstcpu.c $(SRC_DIR)\gstdata.c $(SRC_DIR)\gstelement.c $(SRC_DIR)\gstelementfactory.c \
-$(SRC_DIR)\gstenumtypes.c $(SRC_DIR)\gsterror.c $(SRC_DIR)\gstevent.c $(SRC_DIR)\gstfilter.c $(SRC_DIR)\gstformat.c $(SRC_DIR)\gstindex.c \
-$(SRC_DIR)\gstinfo.c $(SRC_DIR)\gstmarshal.c $(SRC_DIR)\gstmemchunk.c $(SRC_DIR)\gstobject.c $(SRC_DIR)\gstpad.c $(SRC_DIR)\gstparse.c \
-$(SRC_DIR)\gstpipeline.c $(SRC_DIR)\gstplugin.c $(SRC_DIR)\gstpluginfeature.c $(SRC_DIR)\gstprobe.c $(SRC_DIR)\gstquery.c $(SRC_DIR)\gstqueue.c \
-$(SRC_DIR)\gstregistry.c $(SRC_DIR)\gstregistrypool.c $(SRC_DIR)\gstscheduler.c $(SRC_DIR)\gststructure.c $(SRC_DIR)\gstsystemclock.c \
-$(SRC_DIR)\gsttag.c $(SRC_DIR)\gstthread.c $(SRC_DIR)\gsttrace.c $(SRC_DIR)\gsttypefind.c $(SRC_DIR)\gsturi.c $(SRC_DIR)\gsturitype.c \
-$(SRC_DIR)\gstutils.c $(SRC_DIR)\gstvalue.c $(SRC_DIR)\gstxml.c $(SRC_DIR)\registries\gstxmlregistry.c $(SRC_DIR)\parse\lex._gst_parse_yy.c \
-$(SRC_DIR)\..\libs\gst\control\control.c $(SRC_DIR)\..\libs\gst\control\unitconvert.c $(SRC_DIR)\..\libs\gst\control\dparammanager.c \
-$(SRC_DIR)\..\libs\gst\control\dparam.c
-OBJ = $(patsubst %.c,%.obj,$(SRC))
-INCS = /I. /I.. /I../libs /I../../popt/include /I../../libiconv/include /I../../libxml2/include/libxml2 /I$(GLIB_DIR) /I$(GLIB_DIR)\glib /I$(GLIB_DIR)\gmodule /I$(GLIB_DIR)\build\win32
-LDFLAGS = /NOLOGO /DLL /IMPLIB:gstreamer-0.8.lib /MAP:gstreamer.map /LIBPATH:$(GLIB_DIR)/glib /LIBPATH:$(GLIB_DIR)/gobject /LIBPATH:$(GLIB_DIR)/gmodule /LIBPATH:$(GLIB_DIR)/gthread /LIBPATH:../../popt/lib /LIBPATH:../../libxml2/lib
-OPTMIZ = /G6 /O2 /Oi /Wp64 /GL
-CXXFLAGS = $(INCS) /DWIN32 /D_WINDOWS /DHAVE_CONFIG_H /D_USRDLL /DHAVE_WIN32 /DGST_EXPORTS /nologo
-
-
-HEADERS = $(SRC_DIR)\gstversion.h $(SRC_DIR)\gstconfig.h $(SRC_DIR)\gstenumtypes.h $(SRC_DIR)\gstenumtypes.c $(SRC_DIR)\gstmarshal.h
-
-ifeq (yes,$(DEBUG))
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MDd
-else
- CXXFLAGS += /MTd
-endif
-CXXFLAGS += /Zi /DDEBUG /D_DEBUG /RTC1
-LDFLAGS += /DEBUG
-
-else
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MD
-else
- CXXFLAGS += /MT
-endif
-CXXFLAGS += /DGST_DISABLE_GST_DEBUG
-LDFLAGS += /OPT:REF
-endif
-
-LIBS = libgstreamer-0.8.dll
-
-.PHONY: all all-before all-after clean clean-custom
-
-%.obj : %.cpp
- $(CXX) $< /c $(CXXFLAGS) /Fo$@
-
-%.obj : %.c
- $(CC) $< /c $(CXXFLAGS) /Fo$@
-
-all: lib
- make -f Makefile.inspect
- make -f Makefile.launch
- make -f Makefile.register
-
-lib: $(LIBS)
-
-clean:
- make -f Makefile.inspect clean
- make -f Makefile.launch clean
- make -f Makefile.register clean
- $(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp lex._gst_parse_yy.c gst.def
-
-libgstreamer-0.8.dll: gst.def $(HEADERS) $(OBJ)
- link $(LDFLAGS) /OUT:$@ $(OBJ) /DEF:gst.def glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib libpopt.lib wsock32.lib
-
-
-ifeq (yes,$(DEBUG))
-gst.def:
- type gstreamer.def > gst.def
- type gstreamer-dbg.def >> gst.def
-else
-gst.def:
- type gstreamer.def > gst.def
-endif
-
-$(SRC_DIR)\gstversion.h: gstversion.h
- copy $< $@
-
-$(SRC_DIR)\gstconfig.h: gstconfig.h
- copy $< $@
-
-$(SRC_DIR)\gstenumtypes.c: gstenumtypes.c
- copy $< $@
-
-$(SRC_DIR)\gstenumtypes.h: gstenumtypes.h
- copy $< $@
-
-
-$(SRC_DIR)\gstmarshal.h:
- echo #include "gst/gstconfig.h" > $(SRC_DIR)\gstmarshal.h
- $(GLIB_DIR)\gobject\glib-genmarshal --header --prefix=gst_marshal $(SRC_DIR)/gstmarshal.list >> $(SRC_DIR)/gstmarshal.h
-$(SRC_DIR)\gstmarshal.c:
- echo #include "glib-object.h" > $(SRC_DIR)\gstmarshal.c
- echo #include "gstmarshal.h" >> $(SRC_DIR)\gstmarshal.c
- $(GLIB_DIR)\gobject\glib-genmarshal --body --prefix=gst_marshal $(SRC_DIR)/gstmarshal.list >> $(SRC_DIR)/gstmarshal.c
-
-# generated sources, otherwise you should get these files from somewhere else
-$(SRC_DIR)\parse\grammar.tab.c:
- bison -d -v -p_gst_parse__yy $(SRC_DIR)\parse\grammar.y -o $(SRC_DIR)\parse\grammar.tab.c
-
-$(SRC_DIR)\parse\lex._gst_parse_yy.c:
- flex -P_gst_parse_yy $(SRC_DIR)\parse\parse.l
- copy lex._gst_parse_yy.c $(SRC_DIR)\parse\lex._gst_parse_yy.c
-
-depend:
- $(CXX) $(CXXFLAGS) -MM $(SRC) > .depend
-
-#
-# include dependency files if they exist
-#
-ifneq ($(wildcard .depend),)
-include .depend
-endif
diff --git a/win32/Makefile.inspect b/win32/Makefile.inspect
deleted file mode 100644
index de7611e11..000000000
--- a/win32/Makefile.inspect
+++ /dev/null
@@ -1,77 +0,0 @@
-# Project: libgstreamer
-# Makefile to use with GNU Make
-#
-# Uses the Free Visual C++ 2003 compiler from Microsoft
-# http://msdn.microsoft.com/visualc/vctoolkit2003/
-
-# Compile with debug information ? IMPOSSIBLE with the free version of the compiler
-#DEBUG = yes
-
-# Link with MSVCRT as a DLL ? IMPOSSIBLE with the free version of the compiler
-MSVCRT = yes
-
-SRC_DIR=..\tools
-GLIB_DIR=..\..\glib
-
-#
-# Don't change anything below this line.
-#
-CXX = cl /Tp
-CC = cl /Tc
-SRC = $(SRC_DIR)\gst-inspect.obj
-OBJ = $(patsubst %.c,%.obj,$(SRC))
-INCS = /I. /I.. /I../libs /I../../popt/include /I../../libiconv/include /I../../libxml2/include/libxml2 /I$(GLIB_DIR) /I$(GLIB_DIR)\glib /I$(GLIB_DIR)\gmodule /I$(GLIB_DIR)\build\win32
-LDFLAGS = /NOLOGO /DLL /IMPLIB:gstreamer-0.8.lib /MAP:gst-inspect.map /LIBPATH:$(GLIB_DIR)/glib /LIBPATH:$(GLIB_DIR)/gobject /LIBPATH:$(GLIB_DIR)/gmodule /LIBPATH:$(GLIB_DIR)/gthread /LIBPATH:../../popt/lib /LIBPATH:../../libxml2/lib
-OPTMIZ = /G6 /O2 /Oi /Wp64 /GL
-CXXFLAGS = $(INCS) /DWIN32 /D_WINDOWS /DHAVE_CONFIG_H /D_USRDLL /DHAVE_WIN32 /nologo
-
-
-HEADERS = $(SRC_DIR)\gstconfig.h $(SRC_DIR)\gstenumtypes.h $(SRC_DIR)\gstversion.h $(SRC_DIR)\gstenumtypes.c $(SRC_DIR)\gstmarshal.h
-
-ifeq (yes,$(DEBUG))
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MDd
-else
- CXXFLAGS += /MTd
-endif
-CXXFLAGS += /Zi /DDEBUG /D_DEBUG /RTC1
-LDFLAGS += /DEBUG
-
-else
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MD
-else
- CXXFLAGS += /MT
-endif
-CXXFLAGS += /DGST_DISABLE_GST_DEBUG
-LDFLAGS += /OPT:REF
-endif
-
-.PHONY: all all-before all-after clean clean-custom
-
-%.obj : %.cpp
- $(CXX) $< /c $(CXXFLAGS) /Fo$@
-
-%.obj : %.c
- $(CC) $< /c $(CXXFLAGS) /Fo$@
-
-all: gst-inspect.exe
-
-clean:
- $(RM) gst-inspect.exe gst-inspect.obj
-
-gst-inspect.exe:
- $(CC) $(SRC_DIR)\gst-inspect.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
-
-
-depend:
- $(CXX) $(CXXFLAGS) -MM $(SRC) > .depend
-
-#
-# include dependency files if they exist
-#
-ifneq ($(wildcard .depend),)
-include .depend
-endif
diff --git a/win32/Makefile.launch b/win32/Makefile.launch
deleted file mode 100644
index f97ed014f..000000000
--- a/win32/Makefile.launch
+++ /dev/null
@@ -1,77 +0,0 @@
-# Project: libgstreamer
-# Makefile to use with GNU Make
-#
-# Uses the Free Visual C++ 2003 compiler from Microsoft
-# http://msdn.microsoft.com/visualc/vctoolkit2003/
-
-# Compile with debug information ? IMPOSSIBLE with the free version of the compiler
-#DEBUG = yes
-
-# Link with MSVCRT as a DLL ? IMPOSSIBLE with the free version of the compiler
-MSVCRT = yes
-
-SRC_DIR=..\tools
-GLIB_DIR=..\..\glib
-
-#
-# Don't change anything below this line.
-#
-CXX = cl /Tp
-CC = cl /Tc
-SRC = $(SRC_DIR)\gst-launch.obj
-OBJ = $(patsubst %.c,%.obj,$(SRC))
-INCS = /I. /I.. /I../libs /I../../popt/include /I../../libiconv/include /I../../libxml2/include/libxml2 /I$(GLIB_DIR) /I$(GLIB_DIR)\glib /I$(GLIB_DIR)\gmodule /I$(GLIB_DIR)\build\win32
-LDFLAGS = /NOLOGO /DLL /IMPLIB:gstreamer-0.8.lib /MAP:gst-launch.map /LIBPATH:$(GLIB_DIR)/glib /LIBPATH:$(GLIB_DIR)/gobject /LIBPATH:$(GLIB_DIR)/gmodule /LIBPATH:$(GLIB_DIR)/gthread /LIBPATH:../../popt/lib /LIBPATH:../../libxml2/lib
-OPTMIZ = /G6 /O2 /Oi /Wp64 /GL
-CXXFLAGS = $(INCS) /DWIN32 /D_WINDOWS /DHAVE_CONFIG_H /D_USRDLL /DHAVE_WIN32 /nologo
-
-
-HEADERS = $(SRC_DIR)\gstconfig.h $(SRC_DIR)\gstenumtypes.h $(SRC_DIR)\gstversion.h $(SRC_DIR)\gstenumtypes.c $(SRC_DIR)\gstmarshal.h
-
-ifeq (yes,$(DEBUG))
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MDd
-else
- CXXFLAGS += /MTd
-endif
-CXXFLAGS += /Zi /DDEBUG /D_DEBUG /RTC1
-LDFLAGS += /DEBUG
-
-else
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MD
-else
- CXXFLAGS += /MT
-endif
-CXXFLAGS += /DGST_DISABLE_GST_DEBUG
-LDFLAGS += /OPT:REF
-endif
-
-.PHONY: all all-before all-after clean clean-custom
-
-%.obj : %.cpp
- $(CXX) $< /c $(CXXFLAGS) /Fo$@
-
-%.obj : %.c
- $(CC) $< /c $(CXXFLAGS) /Fo$@
-
-all: gst-launch.exe
-
-clean:
- $(RM) gst-launch.exe gst-launch.obj
-
-gst-launch.exe:
- $(CC) $(SRC_DIR)\gst-launch.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
-
-
-depend:
- $(CXX) $(CXXFLAGS) -MM $(SRC) > .depend
-
-#
-# include dependency files if they exist
-#
-ifneq ($(wildcard .depend),)
-include .depend
-endif
diff --git a/win32/Makefile.register b/win32/Makefile.register
deleted file mode 100644
index c38b85646..000000000
--- a/win32/Makefile.register
+++ /dev/null
@@ -1,77 +0,0 @@
-# Project: libgstreamer
-# Makefile to use with GNU Make
-#
-# Uses the Free Visual C++ 2003 compiler from Microsoft
-# http://msdn.microsoft.com/visualc/vctoolkit2003/
-
-# Compile with debug information ? IMPOSSIBLE with the free version of the compiler
-#DEBUG = yes
-
-# Link with MSVCRT as a DLL ? IMPOSSIBLE with the free version of the compiler
-MSVCRT = yes
-
-SRC_DIR=..\tools
-GLIB_DIR=..\..\glib
-
-#
-# Don't change anything below this line.
-#
-CXX = cl /Tp
-CC = cl /Tc
-SRC = $(SRC_DIR)\gst-register.obj
-OBJ = $(patsubst %.c,%.obj,$(SRC))
-INCS = /I. /I.. /I../libs /I../../popt/include /I../../libiconv/include /I../../libxml2/include/libxml2 /I$(GLIB_DIR) /I$(GLIB_DIR)\glib /I$(GLIB_DIR)\gmodule /I$(GLIB_DIR)\build\win32
-LDFLAGS = /NOLOGO /DLL /IMPLIB:gstreamer-0.8.lib /MAP:gst-register.map /LIBPATH:$(GLIB_DIR)/glib /LIBPATH:$(GLIB_DIR)/gobject /LIBPATH:$(GLIB_DIR)/gmodule /LIBPATH:$(GLIB_DIR)/gthread /LIBPATH:../../popt/lib /LIBPATH:../../libxml2/lib
-OPTMIZ = /G6 /O2 /Oi /Wp64 /GL
-CXXFLAGS = $(INCS) /DWIN32 /D_WINDOWS /DHAVE_CONFIG_H /D_USRDLL /DHAVE_WIN32 /nologo
-
-
-HEADERS = $(SRC_DIR)\gstconfig.h $(SRC_DIR)\gstenumtypes.h $(SRC_DIR)\gstversion.h $(SRC_DIR)\gstenumtypes.c $(SRC_DIR)\gstmarshal.h
-
-ifeq (yes,$(DEBUG))
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MDd
-else
- CXXFLAGS += /MTd
-endif
-CXXFLAGS += /Zi /DDEBUG /D_DEBUG /RTC1
-LDFLAGS += /DEBUG
-
-else
-
-ifeq (yes,$(MSVCRT))
- CXXFLAGS += /MD
-else
- CXXFLAGS += /MT
-endif
-CXXFLAGS += /DGST_DISABLE_GST_DEBUG
-LDFLAGS += /OPT:REF
-endif
-
-.PHONY: all all-before all-after clean clean-custom
-
-%.obj : %.cpp
- $(CXX) $< /c $(CXXFLAGS) /Fo$@
-
-%.obj : %.c
- $(CC) $< /c $(CXXFLAGS) /Fo$@
-
-all: gst-register.exe
-
-clean:
- $(RM) gst-register.exe gst-register.obj
-
-gst-register.exe:
- $(CC) $(SRC_DIR)\gst-register.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
-
-
-depend:
- $(CXX) $(CXXFLAGS) -MM $(SRC) > .depend
-
-#
-# include dependency files if they exist
-#
-ifneq ($(wildcard .depend),)
-include .depend
-endif
diff --git a/win32/README.txt b/win32/README.txt
deleted file mode 100644
index 9e42195bb..000000000
--- a/win32/README.txt
+++ /dev/null
@@ -1,66 +0,0 @@
-==== Windows support ====
-
-== Building GStreamer under Win32 ==
-
-There are different makefiles that can be used to build GStreamer with the usual Microsoft
-compiling tools.
-
-The Makefile is meant to be used with the GNU make program and the free
-version of the Microsoft compiler (http://msdn.microsoft.com/visualc/vctoolkit2003/). You also
-have to modify your system environment variables to use it from the command-line. You will also
-need a working Platform SDK for Windows that is available for free from Microsoft.
-
-The projects/makefiles will generate automatically some source files needed to compile
-GStreamer. That requires that you have installed on your system some GNU tools and that they are
-available in your system PATH.
-
-The GStreamer project depends on other libraries, namely :
-- GLib
-- popt
-- libxml2
-- gettext
-- libiconv
-
-There is now an existing package that has all these dependencies built with MSVC7.1. It exists either
-a precompiled librairies and headers in both Release and Debug mode, or as the source package to build
-it yourself. You can find it on http://mukoli.free.fr/gstreamer/deps/.
-
-NOTE : GNU tools needed that you can find on http://gnuwin32.sourceforge.net/
-- GNU flex (tested with 2.5.4)
-- GNU bison (tested with 1.35)
-and http://www.mingw.org/
-- GNU make (tested with 3.80)
-
-NOTE : the generated files from the -auto makefiles will be available soon separately on the net
-for convenience (people who don't want to install GNU tools).
-
-== Installation on the system ==
-
-By default, GStreamer needs a registry. You have to generate it using "gst-register.exe". It will create
-the file in c:\gstreamer\registry.xml that will hold all the plugins you can use.
-
-You should install the GStreamer core in c:\gstreamer\bin and the plugins in c:\gstreamer\plugins. Both
-directories should be added to your system PATH. The library dependencies should be installed in c:\usr.
-
-For example, my current setup is :
-
-C:\gstreamer\registry.xml
-C:\gstreamer\bin\gst-inspect.exe
-C:\gstreamer\bin\gst-launch.exe
-C:\gstreamer\bin\gst-register.exe
-C:\gstreamer\bin\gstbytestream.dll
-C:\gstreamer\bin\gstelements.dll
-C:\gstreamer\bin\gstoptimalscheduler.dll
-C:\gstreamer\bin\gstspider.dll
-C:\gstreamer\bin\libgtreamer-0.8.dll
-C:\gstreamer\plugins\gst-libs.dll
-C:\gstreamer\plugins\gstmatroska.dll
-
-C:\usr\bin\iconv.dll
-C:\usr\bin\intl.dll
-C:\usr\bin\libglib-2.0-0.dll
-C:\usr\bin\libgmodule-2.0-0.dll
-C:\usr\bin\libgobject-2.0-0.dll
-C:\usr\bin\libgthread-2.0-0.dll
-C:\usr\bin\libxml2.dll
-C:\usr\bin\popt.dll
diff --git a/win32/gst-inspect.vcproj b/win32/gst-inspect.vcproj
deleted file mode 100644
index 35563ed17..000000000
--- a/win32/gst-inspect.vcproj
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="gst-inspect"
- ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7F}"
- RootNamespace="gst-inspect"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="0"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gst-inspect.exe"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- IgnoreAllDefaultLibraries="FALSE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/gst-inspect.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GST_DISABLE_GST_DEBUG;HAVE_CONFIG_H"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gst-inspect-0.9.exe"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- GenerateDebugInformation="TRUE"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="..\tools\gst-inspect.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- </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>
diff --git a/win32/gst-launch.vcproj b/win32/gst-launch.vcproj
deleted file mode 100644
index 7bcbed2f9..000000000
--- a/win32/gst-launch.vcproj
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="gst-launch"
- ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}"
- RootNamespace="gst-launch"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib gstelements.lib libgstbase.lib libgstreamer.lib"
- OutputFile="$(OutDir)/gst-launch.exe"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib;C:\devel\gstreamer\win32\Release"
- IgnoreAllDefaultLibraries="FALSE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/gst-launch.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GST_DISABLE_GST_DEBUG;HAVE_CONFIG_H"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gst-launch-0.9.exe"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- GenerateDebugInformation="TRUE"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="..\tools\gst-launch.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- </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>
diff --git a/win32/gst-register.vcproj b/win32/gst-register.vcproj
deleted file mode 100644
index 0b8e38a4e..000000000
--- a/win32/gst-register.vcproj
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="gst-register"
- ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7E}"
- RootNamespace="gst-register"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gst-register.exe"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- IgnoreAllDefaultLibraries="FALSE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/gst-register.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GST_DISABLE_GST_DEBUG;HAVE_CONFIG_H"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gst-register.exe"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/gst-register.pdb"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="..\tools\gst-register.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- </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>
diff --git a/win32/gstelements.vcproj b/win32/gstelements.vcproj
deleted file mode 100644
index fd1b97c54..000000000
--- a/win32/gstelements.vcproj
+++ /dev/null
@@ -1,221 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="gstelements"
- ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}"
- RootNamespace="gstelements"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H;HAVE_WIN32"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gstelements.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- IgnoreAllDefaultLibraries="FALSE"
- ModuleDefinitionFile=""
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/gstelements.pdb"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;HAVE_CONFIG_H;GST_DISABLE_GST_DEBUG;HAVE_WIN32"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/gstelements.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- ModuleDefinitionFile=""
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="mkdir c:\gstreamer\plugins
-copy /Y $(TargetPath) c:\gstreamer\plugins
-"/>
- <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="..\gst\elements\gstbufferstore.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstcapsfilter.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstelements.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstfakesink.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstfakesrc.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstfilesink.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstfilesrc.c">
- </File>
- <File
- RelativePath="..\gst\elements\gstidentity.c">
- </File>
- <File
- RelativePath="..\gst\elements\gsttee.c">
- </File>
- <File
- RelativePath="..\gst\elements\gsttypefindelement.c">
- </File>
- <File
- RelativePath=".\link_oldruntime.c">
- </File>
- <File
- RelativePath=".\mman.c">
- </File>
- <File
- RelativePath=".\ulldvrm.obj">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath="..\gst\elements\gstbufferstore.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstfakesink.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstfakesrc.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstfdsrc.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstfilesink.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstfilesrc.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstidentity.h">
- </File>
- <File
- RelativePath="..\gst\elements\gstmultidisksrc.h">
- </File>
- <File
- RelativePath="..\gst\elements\gsttee.h">
- </File>
- <File
- RelativePath="..\gst\elements\gsttypefindelement.h">
- </File>
- <File
- RelativePath=".\mman.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}">
- <File
- RelativePath=".\gstelements.def">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/gstgetbits.def b/win32/gstgetbits.def
deleted file mode 100644
index 964577832..000000000
--- a/win32/gstgetbits.def
+++ /dev/null
@@ -1,4 +0,0 @@
-EXPORTS
- gst_plugin_desc
- gst_getbits_init
- gst_getbits_newbuf
diff --git a/win32/gstgetbits.vcproj b/win32/gstgetbits.vcproj
deleted file mode 100644
index 66a351050..000000000
--- a/win32/gstgetbits.vcproj
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="gstgetbits"
- ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BA7D}"
- RootNamespace="gstgetbits"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H;HAVE_WIN32"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib"
- OutputFile="$(OutDir)/gstgetbits.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject"
- IgnoreAllDefaultLibraries="FALSE"
- ModuleDefinitionFile="gstgetbits.def"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/gstgetbits.pdb"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;c:\usr\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;HAVE_CONFIG_H;GST_DISABLE_GST_DEBUG;HAVE_WIN32"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib"
- OutputFile="$(OutDir)/gstgetbits.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject"
- ModuleDefinitionFile="gstgetbits.def"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="..\libs\gst\getbits\getbits.c">
- </File>
- <File
- RelativePath="..\libs\gst\getbits\gstgetbits_generic.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath="..\libs\gst\getbits\getbits.h">
- </File>
- <File
- RelativePath="..\libs\gst\getbits\gstgetbits_inl.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}">
- <File
- RelativePath=".\gstgetbits.def">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/gstreamer-dbg.def b/win32/gstreamer-dbg.def
deleted file mode 100644
index 4c7c9a038..000000000
--- a/win32/gstreamer-dbg.def
+++ /dev/null
@@ -1,5 +0,0 @@
- GST_CAT_DEFAULT
- _gst_debug_register_funcptr
- _gst_debug_nameof_funcptr
- _gst_debug_category_new
- gst_debug_log_valist
diff --git a/win32/gstreamer.def b/win32/gstreamer.def
deleted file mode 100644
index ea9059867..000000000
--- a/win32/gstreamer.def
+++ /dev/null
@@ -1,335 +0,0 @@
-EXPORTS
- gst_init
- gst_uri_handler_get_type
- gst_uri_handler_get_type
- gst_index_factory_get_type
- gst_index_add_association
- gst_index_add_format
- gst_index_entry_assoc_map
- gst_index_get_assoc_entry
- gst_index_get_writer_id
- gst_element_factory_find
- gst_init_with_popt_table
- gst_pad_get_internal_links_default
- gst_pad_get_query_types
- gst_pad_get_query_types_default
- gst_pad_query_default
- gst_pad_event_default
- gst_pad_get_direction
- gst_pad_get_peer
- gst_pad_get_pad_template_caps
- gst_element_get_pad
- gst_element_is_indexable
- gst_element_get_clock
- gst_element_provides_clock
- gst_element_requires_clock
- gst_element_found_tags
- gst_element_unlink
- gst_plugin_feature_get_type
- gst_element_factory_create
- gst_structure_foreach
- gst_structure_to_string
- gst_structure_get_name
- gst_structure_get_boolean
- gst_structure_set_name
- gst_structure_copy
- gst_structure_remove_field
- gst_structure_fixate_field_nearest_int
- gst_structure_fixate_field_nearest_double
- gst_caps_get_structure
- gst_caps_get_size
- gst_caps_set_simple
- gst_caps_is_empty
- gst_caps_is_any
- gst_value_serialize
- gst_format_get_details
- gst_format_get_by_nick
- gst_format_register
- gst_query_type_get_details
- gst_value_get_caps
- gst_value_init_and_copy
- gst_value_get_fraction_numerator
- gst_value_get_fraction_denominator
- gst_value_set_fraction
- gst_caps_get_type
- gst_uri_get_uri_type
- gst_plugin_feature_get_name
- gst_element_factory_get_type
- gst_object_get_name
- gst_object_get_parent
- gst_object_set_name
- gst_object_unref
- gst_element_set_state
- gst_bin_add
- gst_bin_add_many
- gst_element_factory_make
- gst_xml_write_file
- gst_element_default_error
- gst_object_default_deep_notify
- gst_parse_launch
- gst_parse_launchv
- gst_alloc_trace_print_all
- gst_alloc_trace_available
- gst_alloc_trace_set_flags_all
- gst_util_set_object_arg
- gst_bin_get_by_name
- gst_xml_get_topelements
- gst_xml_parse_file
- gst_xml_new
- gst_element_found_tags_for_pad
- gst_buffer_new
- gst_buffer_create_sub
- gst_buffer_merge
- gst_buffer_is_span_fast
- gst_buffer_stamp
- gst_pad_send_event
- gst_pad_alloc_buffer
- gst_event_new_seek
- gst_event_new_tag
- gst_pad_query
- gst_element_class_set_details
- gst_element_class_add_pad_template
- gst_element_class_get_pad_template
- gst_static_pad_template_get
- gst_static_caps_get
- gst_element_add_pad
- gst_element_remove_pad
- gst_element_no_more_pads
- gst_pad_set_getcaps_function
- gst_pad_proxy_getcaps
- gst_pad_new
- gst_pad_set_chain_function
- gst_pad_new_from_template
- gst_pad_push
- gst_buffer_get_type
- gst_buffer_new_and_alloc
- gst_element_register
- gst_util_dump_mem
- gst_element_link_pads
- gst_core_error_quark
- gst_pad_set_query_type_function
- gst_pad_set_query_function
- gst_pad_set_event_function
- gst_pad_set_unlink_function
- gst_resource_error_quark
- gst_uri_construct
- gst_uri_get_location
- gst_uri_get_protocol
- gst_uri_handler_new_uri
- gst_pad_set_link_function
- gst_pad_set_element_private
- gst_pad_set_internal_link_function
- gst_caps_new_any
- gst_pad_get_caps
- gst_pad_get_element_private
- gst_pad_get_negotiated_caps
- gst_caps_copy
- gst_stream_error_quark
- gst_type_find_suggest
- gst_type_find_peek
- gst_type_find_register
- gst_element_get_state
- gst_caps_replace
- gst_pad_set_active
- gst_object_ref
- gst_caps_intersect
- gst_pad_template_new
- gst_pad_template_get_type
- gst_pad_template_get_caps
- gst_object_replace
- gst_pad_unlink
- gst_pad_link
- gst_bin_remove
- gst_element_sync_state_with_parent
- gst_element_link
- gst_element_factory_get_element_type
- gst_pad_get_allowed_caps
- gst_seek_type_get_type
- gst_event_type_get_type
- gst_pipeline_new
- gst_pipeline_get_type
- gst_bin_new
- gst_bin_get_by_interface
- gst_alloc_trace_live_all
- gst_element_link_many
- gst_caps_new_empty
- gst_caps_new_simple
- gst_caps_is_fixed
- gst_caps_to_string
- gst_caps_from_string
- gst_type_list
- gst_type_fourcc
- gst_type_double_range
- gst_type_int_range
- gst_type_fraction
- gst_structure_new
- gst_caps_new_full
- gst_caps_append
- gst_caps_append_structure
- gst_caps_do_simplify
- gst_structure_has_field
- gst_structure_get_string
- gst_structure_get_int
- gst_structure_get_double
- gst_structure_get_fourcc
- gst_structure_get_value
- gst_structure_set
- gst_structure_set_value
- gst_system_clock_get_type
- gst_clock_get_type
- gst_implements_interface_get_type
- gst_implements_interface_check
- gst_marshal_VOID__UINT_BOXED
- gst_marshal_BOOLEAN__POINTER
- gst_marshal_VOID__POINTER_OBJECT
- gst_marshal_VOID__INT_INT
- _gst_element_error_printf
- _gst_bin_type DATA
- _gst_element_type DATA
- _gst_object_type DATA
- _gst_registry_auto_load DATA
- _gst_pad_type DATA
- gst_deinit
- gst_alloc_trace_print_live
- gst_message_parse_state_changed
- gst_object_default_error
- gst_message_parse_error
- gst_message_parse_warning
- gst_message_parse_tag
- gst_mini_object_unref
- gst_mini_object_get_type
- gst_message_get_type
- gst_message_get_structure
- gst_bus_pop
- gst_bus_poll
- gst_element_get_bus
- gst_bus_post
- gst_message_new_warning
-
- gst_mini_object_ref
- gst_marshal_VOID__OBJECT_OBJECT
- gst_event_get_type
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;exports needed by libgstbase.dll
- gst_pad_set_activatepull_function
- _gst_debug_category_new
- gst_debug_log_valist
- _gst_debug_register_funcptr
- gst_pad_set_setcaps_function
- gst_caps_ref
- gst_clock_id_unref
- gst_pad_set_activatepush_function
- gst_pad_set_activate_function
- gst_pad_set_bufferalloc_function
- gst_element_lost_state
- gst_clock_id_unschedule
- gst_element_abort_state
- gst_element_commit_state
- gst_element_message_full
- gst_event_parse_newsegment
- gst_element_post_message
- gst_clock_id_wait
- gst_clock_new_single_shot_id
- gst_pad_activate_push
- gst_pad_activate_pull
- gst_pad_check_pull_range
- gst_pad_stop_task
- gst_pad_start_task
- gst_pad_pause_task
- gst_message_new_eos
- gst_pad_pull_range
- gst_pad_set_getrange_function
- gst_pad_set_checkgetrange_function
- gst_query_set_position
- gst_query_parse_position
- gst_event_new_flush_stop
- gst_pad_push_event
- gst_event_new_flush_start
- gst_event_parse_seek
- gst_flow_get_name
- gst_event_new_newsegment
- gst_pad_set_caps
- gst_pad_fixate_caps
- gst_caps_truncate
- gst_caps_make_writable
- gst_caps_copy_nth
- gst_caps_unref
- gst_pad_peer_get_caps
- gst_event_new_eos
- gst_caps_is_equal
- gst_pad_accept_caps
- gst_buffer_set_caps
- gst_mini_object_copy
- gst_mini_object_is_writable
- gst_mini_object_replace
- gst_query_set_seeking
- gst_query_set_formats
- gst_event_get_structure
- gst_value_set_caps
- gst_value_get_mini_object
- gst_pad_proxy_setcaps
- gst_buffer_join
- gst_pad_is_active
- gst_pad_use_fixed_caps
- gst_iterator_free
- gst_iterator_fold
- gst_element_iterate_pads
- gst_flow_return_get_type
- gst_pad_query_position
- gst_type_find_factory_call_function
- gst_type_find_factory_get_type
- gst_type_find_factory_get_list
- gst_plugin_feature_list_free
- gst_tag_get_nick
- gst_tag_list_get_value_index
- gst_tag_list_get_string_index
- gst_tag_get_type
- gst_tag_list_get_tag_size
- gst_tag_list_free
- gst_tag_list_foreach
- gst_query_set_segment
- gst_element_iterate_src_pads
- gst_element_factory_get_static_pad_templates
- gst_plugin_feature_get_rank
- gst_element_factory_get_klass
- gst_pad_chain
- gst_pad_query_convert
- gst_object_sink
- gst_registry_feature_filter
- gst_registry_get_default
- gst_message_new_segment_done
- gst_message_new_segment_start
- gst_tag_list_add
- gst_tag_list_new
- gst_value_list_append_value
- gst_value_set_mini_object
- gst_query_set_convert
- gst_query_parse_convert
- gst_tag_setter_get_type
- gst_tag_setter_get_list
- gst_tag_setter_get_merge_mode
- gst_tag_list_get_uint_index
- gst_tag_list_get_double_index
- gst_is_tag_list
- gst_tag_list_insert
- gst_util_uint64_scale
- gst_message_new_tag
- gst_event_parse_tag
- gst_tag_list_merge
- gst_value_list_get_value
- gst_value_list_get_size
- gst_value_get_int_range_max
- gst_value_get_int_range_min
- gst_element_get_base_time
- gst_object_set_parent
- gst_object_set_parent
- gst_pad_set_fixatecaps_function
- gst_registry_get_feature_list_by_plugin
- gst_registry_find_feature
- gst_registry_find_plugin
- gst_plugin_feature_load
- gst_plugin_list_free
- gst_registry_get_plugin_list
- gst_plugin_load_file
- _gst_debug_nameof_funcptr
diff --git a/win32/libgstbase.def b/win32/libgstbase.def
deleted file mode 100644
index cfa3ecdb6..000000000
--- a/win32/libgstbase.def
+++ /dev/null
@@ -1,17 +0,0 @@
-EXPORTS
- gst_base_transform_set_passthrough
- gst_base_transform_get_type
- gst_base_sink_get_type
- gst_base_src_set_live
- gst_base_src_get_type
- gst_base_src_is_live
- gst_push_src_get_type
- gst_type_find_helper
- gst_collect_pads_add_pad
- gst_collect_pads_remove_pad
- gst_collect_pads_peek
- gst_collect_pads_pop
- gst_collect_pads_start
- gst_collect_pads_stop
- gst_collect_pads_set_function
- gst_collect_pads_new
diff --git a/win32/libgstbase.vcproj b/win32/libgstbase.vcproj
deleted file mode 100644
index 9ecca0661..000000000
--- a/win32/libgstbase.vcproj
+++ /dev/null
@@ -1,194 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="libgstbase"
- ProjectGUID="{FE3C9C89-CD25-451D-8526-8726A4914EE9}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGSTBASE_EXPORTS;HAVE_CONFIG_H;HAVE_WIN32"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/libgstbase.dll"
- LinkIncremental="2"
- AdditionalLibraryDirectories="c:\usr\lib"
- ModuleDefinitionFile="libgstbase.def"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/libgstbase.pdb"
- SubSystem="2"
- ImportLibrary="$(OutDir)/libgstbase.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGSTBASE_EXPORTS;HAVE_CONFIG_H;HAVE_WIN32"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="1"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
- OutputFile="$(OutDir)/libgstbase-0.9.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\usr\lib"
- ModuleDefinitionFile="libgstbase.def"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/libgstbase.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
- <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="..\gst\base\gstadapter.c">
- </File>
- <File
- RelativePath="..\gst\base\gstbasesink.c">
- </File>
- <File
- RelativePath="..\gst\base\gstbasesrc.c">
- </File>
- <File
- RelativePath="..\gst\base\gstbasetransform.c">
- </File>
- <File
- RelativePath="..\gst\base\gstcollectpads.c">
- </File>
- <File
- RelativePath="..\gst\base\gstpushsrc.c">
- </File>
- <File
- RelativePath="..\gst\base\gsttypefindhelper.c">
- </File>
- <File
- RelativePath=".\libgstbase.def">
- </File>
- <File
- RelativePath=".\link_oldruntime.c">
- </File>
- <File
- RelativePath=".\ulldvrm.obj">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath="..\gst\base\gstadapter.h">
- </File>
- <File
- RelativePath="..\gst\base\gstbasesink.h">
- </File>
- <File
- RelativePath="..\gst\base\gstbasesrc.h">
- </File>
- <File
- RelativePath="..\gst\base\gstbasetransform.h">
- </File>
- <File
- RelativePath="..\gst\base\gstcollectpads.h">
- </File>
- <File
- RelativePath="..\gst\base\gstpushsrc.h">
- </File>
- <File
- RelativePath="..\gst\base\gsttypefindhelper.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>
diff --git a/win32/link_oldruntime.c b/win32/link_oldruntime.c
deleted file mode 100644
index 673e618a7..000000000
--- a/win32/link_oldruntime.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <windows.h>
-
-//VC7 or later, building with pre-VC7 runtime libraries
- long
-_ftol2 (double dblSource)
-{
- return _ftol (dblSource);
-}
-
-
diff --git a/win32/mman.c b/win32/mman.c
deleted file mode 100644
index 7c6fcc268..000000000
--- a/win32/mman.c
+++ /dev/null
@@ -1,87 +0,0 @@
-/* $Id$
-
- * =============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/win32/mman.c
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================= */
-
-#include "mman.h"
-
-void *
-mmap (void *addr, size_t len, int prot, int flags, HANDLE fildes, long off)
-{
- void *addr_mapping = 0;
- int nt_flags = 0;
- HANDLE file_mapping = INVALID_HANDLE_VALUE;
-
- if (flags | MAP_PRIVATE) {
- prot = PAGE_WRITECOPY;
- nt_flags = FILE_MAP_COPY;
- } else if (flags | MAP_SHARED) {
- if (prot | PAGE_READONLY)
- nt_flags = FILE_MAP_READ;
- if (prot | PAGE_READWRITE)
- nt_flags = FILE_MAP_WRITE;
- }
-
- file_mapping = CreateFileMapping (fildes, 0, prot, 0, 0, 0);
- if (file_mapping == 0)
- return MAP_FAILED;
-
-# if defined (PACE_OS_EXTRA_MMAP_FLAGS)
- nt_flags |= PACE_OS_EXTRA_MMAP_FLAGS;
-# endif /* PACE_OS_EXTRA_MMAP_FLAGS */
-
- //ACE_UNUSED_ARG (addr); /* WinCE does not allow specifying <addr>.*/
- addr_mapping = MapViewOfFile (file_mapping, nt_flags, 0, off, len);
-
- /* Only close this down if we used the temporary. */
- if (file_mapping == INVALID_HANDLE_VALUE)
- CloseHandle (file_mapping);
-
- if (addr_mapping == 0)
- return MAP_FAILED;
-
- else if ((flags | MAP_FIXED)
- && addr_mapping != addr) {
- errno = 22;
- return MAP_FAILED;
- } else
- return addr_mapping;
-}
-
-int
-mprotect (void *addr, size_t len, int prot)
-{
- DWORD dummy; /* Sigh! */
-
- return VirtualProtect (addr, len, prot, &dummy) ? 0 : -1;
-}
-
-
-int
-msync (void *addr, size_t len, int flags)
-{
- //PACE_UNUSED_ARG (flags);
- if (!FlushViewOfFile (addr, len))
- return -1;
- return 0;
-}
-
-int
-munmap (void *addr, size_t len)
-{
- //PACE_UNUSED_ARG (len);
- if (!UnmapViewOfFile (addr))
- return -1;
- return 0;
-
-}
diff --git a/win32/mman.h b/win32/mman.h
deleted file mode 100644
index 71c07070d..000000000
--- a/win32/mman.h
+++ /dev/null
@@ -1,61 +0,0 @@
-/* $Id$
-
- * ============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/win32/mman.h
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================ */
-
-#ifndef PACE_SYS_MMAN_H_WIN32
-#define PACE_SYS_MMAN_H_WIN32
-
-#include <windows.h>
-#include <stdio.h>
-
-#if defined (PACE_HAS_CPLUSPLUS)
-extern "C" {
-#endif /* PACE_HAS_CPLUSPLUS */
-
-# define MAP_PRIVATE 1
-# define MAP_SHARED 2
-# define MAP_FIXED 4
-# if !defined (MAP_FAILED)
-# undef MAP_FAILED
-# define MAP_FAILED ((void *) -1)
-# endif
-
-
-# define PROT_READ PAGE_READONLY
-# define PROT_WRITE PAGE_WRITEONLY
-
-# define PACE_MAP_FAILED MAP_FAILED
-# define PACE_MAP_FIXED MAP_FIXED
-# define PACE_MAP_PRIVATE MAP_PRIVATE
-# define PACE_MAP_SHARED MAP_SHARED
-# define PACE_MCL_CURRENT MCL_CURRENT
-# define PACE_MS_ASYNC MS_ASYNC
-# define PACE_MS_INVALIDATE
-# define PACE_MS_SYNC MS_SYNC
-# define PACE_PROT_EXEC PROT_EXEC
-# define PACE_PROT_NONE PROT_NONE
-# define PACE_PROT_READ PROT_READ
-# define PACE_PROT_WRITE PROT_WRITE
-
- void * mmap (void * addr, size_t len, int prot, int flags,
- HANDLE fildes, long off);
- int mprotect (void * addr, size_t len, int prot);
- int msync (void * addr, size_t len, int flags);
- int munmap (void * addr, size_t len);
-
-#if defined (PACE_HAS_CPLUSPLUS)
-}
-#endif /* PACE_HAS_CPLUSPLUS */
-
-#endif /* PACE_SYS_MMAN_H */
diff --git a/win32/mman.inl b/win32/mman.inl
deleted file mode 100644
index c32408999..000000000
--- a/win32/mman.inl
+++ /dev/null
@@ -1,129 +0,0 @@
-/* $Id$ -*- C -*-
-
- * =============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/win32/mman.inl
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================= */
-
-#include <io.h>
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_mlock (const void * addr, pace_size_t len)
-{
- PACE_UNUSED_ARG (addr);
- PACE_UNUSED_ARG (len);
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_mlockall (int flags)
-{
- PACE_UNUSED_ARG (flags);
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-void *
-pace_mmap (void * addr,
- size_t len,
- int prot,
- int flags,
- PACE_HANDLE fildes,
- pace_off_t off)
-{
- return mmap (addr, len, prot, flags, fildes, off);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_munlock (const void * addr, size_t len)
-{
- PACE_UNUSED_ARG (addr);
- PACE_UNUSED_ARG (len);
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_mprotect (void * addr, size_t len, int prot)
-{
- return mprotect (addr, len, prot);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_msync (void * addr,
- size_t len,
- int flags)
-{
- return msync (addr, len, flags);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_munlockall ()
-{
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_munmap (void * addr, size_t len)
-{
- return munmap (addr, len);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-PACE_HANDLE
-pace_shm_open (const char * name, int oflag, pace_mode_t mode)
-{
- /* Would be similar to ACE_OS::open
- which (currently uses threads and Object Manager).
- */
- PACE_HANDLE retval = PACE_INVALID_HANDLE;
- PACE_UNUSED_ARG (name);
- PACE_UNUSED_ARG (oflag);
- PACE_UNUSED_ARG (mode);
- PACE_ERRNO_NO_SUPPORT_RETURN (retval);
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-
-#if (PACE_HAS_POSIX_NONUOF_FUNCS)
-PACE_INLINE
-int
-pace_shm_unlink (const char * name)
-{
-#if defined (__BORLANDC__)
- return unlink (name);
-#else /* __BORLANDC__ */
- return _unlink (name);
-#endif /* __BORLANDC__ */
-}
-#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
diff --git a/win32/msvc71.sln b/win32/msvc71.sln
deleted file mode 100644
index d47cf0b27..000000000
--- a/win32/msvc71.sln
+++ /dev/null
@@ -1,61 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstreamer", "GStreamer.vcproj", "{FC47A187-6B10-4B19-93B5-ED7BCC75D466}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gst-launch", "gst-launch.vcproj", "{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}"
- ProjectSection(ProjectDependencies) = postProject
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
- {FE3C9C89-CD25-451D-8526-8726A4914EE9} = {FE3C9C89-CD25-451D-8526-8726A4914EE9}
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C} = {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gst-inspect", "gst-inspect.vcproj", "{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7F}"
- ProjectSection(ProjectDependencies) = postProject
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
- {FE3C9C89-CD25-451D-8526-8726A4914EE9} = {FE3C9C89-CD25-451D-8526-8726A4914EE9}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gstelements", "gstelements.vcproj", "{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}"
- ProjectSection(ProjectDependencies) = postProject
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
- {FE3C9C89-CD25-451D-8526-8726A4914EE9} = {FE3C9C89-CD25-451D-8526-8726A4914EE9}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstbase", "libgstbase.vcproj", "{FE3C9C89-CD25-451D-8526-8726A4914EE9}"
- ProjectSection(ProjectDependencies) = postProject
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466} = {FC47A187-6B10-4B19-93B5-ED7BCC75D466}
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466}.Debug.ActiveCfg = Debug|Win32
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466}.Debug.Build.0 = Debug|Win32
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466}.Release.ActiveCfg = Release|Win32
- {FC47A187-6B10-4B19-93B5-ED7BCC75D466}.Release.Build.0 = Release|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}.Debug.ActiveCfg = Debug|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}.Debug.Build.0 = Debug|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}.Release.ActiveCfg = Release|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}.Release.Build.0 = Release|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7F}.Debug.ActiveCfg = Debug|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7F}.Debug.Build.0 = Debug|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7F}.Release.ActiveCfg = Release|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7F}.Release.Build.0 = Release|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}.Debug.ActiveCfg = Debug|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}.Debug.Build.0 = Debug|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}.Release.ActiveCfg = Release|Win32
- {0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7C}.Release.Build.0 = Release|Win32
- {FE3C9C89-CD25-451D-8526-8726A4914EE9}.Debug.ActiveCfg = Debug|Win32
- {FE3C9C89-CD25-451D-8526-8726A4914EE9}.Debug.Build.0 = Debug|Win32
- {FE3C9C89-CD25-451D-8526-8726A4914EE9}.Release.ActiveCfg = Release|Win32
- {FE3C9C89-CD25-451D-8526-8726A4914EE9}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal