mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
add more plugins to the build add some definitions needed by plugins fixes for build problems
Original commit message from CVS: add more plugins to the build add some definitions needed by plugins fixes for build problems
This commit is contained in:
parent
745e6365b0
commit
30712847fe
11 changed files with 239 additions and 23 deletions
41
ChangeLog
41
ChangeLog
|
@ -1,3 +1,44 @@
|
||||||
|
2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* gst-libs/gst/media-info/media-info.h:
|
||||||
|
issue for a vararg macro with MSVC
|
||||||
|
|
||||||
|
2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* gst/effectv/effectv.vcproj
|
||||||
|
* gst-libs/gst/idct/idct.vcproj:
|
||||||
|
* gst-libs/gst/media-info/media-info.vcproj:
|
||||||
|
* gst-libs/gst/navigation/navigation.vcproj:
|
||||||
|
* gst-libs/gst/propertyprobe/propertyprobe.vcproj:
|
||||||
|
* gst-libs/gst/video/video.vcproj:
|
||||||
|
* gst-libs/gst/xoverlay/xoverlay.vcproj:
|
||||||
|
fixes for build problems
|
||||||
|
|
||||||
|
2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* gst-libs/gst/audio/audio.def:
|
||||||
|
* gst-libs/gst/audio/riff.def:
|
||||||
|
add some definitions needed by plugins
|
||||||
|
|
||||||
|
2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* gst/asfdemux/gstasfmux.c
|
||||||
|
Fix some 64 bits constants to be glib friendly
|
||||||
|
|
||||||
|
2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* gst/ac3parse/gstac3parse.c
|
||||||
|
* gst/audioscale/gstaudioscale.c
|
||||||
|
* gst/auparse/gstauparse.c
|
||||||
|
* gst/colorspace/gstcolorspace.c
|
||||||
|
* gst/colorspace/yuv2rgb.h
|
||||||
|
local include fixes
|
||||||
|
|
||||||
|
2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
|
* win32/gst.sln
|
||||||
|
add more plugins to the build
|
||||||
|
|
||||||
2004-07-26 Julien MOUTTE <julien@moutte.net>
|
2004-07-26 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
|
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_plugin_desc
|
gst_plugin_desc
|
||||||
|
gst_audio_length
|
||||||
|
gst_audio_is_buffer_framed
|
||||||
|
gst_audio_highest_sample_value
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
OutputFile="$(OutDir)/gstidtc.dll"
|
OutputFile="$(OutDir)/gstidtc.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="idtc.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/idtc.pdb"
|
ProgramDatabaseFile="$(OutDir)/idtc.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
OutputFile="$(OutDir)/gstidtc.dll"
|
OutputFile="$(OutDir)/gstidtc.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="idtc.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
@ -126,15 +126,15 @@
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
|
||||||
RelativePath=".\idtc.c">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\fastintidct.c">
|
RelativePath=".\fastintidct.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\floatidct.c">
|
RelativePath=".\floatidct.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\idct.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\intidct.c">
|
RelativePath=".\intidct.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -144,10 +144,10 @@
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\idtc.h">
|
RelativePath=".\dct.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\dct.h">
|
RelativePath=".\idtc.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
|
|
|
@ -45,6 +45,20 @@ static gboolean _gmi_debug = FALSE;
|
||||||
#define GMI_DEBUG(format, args...) \
|
#define GMI_DEBUG(format, args...) \
|
||||||
{ if (_gmi_debug) { g_print ( format , ## args ); }}
|
{ if (_gmi_debug) { g_print ( format , ## args ); }}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
static inline void
|
||||||
|
GMI_DEBUG (const char *format, ...)
|
||||||
|
{
|
||||||
|
va_list varargs;
|
||||||
|
|
||||||
|
if (_gmi_debug) {
|
||||||
|
va_start (varargs, format);
|
||||||
|
g_vprintf ( format, varargs);
|
||||||
|
va_end (varargs);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
OutputFile="$(OutDir)/gstmedia-info.dll"
|
OutputFile="$(OutDir)/gstmedia-info.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="media-info.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/media-info.pdb"
|
ProgramDatabaseFile="$(OutDir)/media-info.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
OutputFile="$(OutDir)/gstmedia-info.dll"
|
OutputFile="$(OutDir)/gstmedia-info.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="media-info.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
@ -127,10 +127,10 @@
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\media-info.c">
|
RelativePath=".\media-info-priv.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\media-info-priv.c">
|
RelativePath=".\media-info.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
|
@ -138,10 +138,10 @@
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\media-info.h">
|
RelativePath=".\media-info-priv.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\media-info-priv.h">
|
RelativePath=".\media-info.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
OutputFile="$(OutDir)/gstnavigation.dll"
|
OutputFile="$(OutDir)/gstnavigation.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="navigation.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/navigation.pdb"
|
ProgramDatabaseFile="$(OutDir)/navigation.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
OutputFile="$(OutDir)/gstnavigation.dll"
|
OutputFile="$(OutDir)/gstnavigation.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="navigation.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
OutputFile="$(OutDir)/gstpropertyprobe.dll"
|
OutputFile="$(OutDir)/gstpropertyprobe.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="propertyprobe.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/propertyprobe.pdb"
|
ProgramDatabaseFile="$(OutDir)/propertyprobe.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
OutputFile="$(OutDir)/gstpropertyprobe.dll"
|
OutputFile="$(OutDir)/gstpropertyprobe.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="propertyprobe.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_plugin_desc
|
gst_plugin_desc
|
||||||
gst_riff_read_get_type
|
gst_riff_read_get_type
|
||||||
|
gst_riff_read_element_data
|
||||||
gst_riff_create_video_template_caps
|
gst_riff_create_video_template_caps
|
||||||
gst_riff_create_video_caps
|
gst_riff_create_video_caps
|
||||||
gst_riff_create_video_caps_with_data
|
gst_riff_create_video_caps_with_data
|
||||||
|
@ -18,7 +19,9 @@ EXPORTS
|
||||||
gst_riff_read_ascii
|
gst_riff_read_ascii
|
||||||
gst_riff_read_strh
|
gst_riff_read_strh
|
||||||
gst_riff_read_strf_iavs
|
gst_riff_read_strf_iavs
|
||||||
|
gst_riff_read_strf_auds
|
||||||
gst_riff_read_strf_auds_with_data
|
gst_riff_read_strf_auds_with_data
|
||||||
gst_riff_read_strf_vids_with_data
|
gst_riff_read_strf_vids_with_data
|
||||||
gst_riff_peek_tag
|
gst_riff_peek_tag
|
||||||
gst_riff_peek_list
|
gst_riff_peek_list
|
||||||
|
gst_riff_peek_head
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
OutputFile="$(OutDir)/gstvideo.dll"
|
OutputFile="$(OutDir)/gstvideo.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="video.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/video.pdb"
|
ProgramDatabaseFile="$(OutDir)/video.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
OutputFile="$(OutDir)/gstvideo.dll"
|
OutputFile="$(OutDir)/gstvideo.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="video.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
@ -127,10 +127,10 @@
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\video.c">
|
RelativePath=".\gstvideosink.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\gstvideosink.c">
|
RelativePath=".\video.c">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
OutputFile="$(OutDir)/gstxoverlay.dll"
|
OutputFile="$(OutDir)/gstxoverlay.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="xoverlay.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/xoverlay.pdb"
|
ProgramDatabaseFile="$(OutDir)/xoverlay.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
OutputFile="$(OutDir)/gstxoverlay.dll"
|
OutputFile="$(OutDir)/gstxoverlay.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
AdditionalLibraryDirectories="../../../../gstreamer/win32/Debug;../../../../glib/glib;../../../../glib/gmodule;../../../../glib/gthread;../../../../glib/gobject;../../../../gettext/lib;../../../../libiconv/lib"
|
||||||
ModuleDefinitionFile="xoverlay.def"
|
ModuleDefinitionFile=""
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
|
155
win32/gst.sln
155
win32/gst.sln
|
@ -18,6 +18,85 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "riff", "..\gst-libs\gst\rif
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audiofilter", "..\gst-libs\gst\audio\audiofilter.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67894}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audiofilter", "..\gst-libs\gst\audio\audiofilter.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67894}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67893} = {979C216F-0ACF-4956-AE00-055A42D67893}
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "idtc", "..\gst-libs\gst\idct\idtc.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67895}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media-info", "..\gst-libs\gst\media-info\media-info.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67896}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "navigation", "..\gst-libs\gst\navigation\navigation.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67898}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propertyprobe", "..\gst-libs\gst\propertyprobe\propertyprobe.vcproj", "{979C216F-0ACF-4956-AE00-055A42D6789A}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "video", "..\gst-libs\gst\video\video.vcproj", "{979C216F-0ACF-4956-AE00-055A42D6789D}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xoverlay", "..\gst-libs\gst\xoverlay\xoverlay.vcproj", "{979C216F-0ACF-4956-AE00-055A42D6789E}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ac3parse", "..\gst\ac3parse\ac3parse.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A0}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adder", "..\gst\adder\adder.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A1}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alpha", "..\gst\alpha\alpha.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A3}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alphacolor", "..\gst\alpha\alphacolor.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A2}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asf", "..\gst\asfdemux\asf.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A4}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audioconvert", "..\gst\audioconvert\audioconvert.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A5}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audiorate", "..\gst\audiorate\audiorate.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A6}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "auparse", "..\gst\auparse\auparse.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A8}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdxaparse", "..\gst\cdxaparse\cdxaparse.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678A9}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890}
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chart", "..\gst\chart\chart.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678AA}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "colorspace", "..\gst\colorspace\colorspace.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678AB}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cutter", "..\gst\cutter\cutter.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678AC}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67893} = {979C216F-0ACF-4956-AE00-055A42D67893}
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deinterlace", "..\gst\deinterlace\deinterlace.vcproj", "{979C216F-0ACF-4956-AE00-055A42D678B0}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
@ -47,6 +126,82 @@ Global
|
||||||
{979C216F-0ACF-4956-AE00-055A42D67894}.Debug.Build.0 = Debug|Win32
|
{979C216F-0ACF-4956-AE00-055A42D67894}.Debug.Build.0 = Debug|Win32
|
||||||
{979C216F-0ACF-4956-AE00-055A42D67894}.Release.ActiveCfg = Release|Win32
|
{979C216F-0ACF-4956-AE00-055A42D67894}.Release.ActiveCfg = Release|Win32
|
||||||
{979C216F-0ACF-4956-AE00-055A42D67894}.Release.Build.0 = Release|Win32
|
{979C216F-0ACF-4956-AE00-055A42D67894}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67895}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67895}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67895}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67895}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67896}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67896}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67896}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67896}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67898}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67898}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67898}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D67898}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789A}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789A}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789A}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789A}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789D}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789D}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789D}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789D}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789E}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789E}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789E}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D6789E}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A0}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A0}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A0}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A0}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A1}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A1}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A1}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A1}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A3}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A3}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A3}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A3}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A2}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A2}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A2}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A2}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A4}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A4}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A4}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A4}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A5}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A5}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A5}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A5}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A6}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A6}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A6}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A6}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A8}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A8}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A8}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A8}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A9}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A9}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A9}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678A9}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AA}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AA}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AA}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AA}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AB}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AB}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AB}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AB}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AC}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AC}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AC}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678AC}.Release.Build.0 = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678B0}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678B0}.Debug.Build.0 = Debug|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678B0}.Release.ActiveCfg = Release|Win32
|
||||||
|
{979C216F-0ACF-4956-AE00-055A42D678B0}.Release.Build.0 = Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
|
Loading…
Reference in a new issue