mame/3rdparty
Miodrag Milanović e622da1827 Update README.md
2016-03-05 09:25:49 +01:00
..
benchmark Added Google Benchmark library (nw) 2016-01-29 11:47:40 +01:00
bgfx Make Android targets compile but not link, using clang compiler in NDK, since GCC will be removed in next one (nw) 2016-02-25 20:44:35 +01:00
bx Update to latest BGFX including my SteamLink support (nw) 2016-02-16 07:52:59 +01:00
compat/mingw Added missing xaudio2 header from WINE that is free to use (nw) 2016-03-05 08:59:39 +01:00
dxsdk
expat
genie Made xcode params more generic (nw) 2016-02-26 20:30:37 +01:00
googletest Updated OS/2 support [KO Myung-Hun] 2015-11-23 21:24:58 -05:00
http-parser added http-parser (nw) 2016-01-31 15:34:40 +01:00
libflac
libjpeg
libuv added libuv library (nw) 2016-01-31 15:25:07 +01:00
lsqlite3
lua Made pnacl to compile (nw) 2016-02-26 14:50:09 +01:00
lua-zlib Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) 2016-02-14 08:16:35 +01:00
luabridge small patch to luabridge (nw) 2015-12-06 15:12:54 +01:00
luafilesystem Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) 2016-02-14 08:16:35 +01:00
lzma
portaudio
portmidi #import is an Objective-C thing, C should use #include 2015-11-01 17:03:49 +11:00
rapidjson Added rapidjson (nw) 2016-02-17 14:11:23 +01:00
SDL2 Placed SDL2 source since we need it on some platforms (nw) 2016-02-27 16:53:49 +01:00
SDL2-override/mingw make possible to select if bundled SDL2 is used, made mingw and vs compile so far (nw) 2016-02-27 18:48:03 +01:00
softfloat macro removal INLINE -> static inline (nw) 2015-12-12 08:58:57 +01:00
sqlite3
winpcap
zlib
README.md Update README.md 2016-03-05 09:25:49 +01:00

3rdparty

benchmark - Apache License, Version 2.0 (used only for testing, not part of distribution)

bgfx - The BSD 2-Clause License

bx - The BSD 2-Clause License

compat - Wine headers missing in MinGW The GNU Lesser General Public License, version 2.1 (LGPL-2.1)

note that this one contain headers only and that real library/dll is dynamically loaded so use in commercial project is allowed, will be removed when becomes part of MinGW distribution

dxsdk - DirectX SDK EULA

expat - The MIT License (MIT)

genie - The BSD 3-Clause License

googletest - The BSD 3-Clause License

http-parser - The MIT License (MIT)

libflac - The BSD 3-Clause License

libjpeg - Custom BSD-like

libuv - Node License (BSD-like)

lsqlite3 - The MIT License (MIT)

lua - The MIT License (MIT)

lua-zlib - The MIT License (MIT)

luabridge - The MIT License (MIT)

luafilesystem - The MIT License (MIT)

lzma - The GNU Lesser General Public License

portaudio - The MIT License (MIT) explanation at their site

portmidi - The MIT License (MIT)

rapidjson - The BSD 3-Clause License

sdl2 - zlib license

softfloat - U.C. Berkeley open-source license MIT compatible

sqlite3 - Public Domain

winpcap - The BSD 3-Clause License

zlib - zlib license