]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on...
authorAndrey Volk <andywolk@gmail.com>
Thu, 16 May 2019 20:38:21 +0000 (00:38 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 17 May 2019 12:46:58 +0000 (16:46 +0400)
commita1f3b4862e7fd44a37862ae84c0e79f89c9bc0d8
tree29ac502bc379fd9f0e43ad14f834b2826696153d
parent2e521f03647f464ca6a19766ff48d98427fb8ce8
FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on Windows.
21 files changed:
Freeswitch.2017.sln
docs/COPYING
docs/COPYING.rtf
docs/OPENH264_BINARY_LICENSE.txt [new file with mode: 0644]
libs/win32/ffmpeg/ffmpeg.2017.vcxproj
src/mod/applications/mod_av/mod_av.2017.vcxproj
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/.gitignore [new file with mode: 0644]
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.config [new file with mode: 0644]
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/CustomAction.cs [new file with mode: 0644]
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/LICENSE.txt [new file with mode: 0644]
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Properties/AssemblyInfo.cs [new file with mode: 0644]
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264/Setup.CA.DownloadOpenH264.csproj [new file with mode: 0644]
w32/Setup/Product.2017.wxs
w32/Setup/Setup.2017.wixproj
w32/Setup/filter.xslt
w32/download_openh264.props [new file with mode: 0644]
w32/download_sharpziplib.props [new file with mode: 0644]
w32/downloadpackage.task
w32/ffmpeg.props
w32/modules.props
w32/solution_configuration.props [new file with mode: 0644]