Commit Graph

370 Commits

Author SHA1 Message Date
Andrey Volk
193316b244 [Build-System] Remove mod_unimrcp from the Windows build. 2022-08-29 20:17:12 +03:00
Andrey Volk
dd3075a203 [Core] Fix Windows build after apr-util removal 2022-08-29 20:17:12 +03:00
Andrey Volk
78da062bd9 [Build-System] Windows: Fix APR build dependency in unimrcp and pthread dependency in libshout. 2021-11-09 22:32:06 +03:00
Andrey Volk
231d5e6494 [Build-System] Remove SpanDSP library from the FreeSWITCH tree and use packages instead. 2020-08-04 19:15:28 -04:00
Andrey Volk
2fc0e3b80a [Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead. 2020-08-03 23:46:45 +04:00
Andrey Volk
0275ea1eb4 [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 2020-05-25 14:18:25 +04:00
Andrey Volk
36aa4cc2c6 [libvpx] Fix typo in Windows project file. 2020-03-06 21:15:04 +04:00
Andrey Volk
6175c55b2f [Build-System] Fix Windows build after libvpx update. 2020-03-06 21:14:46 +04:00
Andrey Volk
157b47f537 FS-11267: [Build-System] Fix libyuv build for Windows 2019-07-25 23:20:29 +04:00
Andrey Volk
a714dacd7f FS-11267: [Build-System] Fix libvpx build for Windows 2019-07-25 23:16:51 +04:00
Andrey Volk
fe7d5e2944 FS-11851: [Build-System] Significantly reduce libvpx and ffmpeg compile time on Windows. 2019-05-19 01:49:02 +04:00
Andrey Volk
a1f3b4862e FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on Windows. 2019-05-17 16:46:58 +04:00
Andrey Volk
c27206e36d FS-11565: [Build-System] Add 48kHz sounds to the Visual Studio solution on Windows. 2018-12-21 21:18:12 +04:00
Andrey Volk
359035bf69 FS-11464: [Build-System] Improve CUDA detection in Visual Studio on Windows. 2018-11-28 02:47:23 +04:00
Andrey Volk
13f6890f41 FS-11523: [mod_av] Add ffmpeg 4.1 support. 2018-11-28 02:47:23 +04:00
Andrey Volk
0b2f72ff97 FS-11394: [mod_av] Enable HW acceleration on Windows. Use FFmpeg 3.4.4 instead of libav. 2018-09-19 19:16:36 +03:00
Andrey Volk
6005400994 FS-11390: [mod_codec2] Use system libcodec2. 2018-09-15 14:58:05 +03:00
Andrey Volk
144bbec7fd FS-11303: [Build-System] Migrate Visual C++ components redistribution using merge modules from v140 to v141 (VS2017), minor cleanup. 2018-08-01 18:49:24 +03:00
Andrey Volk
13421eea17 FS-11298: [Build-System] Fix Win32 build under Visual Studio. 2018-08-01 00:18:09 +03:00
Andrey Volk
6712f3998f FS-11295: [mod_av] Fix wrong path to yasm.exe 2018-07-30 23:44:55 +03:00
Andrey Volk
e08406d1c4 FS-11288: [Build-System] Refactor WIX project to not miss modules in msi on slow machines. Move Windows build logic from legacy util.vbs to modern props. Fix sound packages improper extraction. Fix multiprocessor build under msbuild. 2018-07-27 18:56:46 +03:00
Andrey Volk
671da28796 FS-11263: [Build-System] Move FreeSWITCH build system to Visual Studio 2017 on Windows. 2018-07-24 07:21:55 +00:00
Andrey Volk
561d187085 FS-11125: [Build-System] Remove unused files left from previous Visual Studio version. 2018-07-24 07:21:51 +00:00
Mike Jerris
414442c3b3 remove some unused files
This reverts commit 7944934d20.
This reverts commit b120ddb9d3.
This reverts commit e8987b0d8c.
2018-07-24 07:21:51 +00:00
Andrey Volk
32c16669c4 FS-11091: [mod_sndfile] Remove libsndfile from the code base, use pre-compiled binaries on Windows, update to libsndfile 1.0.28 2018-07-24 07:21:49 +00:00
Andrey Volk
c9ac9c66e3 FS-11090: [Build-System] Move PCRE library to pre-compiled binaries, minor cleanup, reduce build log verbosity on windows. 2018-07-24 07:21:49 +00:00
Andrey Volk
07fbd3fc49 FS-11087: [Build-System] Use shared zlib library on Windows. 2018-07-24 07:21:49 +00:00
Andrey Volk
d0dae4b360 FS-11086: [Build-System] Move libflite to pre-compiled libraries on Windows. 2018-07-24 07:21:47 +00:00
Andrey Volk
c31e7062b7 FS-11085: [Build-System] Update curl to 7.59.0 and move to pre-compiled binaries on Windows. 2018-07-24 07:21:46 +00:00
Andrey Volk
50d38ba36c FS-10980: [mod_lua] Update lua version to 5.3.4 and move it to pre-compiled binaries on Windows. 2018-07-24 07:21:46 +00:00
Andrey Volk
d22e16ece9 FS-11069: [Build-System] Update zlib to 1.2.11 and move it to pre-compiled binaries on Windows. 2018-07-24 07:21:43 +00:00
Andrey Volk
52ac19c338 FS-11067: [Build-System] Improve windows build speed moving openssl to pre-compiled binaries. 2018-07-24 07:21:42 +00:00
Andrey Volk
24ef5b2762 FS-11065: [Build-System, mod_v8] Update libv8 to 6.1.298 on windows, speedup windows build by moving libv8 to pre-compiled binaries. 2018-07-24 07:21:42 +00:00
Andrey Volk
e380b41a8e FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10. 2018-01-10 23:30:24 +03:00
Mike Jerris
f7e2505fc7 cleanup unused 2017-11-20 11:30:50 -05:00
Andrey Volk
9c4fc2af12 FS-10725: [Build-System] Add DownloadPackageTask in order to use in props instead of using legacy util.vbs within projects. Get rid of lib v8 download project in favor of props on windows. 2017-10-17 23:13:27 +03:00
Andrey Volk
ea8c3be8ec FS-10541: [Build-System] Move OpenSSL to props with BaseDir on windows. 2017-10-07 22:50:48 +03:00
Andrey Volk
8d0afcd01a FS-10690: [libblade, Build-System] Migrated civetweb's duktape_lib and lua_lib windows projects into repository. 2017-10-07 17:03:34 +03:00
Shane Bryldt
4ba8c7dc48 FS-10690: [libblade] [libks] Cleaned up projects so they build as static libs rather than DLL projects where appropriate. Set all projects that weren't using the right windows CRT library to use DLL based even when statically compiling. Cleaned up some project preprocessor definitions and moved around some preprocessor code to make it simpler. Added ks_sb_t to support an efficient universal string builder. Tested string builder with a temporary REST service exposed by switchblade application. 2017-10-05 05:22:22 -06:00
Shane Bryldt
62ee80962f FS-10690: [libblade] Added PCRE to libblade for REST route matching, fixed windows build environment for PCRE download project 2017-10-02 11:31:38 -06:00
Shane Bryldt
b120ddb9d3 FS-10690: Fixed some issues in the download projects, added configuration transfer during blade_restmgr startup, and started initial stubs for civetweb callbacks in advance of deeper REST routing support 2017-09-27 20:07:16 -06:00
Andrey Volk
e8987b0d8c FS-10690: [Build-System] Add download projects for civetweb, libconfig, libsodium on windows. 2017-09-28 01:07:19 +03:00
Andrey Volk
def7afdee6 FS-10696: [Build-System] Update 7za to 1701 on windows. 2017-09-28 00:39:30 +03:00
Andrey Volk
6e3991379b FS-10690: [Build-System] Add civetweb library project for libblade on windows. 2017-09-25 22:09:20 +03:00
Andrey Volk
fe83efca45 FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build. 2017-09-11 22:27:31 +03:00
Andrey Volk
bf101a5f0b FS-10525: [Build-System] Update curl to 7.54.1 for windows, move to props. 2017-07-21 01:21:34 +03:00
Andrey Volk
a1bff96d40 FS-10516: [Build-System] Move libsilk from tree to download on windows. 2017-07-18 22:16:48 +03:00
Andrey Volk
c1d964a0a5 FS-10510: [Build-System] Add mod_codec2, move libcodec2 from tree to download on windows. 2017-07-18 18:32:10 +03:00
Andrey Volk
5dabf58f7b FS-10509: [Build-System] Move broadvoice from tree to download on windows. 2017-07-18 00:35:48 +03:00
Andrey Volk
4d063f21a1 FS-10508: [Build-System] Fix broken lib download logic on windows. 2017-07-17 22:28:00 +03:00