From a9798629740c616c10c5a28dcdfbf0a2211bdaaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Moutte?= Date: Mon, 23 Jan 2006 12:23:00 +0000 Subject: [PATCH] win32/vs7: all files removed as they were out-dated. Original commit message from CVS: * win32/vs7: all files removed as they were out-dated. --- ChangeLog | 5 + common | 2 +- win32/vs7/GStreamer.vcproj | 428 ------------------------------------------ win32/vs7/Makefile | 134 ------------- win32/vs7/Makefile.inspect | 77 -------- win32/vs7/Makefile.launch | 77 -------- win32/vs7/Makefile.register | 77 -------- win32/vs7/README.txt | 66 ------- win32/vs7/gst-inspect.vcproj | 146 -------------- win32/vs7/gst-launch.vcproj | 146 -------------- win32/vs7/gst-register.vcproj | 147 --------------- win32/vs7/gstelements.vcproj | 221 ---------------------- win32/vs7/gstgetbits.def | 4 - win32/vs7/gstgetbits.vcproj | 159 ---------------- win32/vs7/gstreamer-dbg.def | 5 - win32/vs7/gstreamer.def | 335 --------------------------------- win32/vs7/libgstbase.def | 17 -- win32/vs7/libgstbase.vcproj | 194 ------------------- win32/vs7/link_oldruntime.c | 10 - win32/vs7/mman.c | 87 --------- win32/vs7/mman.h | 61 ------ win32/vs7/mman.inl | 129 ------------- win32/vs7/msvc71.sln | 61 ------ 23 files changed, 6 insertions(+), 2582 deletions(-) delete mode 100644 win32/vs7/GStreamer.vcproj delete mode 100644 win32/vs7/Makefile delete mode 100644 win32/vs7/Makefile.inspect delete mode 100644 win32/vs7/Makefile.launch delete mode 100644 win32/vs7/Makefile.register delete mode 100644 win32/vs7/README.txt delete mode 100644 win32/vs7/gst-inspect.vcproj delete mode 100644 win32/vs7/gst-launch.vcproj delete mode 100644 win32/vs7/gst-register.vcproj delete mode 100644 win32/vs7/gstelements.vcproj delete mode 100644 win32/vs7/gstgetbits.def delete mode 100644 win32/vs7/gstgetbits.vcproj delete mode 100644 win32/vs7/gstreamer-dbg.def delete mode 100644 win32/vs7/gstreamer.def delete mode 100644 win32/vs7/libgstbase.def delete mode 100644 win32/vs7/libgstbase.vcproj delete mode 100644 win32/vs7/link_oldruntime.c delete mode 100644 win32/vs7/mman.c delete mode 100644 win32/vs7/mman.h delete mode 100644 win32/vs7/mman.inl delete mode 100644 win32/vs7/msvc71.sln diff --git a/ChangeLog b/ChangeLog index b06591c..3711fa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-23 Sebastien Moutte + + * win32/vs7: + all files removed as they were out-dated. + 2006-01-20 Thomas Vander Stichele * docs/random/release: diff --git a/common b/common index f6cf416..bc43253 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f6cf41686f8e610f91f40f2db2131c50a1ec8b35 +Subproject commit bc4325349e8d0ec90aa5c5e74566880cc2e82527 diff --git a/win32/vs7/GStreamer.vcproj b/win32/vs7/GStreamer.vcproj deleted file mode 100644 index ddd0a85..0000000 --- a/win32/vs7/GStreamer.vcproj +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/Makefile b/win32/vs7/Makefile deleted file mode 100644 index b11f771..0000000 --- a/win32/vs7/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/vs7/Makefile.inspect b/win32/vs7/Makefile.inspect deleted file mode 100644 index de7611e..0000000 --- a/win32/vs7/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/vs7/Makefile.launch b/win32/vs7/Makefile.launch deleted file mode 100644 index f97ed01..0000000 --- a/win32/vs7/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/vs7/Makefile.register b/win32/vs7/Makefile.register deleted file mode 100644 index c38b856..0000000 --- a/win32/vs7/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/vs7/README.txt b/win32/vs7/README.txt deleted file mode 100644 index 9e42195..0000000 --- a/win32/vs7/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/vs7/gst-inspect.vcproj b/win32/vs7/gst-inspect.vcproj deleted file mode 100644 index 0df9071..0000000 --- a/win32/vs7/gst-inspect.vcproj +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/gst-launch.vcproj b/win32/vs7/gst-launch.vcproj deleted file mode 100644 index a7b5b49..0000000 --- a/win32/vs7/gst-launch.vcproj +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/gst-register.vcproj b/win32/vs7/gst-register.vcproj deleted file mode 100644 index 0b8e38a..0000000 --- a/win32/vs7/gst-register.vcproj +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/gstelements.vcproj b/win32/vs7/gstelements.vcproj deleted file mode 100644 index fd1b97c..0000000 --- a/win32/vs7/gstelements.vcproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/gstgetbits.def b/win32/vs7/gstgetbits.def deleted file mode 100644 index 9645778..0000000 --- a/win32/vs7/gstgetbits.def +++ /dev/null @@ -1,4 +0,0 @@ -EXPORTS - gst_plugin_desc - gst_getbits_init - gst_getbits_newbuf diff --git a/win32/vs7/gstgetbits.vcproj b/win32/vs7/gstgetbits.vcproj deleted file mode 100644 index 66a3510..0000000 --- a/win32/vs7/gstgetbits.vcproj +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/gstreamer-dbg.def b/win32/vs7/gstreamer-dbg.def deleted file mode 100644 index 4c7c9a0..0000000 --- a/win32/vs7/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/vs7/gstreamer.def b/win32/vs7/gstreamer.def deleted file mode 100644 index ea90598..0000000 --- a/win32/vs7/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/vs7/libgstbase.def b/win32/vs7/libgstbase.def deleted file mode 100644 index cfa3ecd..0000000 --- a/win32/vs7/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/vs7/libgstbase.vcproj b/win32/vs7/libgstbase.vcproj deleted file mode 100644 index 5394954..0000000 --- a/win32/vs7/libgstbase.vcproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/vs7/link_oldruntime.c b/win32/vs7/link_oldruntime.c deleted file mode 100644 index 673e618..0000000 --- a/win32/vs7/link_oldruntime.c +++ /dev/null @@ -1,10 +0,0 @@ -#include - -//VC7 or later, building with pre-VC7 runtime libraries - long -_ftol2 (double dblSource) -{ - return _ftol (dblSource); -} - - diff --git a/win32/vs7/mman.c b/win32/vs7/mman.c deleted file mode 100644 index 7c6fcc2..0000000 --- a/win32/vs7/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_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/vs7/mman.h b/win32/vs7/mman.h deleted file mode 100644 index 71c0707..0000000 --- a/win32/vs7/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 -#include - -#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/vs7/mman.inl b/win32/vs7/mman.inl deleted file mode 100644 index c324089..0000000 --- a/win32/vs7/mman.inl +++ /dev/null @@ -1,129 +0,0 @@ -/* $Id$ -*- C -*- - - * ============================================================================= - * - * = LIBRARY - * pace - * - * = FILENAME - * pace/win32/mman.inl - * - * = AUTHOR - * Luther Baker - * - * ============================================================================= */ - -#include - -#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/vs7/msvc71.sln b/win32/vs7/msvc71.sln deleted file mode 100644 index d47cf0b..0000000 --- a/win32/vs7/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 -- 2.7.4