From f6d5d81106322df57f2d71c99d88894ed2576026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Moutte?= Date: Mon, 30 Jan 2006 22:18:53 +0000 Subject: [PATCH] win32/vs8: add vs8 project files created by Sergey Scobich Original commit message from CVS: * win32/vs8: add vs8 project files created by Sergey Scobich --- ChangeLog | 5 + gst/ffmpegcolorspace/avcodec.h | 4 + win32/vs8/gst-plugins-base.sln | 168 +++++++++++++++ win32/vs8/libgstadder.vcproj | 206 +++++++++++++++++++ win32/vs8/libgstaudio.vcproj | 254 +++++++++++++++++++++++ win32/vs8/libgstaudioconvert.vcproj | 218 ++++++++++++++++++++ win32/vs8/libgstaudiorate.vcproj | 206 +++++++++++++++++++ win32/vs8/libgstaudioresample.vcproj | 234 +++++++++++++++++++++ win32/vs8/libgstaudiotestsrc.vcproj | 206 +++++++++++++++++++ win32/vs8/libgstdecodebin.vcproj | 212 +++++++++++++++++++ win32/vs8/libgstffmpegcolorspace.vcproj | 230 +++++++++++++++++++++ win32/vs8/libgstinterfaces.vcproj | 260 ++++++++++++++++++++++++ win32/vs8/libgstogg.vcproj | 222 ++++++++++++++++++++ win32/vs8/libgstplaybin.vcproj | 224 ++++++++++++++++++++ win32/vs8/libgstriff.vcproj | 222 ++++++++++++++++++++ win32/vs8/libgstsubparse.vcproj | 200 ++++++++++++++++++ win32/vs8/libgsttag.vcproj | 218 ++++++++++++++++++++ win32/vs8/libgsttcp.vcproj | 232 +++++++++++++++++++++ win32/vs8/libgsttheora.vcproj | 214 +++++++++++++++++++ win32/vs8/libgsttypefind.vcproj | 206 +++++++++++++++++++ win32/vs8/libgstvideo.vcproj | 218 ++++++++++++++++++++ win32/vs8/libgstvideorate.vcproj | 206 +++++++++++++++++++ win32/vs8/libgstvideoscale.vcproj | 214 +++++++++++++++++++ win32/vs8/libgstvideotestsrc.vcproj | 210 +++++++++++++++++++ win32/vs8/libgstvolume.vcproj | 206 +++++++++++++++++++ win32/vs8/libgstvorbis.vcproj | 218 ++++++++++++++++++++ 26 files changed, 5213 insertions(+) create mode 100644 win32/vs8/gst-plugins-base.sln create mode 100644 win32/vs8/libgstadder.vcproj create mode 100644 win32/vs8/libgstaudio.vcproj create mode 100644 win32/vs8/libgstaudioconvert.vcproj create mode 100644 win32/vs8/libgstaudiorate.vcproj create mode 100644 win32/vs8/libgstaudioresample.vcproj create mode 100644 win32/vs8/libgstaudiotestsrc.vcproj create mode 100644 win32/vs8/libgstdecodebin.vcproj create mode 100644 win32/vs8/libgstffmpegcolorspace.vcproj create mode 100644 win32/vs8/libgstinterfaces.vcproj create mode 100644 win32/vs8/libgstogg.vcproj create mode 100644 win32/vs8/libgstplaybin.vcproj create mode 100644 win32/vs8/libgstriff.vcproj create mode 100644 win32/vs8/libgstsubparse.vcproj create mode 100644 win32/vs8/libgsttag.vcproj create mode 100644 win32/vs8/libgsttcp.vcproj create mode 100644 win32/vs8/libgsttheora.vcproj create mode 100644 win32/vs8/libgsttypefind.vcproj create mode 100644 win32/vs8/libgstvideo.vcproj create mode 100644 win32/vs8/libgstvideorate.vcproj create mode 100644 win32/vs8/libgstvideoscale.vcproj create mode 100644 win32/vs8/libgstvideotestsrc.vcproj create mode 100644 win32/vs8/libgstvolume.vcproj create mode 100644 win32/vs8/libgstvorbis.vcproj diff --git a/ChangeLog b/ChangeLog index 42e1ada0a7..55796d43b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-30 Sebastien Moutte + + * win32/vs8: + add vs8 project files created by Sergey Scobich + 2006-01-30 Andy Wingo * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare diff --git a/gst/ffmpegcolorspace/avcodec.h b/gst/ffmpegcolorspace/avcodec.h index 37c8d79e76..cc64097ed5 100644 --- a/gst/ffmpegcolorspace/avcodec.h +++ b/gst/ffmpegcolorspace/avcodec.h @@ -11,7 +11,11 @@ extern "C" { #endif +#ifndef WIN32 #include "_stdint.h" +#else +#include "stdint.h" +#endif #include /* size_t */ diff --git a/win32/vs8/gst-plugins-base.sln b/win32/vs8/gst-plugins-base.sln new file mode 100644 index 0000000000..2c01cfb61c --- /dev/null +++ b/win32/vs8/gst-plugins-base.sln @@ -0,0 +1,168 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstriff", "libgstriff.vcproj", "{3D36330F-1F68-44F6-A712-803E819A3DCD}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstaudio", "libgstaudio.vcproj", "{BD17F145-422C-4EC0-A756-C7675A5626B2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstadder", "libgstadder.vcproj", "{E54E1872-C90A-4FF8-A4F4-27C3F8750D44}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstaudioconvert", "libgstaudioconvert.vcproj", "{EA99F8DE-660D-42E9-B14D-08F34FA45AD1}" + ProjectSection(ProjectDependencies) = postProject + {BD17F145-422C-4EC0-A756-C7675A5626B2} = {BD17F145-422C-4EC0-A756-C7675A5626B2} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstaudiorate", "libgstaudiorate.vcproj", "{C51F9363-7DC1-40F7-84D3-C9D4FD67A3CA}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstaudioresample", "libgstaudioresample.vcproj", "{0EE3173E-FCD3-4EC6-A28F-5AE5CE7196AC}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstaudiotestsrc", "libgstaudiotestsrc.vcproj", "{B5CDFF9E-28E0-4915-8C3E-95EDAE2D9DE3}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstffmpegcolorspace", "libgstffmpegcolorspace.vcproj", "{BE2600A9-5BEB-42D9-8F13-FD38FCF5B801}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstplaybin", "libgstplaybin.vcproj", "{7B296C12-D728-4CD8-8CF7-B8D7A433F85C}" + ProjectSection(ProjectDependencies) = postProject + {F7558C2A-C1BC-453C-8FDE-84F33DB73915} = {F7558C2A-C1BC-453C-8FDE-84F33DB73915} + {80270384-C551-471F-86C2-D80FE61D9883} = {80270384-C551-471F-86C2-D80FE61D9883} + {EA99F8DE-660D-42E9-B14D-08F34FA45AD1} = {EA99F8DE-660D-42E9-B14D-08F34FA45AD1} + {0969BEF1-77F5-468F-9497-8470FDEC615A} = {0969BEF1-77F5-468F-9497-8470FDEC615A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsttypefind", "libgsttypefind.vcproj", "{F7558C2A-C1BC-453C-8FDE-84F33DB73915}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstvideorate", "libgstvideorate.vcproj", "{84F3B76C-4733-4032-B51E-F8E71022AFE6}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstvideoscale", "libgstvideoscale.vcproj", "{557CB36F-7F92-4B43-973D-05C6BF0A6414}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstvideotestsrc", "libgstvideotestsrc.vcproj", "{7586DFA1-F847-4BEF-9105-724DD9F12C2A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstvolume", "libgstvolume.vcproj", "{80270384-C551-471F-86C2-D80FE61D9883}" + ProjectSection(ProjectDependencies) = postProject + {CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4} = {CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstdecodebin", "libgstdecodebin.vcproj", "{0969BEF1-77F5-468F-9497-8470FDEC615A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstinterfaces", "libgstinterfaces.vcproj", "{CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstsubparse", "libgstsubparse.vcproj", "{C41E324E-03FD-4483-92B1-B50F6E3B6B82}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsttcp", "libgsttcp.vcproj", "{40412A73-43D3-4F1F-9078-DBD76705767D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstvorbis", "libgstvorbis.vcproj", "{4F2E05FD-F87C-4325-8C2A-C1EEA21A483F}" + ProjectSection(ProjectDependencies) = postProject + {BD17F145-422C-4EC0-A756-C7675A5626B2} = {BD17F145-422C-4EC0-A756-C7675A5626B2} + {626AF6BD-0AAB-4019-929A-2DB5CAD0419E} = {626AF6BD-0AAB-4019-929A-2DB5CAD0419E} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstogg", "libgstogg.vcproj", "{51E1F9C4-091E-43A0-97C1-E1B68700A5AF}" + ProjectSection(ProjectDependencies) = postProject + {3D36330F-1F68-44F6-A712-803E819A3DCD} = {3D36330F-1F68-44F6-A712-803E819A3DCD} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsttheora", "libgsttheora.vcproj", "{AB7AD55A-A521-42F2-A953-623E5F059C1A}" + ProjectSection(ProjectDependencies) = postProject + {626AF6BD-0AAB-4019-929A-2DB5CAD0419E} = {626AF6BD-0AAB-4019-929A-2DB5CAD0419E} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsttag", "libgsttag.vcproj", "{626AF6BD-0AAB-4019-929A-2DB5CAD0419E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstvideo", "libgstvideo.vcproj", "{1975AEE8-05C5-42DE-8A8B-620168F9C1C9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3D36330F-1F68-44F6-A712-803E819A3DCD}.Debug|Win32.ActiveCfg = Debug|Win32 + {3D36330F-1F68-44F6-A712-803E819A3DCD}.Debug|Win32.Build.0 = Debug|Win32 + {3D36330F-1F68-44F6-A712-803E819A3DCD}.Release|Win32.ActiveCfg = Release|Win32 + {3D36330F-1F68-44F6-A712-803E819A3DCD}.Release|Win32.Build.0 = Release|Win32 + {BD17F145-422C-4EC0-A756-C7675A5626B2}.Debug|Win32.ActiveCfg = Debug|Win32 + {BD17F145-422C-4EC0-A756-C7675A5626B2}.Debug|Win32.Build.0 = Debug|Win32 + {BD17F145-422C-4EC0-A756-C7675A5626B2}.Release|Win32.ActiveCfg = Release|Win32 + {BD17F145-422C-4EC0-A756-C7675A5626B2}.Release|Win32.Build.0 = Release|Win32 + {E54E1872-C90A-4FF8-A4F4-27C3F8750D44}.Debug|Win32.ActiveCfg = Debug|Win32 + {E54E1872-C90A-4FF8-A4F4-27C3F8750D44}.Debug|Win32.Build.0 = Debug|Win32 + {E54E1872-C90A-4FF8-A4F4-27C3F8750D44}.Release|Win32.ActiveCfg = Release|Win32 + {E54E1872-C90A-4FF8-A4F4-27C3F8750D44}.Release|Win32.Build.0 = Release|Win32 + {EA99F8DE-660D-42E9-B14D-08F34FA45AD1}.Debug|Win32.ActiveCfg = Debug|Win32 + {EA99F8DE-660D-42E9-B14D-08F34FA45AD1}.Debug|Win32.Build.0 = Debug|Win32 + {EA99F8DE-660D-42E9-B14D-08F34FA45AD1}.Release|Win32.ActiveCfg = Release|Win32 + {EA99F8DE-660D-42E9-B14D-08F34FA45AD1}.Release|Win32.Build.0 = Release|Win32 + {C51F9363-7DC1-40F7-84D3-C9D4FD67A3CA}.Debug|Win32.ActiveCfg = Debug|Win32 + {C51F9363-7DC1-40F7-84D3-C9D4FD67A3CA}.Debug|Win32.Build.0 = Debug|Win32 + {C51F9363-7DC1-40F7-84D3-C9D4FD67A3CA}.Release|Win32.ActiveCfg = Release|Win32 + {C51F9363-7DC1-40F7-84D3-C9D4FD67A3CA}.Release|Win32.Build.0 = Release|Win32 + {0EE3173E-FCD3-4EC6-A28F-5AE5CE7196AC}.Debug|Win32.ActiveCfg = Debug|Win32 + {0EE3173E-FCD3-4EC6-A28F-5AE5CE7196AC}.Release|Win32.ActiveCfg = Release|Win32 + {0EE3173E-FCD3-4EC6-A28F-5AE5CE7196AC}.Release|Win32.Build.0 = Release|Win32 + {B5CDFF9E-28E0-4915-8C3E-95EDAE2D9DE3}.Debug|Win32.ActiveCfg = Debug|Win32 + {B5CDFF9E-28E0-4915-8C3E-95EDAE2D9DE3}.Debug|Win32.Build.0 = Debug|Win32 + {B5CDFF9E-28E0-4915-8C3E-95EDAE2D9DE3}.Release|Win32.ActiveCfg = Release|Win32 + {B5CDFF9E-28E0-4915-8C3E-95EDAE2D9DE3}.Release|Win32.Build.0 = Release|Win32 + {BE2600A9-5BEB-42D9-8F13-FD38FCF5B801}.Debug|Win32.ActiveCfg = Debug|Win32 + {BE2600A9-5BEB-42D9-8F13-FD38FCF5B801}.Release|Win32.ActiveCfg = Release|Win32 + {BE2600A9-5BEB-42D9-8F13-FD38FCF5B801}.Release|Win32.Build.0 = Release|Win32 + {7B296C12-D728-4CD8-8CF7-B8D7A433F85C}.Debug|Win32.ActiveCfg = Debug|Win32 + {7B296C12-D728-4CD8-8CF7-B8D7A433F85C}.Debug|Win32.Build.0 = Debug|Win32 + {7B296C12-D728-4CD8-8CF7-B8D7A433F85C}.Release|Win32.ActiveCfg = Release|Win32 + {7B296C12-D728-4CD8-8CF7-B8D7A433F85C}.Release|Win32.Build.0 = Release|Win32 + {F7558C2A-C1BC-453C-8FDE-84F33DB73915}.Debug|Win32.ActiveCfg = Debug|Win32 + {F7558C2A-C1BC-453C-8FDE-84F33DB73915}.Debug|Win32.Build.0 = Debug|Win32 + {F7558C2A-C1BC-453C-8FDE-84F33DB73915}.Release|Win32.ActiveCfg = Release|Win32 + {F7558C2A-C1BC-453C-8FDE-84F33DB73915}.Release|Win32.Build.0 = Release|Win32 + {84F3B76C-4733-4032-B51E-F8E71022AFE6}.Debug|Win32.ActiveCfg = Debug|Win32 + {84F3B76C-4733-4032-B51E-F8E71022AFE6}.Debug|Win32.Build.0 = Debug|Win32 + {84F3B76C-4733-4032-B51E-F8E71022AFE6}.Release|Win32.ActiveCfg = Release|Win32 + {84F3B76C-4733-4032-B51E-F8E71022AFE6}.Release|Win32.Build.0 = Release|Win32 + {557CB36F-7F92-4B43-973D-05C6BF0A6414}.Debug|Win32.ActiveCfg = Debug|Win32 + {557CB36F-7F92-4B43-973D-05C6BF0A6414}.Debug|Win32.Build.0 = Debug|Win32 + {557CB36F-7F92-4B43-973D-05C6BF0A6414}.Release|Win32.ActiveCfg = Release|Win32 + {557CB36F-7F92-4B43-973D-05C6BF0A6414}.Release|Win32.Build.0 = Release|Win32 + {7586DFA1-F847-4BEF-9105-724DD9F12C2A}.Debug|Win32.ActiveCfg = Debug|Win32 + {7586DFA1-F847-4BEF-9105-724DD9F12C2A}.Debug|Win32.Build.0 = Debug|Win32 + {7586DFA1-F847-4BEF-9105-724DD9F12C2A}.Release|Win32.ActiveCfg = Release|Win32 + {7586DFA1-F847-4BEF-9105-724DD9F12C2A}.Release|Win32.Build.0 = Release|Win32 + {80270384-C551-471F-86C2-D80FE61D9883}.Debug|Win32.ActiveCfg = Debug|Win32 + {80270384-C551-471F-86C2-D80FE61D9883}.Debug|Win32.Build.0 = Debug|Win32 + {80270384-C551-471F-86C2-D80FE61D9883}.Release|Win32.ActiveCfg = Release|Win32 + {80270384-C551-471F-86C2-D80FE61D9883}.Release|Win32.Build.0 = Release|Win32 + {0969BEF1-77F5-468F-9497-8470FDEC615A}.Debug|Win32.ActiveCfg = Debug|Win32 + {0969BEF1-77F5-468F-9497-8470FDEC615A}.Debug|Win32.Build.0 = Debug|Win32 + {0969BEF1-77F5-468F-9497-8470FDEC615A}.Release|Win32.ActiveCfg = Release|Win32 + {0969BEF1-77F5-468F-9497-8470FDEC615A}.Release|Win32.Build.0 = Release|Win32 + {CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4}.Debug|Win32.ActiveCfg = Debug|Win32 + {CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4}.Debug|Win32.Build.0 = Debug|Win32 + {CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4}.Release|Win32.ActiveCfg = Release|Win32 + {CF1687EC-9097-4A86-B7FB-C1ECF9E27EA4}.Release|Win32.Build.0 = Release|Win32 + {C41E324E-03FD-4483-92B1-B50F6E3B6B82}.Debug|Win32.ActiveCfg = Debug|Win32 + {C41E324E-03FD-4483-92B1-B50F6E3B6B82}.Release|Win32.ActiveCfg = Release|Win32 + {40412A73-43D3-4F1F-9078-DBD76705767D}.Debug|Win32.ActiveCfg = Debug|Win32 + {40412A73-43D3-4F1F-9078-DBD76705767D}.Release|Win32.ActiveCfg = Release|Win32 + {4F2E05FD-F87C-4325-8C2A-C1EEA21A483F}.Debug|Win32.ActiveCfg = Debug|Win32 + {4F2E05FD-F87C-4325-8C2A-C1EEA21A483F}.Debug|Win32.Build.0 = Debug|Win32 + {4F2E05FD-F87C-4325-8C2A-C1EEA21A483F}.Release|Win32.ActiveCfg = Release|Win32 + {4F2E05FD-F87C-4325-8C2A-C1EEA21A483F}.Release|Win32.Build.0 = Release|Win32 + {51E1F9C4-091E-43A0-97C1-E1B68700A5AF}.Debug|Win32.ActiveCfg = Debug|Win32 + {51E1F9C4-091E-43A0-97C1-E1B68700A5AF}.Debug|Win32.Build.0 = Debug|Win32 + {51E1F9C4-091E-43A0-97C1-E1B68700A5AF}.Release|Win32.ActiveCfg = Release|Win32 + {51E1F9C4-091E-43A0-97C1-E1B68700A5AF}.Release|Win32.Build.0 = Release|Win32 + {AB7AD55A-A521-42F2-A953-623E5F059C1A}.Debug|Win32.ActiveCfg = Debug|Win32 + {AB7AD55A-A521-42F2-A953-623E5F059C1A}.Debug|Win32.Build.0 = Debug|Win32 + {AB7AD55A-A521-42F2-A953-623E5F059C1A}.Release|Win32.ActiveCfg = Release|Win32 + {AB7AD55A-A521-42F2-A953-623E5F059C1A}.Release|Win32.Build.0 = Release|Win32 + {626AF6BD-0AAB-4019-929A-2DB5CAD0419E}.Debug|Win32.ActiveCfg = Debug|Win32 + {626AF6BD-0AAB-4019-929A-2DB5CAD0419E}.Debug|Win32.Build.0 = Debug|Win32 + {626AF6BD-0AAB-4019-929A-2DB5CAD0419E}.Release|Win32.ActiveCfg = Release|Win32 + {626AF6BD-0AAB-4019-929A-2DB5CAD0419E}.Release|Win32.Build.0 = Release|Win32 + {1975AEE8-05C5-42DE-8A8B-620168F9C1C9}.Debug|Win32.ActiveCfg = Debug|Win32 + {1975AEE8-05C5-42DE-8A8B-620168F9C1C9}.Debug|Win32.Build.0 = Debug|Win32 + {1975AEE8-05C5-42DE-8A8B-620168F9C1C9}.Release|Win32.ActiveCfg = Release|Win32 + {1975AEE8-05C5-42DE-8A8B-620168F9C1C9}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/win32/vs8/libgstadder.vcproj b/win32/vs8/libgstadder.vcproj new file mode 100644 index 0000000000..e582576a18 --- /dev/null +++ b/win32/vs8/libgstadder.vcproj @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstaudio.vcproj b/win32/vs8/libgstaudio.vcproj new file mode 100644 index 0000000000..023264d9c5 --- /dev/null +++ b/win32/vs8/libgstaudio.vcproj @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstaudioconvert.vcproj b/win32/vs8/libgstaudioconvert.vcproj new file mode 100644 index 0000000000..037311c616 --- /dev/null +++ b/win32/vs8/libgstaudioconvert.vcproj @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstaudiorate.vcproj b/win32/vs8/libgstaudiorate.vcproj new file mode 100644 index 0000000000..ac6acd73fe --- /dev/null +++ b/win32/vs8/libgstaudiorate.vcproj @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstaudioresample.vcproj b/win32/vs8/libgstaudioresample.vcproj new file mode 100644 index 0000000000..45e6bd6b4d --- /dev/null +++ b/win32/vs8/libgstaudioresample.vcproj @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstaudiotestsrc.vcproj b/win32/vs8/libgstaudiotestsrc.vcproj new file mode 100644 index 0000000000..9bcf568595 --- /dev/null +++ b/win32/vs8/libgstaudiotestsrc.vcproj @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstdecodebin.vcproj b/win32/vs8/libgstdecodebin.vcproj new file mode 100644 index 0000000000..7f5332ff1a --- /dev/null +++ b/win32/vs8/libgstdecodebin.vcproj @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstffmpegcolorspace.vcproj b/win32/vs8/libgstffmpegcolorspace.vcproj new file mode 100644 index 0000000000..add0dc76a3 --- /dev/null +++ b/win32/vs8/libgstffmpegcolorspace.vcproj @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstinterfaces.vcproj b/win32/vs8/libgstinterfaces.vcproj new file mode 100644 index 0000000000..9836e3b54a --- /dev/null +++ b/win32/vs8/libgstinterfaces.vcproj @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstogg.vcproj b/win32/vs8/libgstogg.vcproj new file mode 100644 index 0000000000..8f02e14ac2 --- /dev/null +++ b/win32/vs8/libgstogg.vcproj @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstplaybin.vcproj b/win32/vs8/libgstplaybin.vcproj new file mode 100644 index 0000000000..d490bf6a4d --- /dev/null +++ b/win32/vs8/libgstplaybin.vcproj @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstriff.vcproj b/win32/vs8/libgstriff.vcproj new file mode 100644 index 0000000000..6f41273c06 --- /dev/null +++ b/win32/vs8/libgstriff.vcproj @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstsubparse.vcproj b/win32/vs8/libgstsubparse.vcproj new file mode 100644 index 0000000000..3bc1c4fd6a --- /dev/null +++ b/win32/vs8/libgstsubparse.vcproj @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgsttag.vcproj b/win32/vs8/libgsttag.vcproj new file mode 100644 index 0000000000..5da6860aec --- /dev/null +++ b/win32/vs8/libgsttag.vcproj @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgsttcp.vcproj b/win32/vs8/libgsttcp.vcproj new file mode 100644 index 0000000000..6600730ab8 --- /dev/null +++ b/win32/vs8/libgsttcp.vcproj @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgsttheora.vcproj b/win32/vs8/libgsttheora.vcproj new file mode 100644 index 0000000000..3cb10ab8df --- /dev/null +++ b/win32/vs8/libgsttheora.vcproj @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgsttypefind.vcproj b/win32/vs8/libgsttypefind.vcproj new file mode 100644 index 0000000000..1c19e418d6 --- /dev/null +++ b/win32/vs8/libgsttypefind.vcproj @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstvideo.vcproj b/win32/vs8/libgstvideo.vcproj new file mode 100644 index 0000000000..4fa89d67c1 --- /dev/null +++ b/win32/vs8/libgstvideo.vcproj @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstvideorate.vcproj b/win32/vs8/libgstvideorate.vcproj new file mode 100644 index 0000000000..8bec13016c --- /dev/null +++ b/win32/vs8/libgstvideorate.vcproj @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstvideoscale.vcproj b/win32/vs8/libgstvideoscale.vcproj new file mode 100644 index 0000000000..f2b683334f --- /dev/null +++ b/win32/vs8/libgstvideoscale.vcproj @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstvideotestsrc.vcproj b/win32/vs8/libgstvideotestsrc.vcproj new file mode 100644 index 0000000000..b9d6d8a8e6 --- /dev/null +++ b/win32/vs8/libgstvideotestsrc.vcproj @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstvolume.vcproj b/win32/vs8/libgstvolume.vcproj new file mode 100644 index 0000000000..02f6828f0f --- /dev/null +++ b/win32/vs8/libgstvolume.vcproj @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstvorbis.vcproj b/win32/vs8/libgstvorbis.vcproj new file mode 100644 index 0000000000..12ee6b4945 --- /dev/null +++ b/win32/vs8/libgstvorbis.vcproj @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +