From: Steve Lhomme Date: Sat, 24 Jul 2004 21:11:31 +0000 (+0000) Subject: Add the preliminary canvas to build plugins on Win32 X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~825 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bafc38bcbf4aaa3ae7716a37ecef73f8e22adbba;p=platform%2Fupstream%2Fgst-plugins-base.git Add the preliminary canvas to build plugins on Win32 Original commit message from CVS: Add the preliminary canvas to build plugins on Win32 --- diff --git a/ChangeLog b/ChangeLog index 48c335f..d2dab97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-07-24 Steve Lhomme + + * win32/gst.sln: + * gst-libs/gst/gst-libs.def: + * gst-libs/gst/gst-libs.vcproj: + * gst/matroska/matroska.def: + * gst/matroska/matroska.vcproj: + Add the preliminary canvas to build plugins on Win32 + 2004-07-23 Benjamin Otte * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): diff --git a/gst-libs/gst/gst-libs.def b/gst-libs/gst/gst-libs.def new file mode 100644 index 0000000..1d56621 --- /dev/null +++ b/gst-libs/gst/gst-libs.def @@ -0,0 +1,7 @@ +EXPORTS + gst_riff_read_get_type + gst_riff_create_video_template_caps + gst_riff_create_video_caps + gst_riff_create_audio_template_caps + gst_riff_create_audio_caps + gst_plugin_desc \ No newline at end of file diff --git a/gst-libs/gst/gst-libs.vcproj b/gst-libs/gst/gst-libs.vcproj new file mode 100644 index 0000000..67eabe6 --- /dev/null +++ b/gst-libs/gst/gst-libs.vcproj @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/gst.sln b/win32/gst.sln new file mode 100644 index 0000000..439234e --- /dev/null +++ b/win32/gst.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "matroska", "..\gst\matroska\matroska.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67891}" + ProjectSection(ProjectDependencies) = postProject + {979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libs", "..\gst-libs\gst\gst-libs.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67890}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {979C216F-0ACF-4956-AE00-055A42D67891}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67891}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67891}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67891}.Release.Build.0 = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67890}.Debug.ActiveCfg = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67890}.Debug.Build.0 = Debug|Win32 + {979C216F-0ACF-4956-AE00-055A42D67890}.Release.ActiveCfg = Release|Win32 + {979C216F-0ACF-4956-AE00-055A42D67890}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal