Alex Szpakowski
c952bbcab7
Update LuaJIT to 2.0.4.
2015-12-01 14:19:13 -04:00
Alex Szpakowski
e9d77ef766
Added missing changes to the OpenAL-Soft update.
2015-12-01 13:40:34 -04:00
Alex Szpakowski
f8dae3ea09
Update OpenAL-Soft to 1.17.
2015-12-01 13:30:47 -04:00
Alex Szpakowski
42816473e3
Missed the # part of the #if...
2015-08-22 23:10:56 -03:00
Alex Szpakowski
eba4deb99e
Fixed linker errors when compiling debug builds of SDL2.
2015-08-22 22:59:24 -03:00
Alex Szpakowski
e959cbd16c
Fix OpenAL Soft 1.16 to compile when VS2015 is used.
...
OpenAL Soft 1.17 will also have the fix, when it's released.
2015-08-22 17:42:48 -03:00
Alex Szpakowski
a548ca7b8d
SDL: disable buffer security checks since it requires linking with the CRT.
2015-08-22 14:45:45 -03:00
Alex Szpakowski
f630060123
Apply some fixes to SDL's cmakelists:
...
* Do a proper check for xinput support
* Enable OpenGL ES and EGL
* Don't try to link with the default set of libraries (since we don't want to link with the C runtime)
* Enable /arch:SSE to avoid linker errors
2015-08-22 14:38:13 -03:00
Alex Szpakowski
b7a3a04be2
Re-applied previous megasource-specific changes to SDL's cmakelists:
...
* Enable SDL_SHARED.
* Disable SDL_STATIC.
* Set SDL_LINK_DIR in parent scope.
* Use custom install() directive.
* Add target_include_directories.
2015-08-22 14:28:00 -03:00
Alex Szpakowski
c47a4b56bb
Updated SDL2 to the latest Mercurial revision.
2015-08-22 14:16:20 -03:00
Alex Szpakowski
0753e6b560
Hopefully fix xinput support not being enabled in SDL.
2015-08-21 18:33:10 -03:00
Alex Szpakowski
63d45f1f3d
Removed DevIL and its dependencies.
2015-08-06 16:57:09 -03:00
EntranceJew
3b77fb74cf
Added libtheora.
2015-07-31 15:37:25 -04:00
Alex Szpakowski
9a7bf94d23
Fixed the OpenAL-Soft CMakeLists.txt file to work with Visual Studio 2015.
2015-07-21 01:27:22 -03:00
Alex Szpakowski
7471269bee
Removed SDL_image and libjpeg, since they're never used.
2015-07-18 16:05:03 -03:00
rude
dd1b401fda
Remove old OpenAL versions.
2015-03-15 17:34:15 +01:00
rude
0e568aa793
Make some necessary changes to SDL.
...
* Enable SDL_SHARED.
* Disable SDL_STATIC.
* Set SDL_LINK_DIR in parent scope.
* Use custom install() directive.
* Add target_include_directories.
2015-03-15 17:21:59 +01:00
rude
5b138ae0b5
Apply patch from SDL bug 2900. (Fixes CMake build on Windows).
2015-03-15 16:45:32 +01:00
rude
6a2aff6450
Added SDL 1c0f6952e65e.
2015-03-15 15:47:43 +01:00
rude
3875ba8860
CMake fixes: OpenAL-Soft 1.16.0.
2015-02-14 17:42:10 +01:00
rude
22245fc23f
Added OpenAL-Soft 1.16.0.
2015-02-10 19:40:59 +01:00
rude
5afec7c793
Fix includes (again) for libjpeg.
2014-04-24 00:56:01 +02:00
rude
fa97be7523
Fix includes for turbojpeg.
2014-04-23 22:24:54 +02:00
rude
17b0e41d13
Remove LuaJIT 2.0.2.
2014-03-30 14:14:08 +02:00
rude
2b5ddc77d7
Add LuaJIT 2.0.3.
2014-03-30 14:12:24 +02:00
rude
8cc04f0e2c
libjpeg-turbo: Don't use the static C library.
2014-04-21 15:10:35 +02:00
rude
9d741c36f9
libjpeg-turbo: Include directories using target_include_directories.
2014-04-21 15:10:35 +02:00
rude
d4f63faeeb
libjpeg-turbo: Disable SIMD. (For now).
2014-04-21 15:10:35 +02:00
rude
4c80b22136
libjpeg-turbo 1.3.1: Include CMAKE_CURRENT_SOURCE_DIR.
2014-04-21 15:10:35 +02:00
rude
b8b805ef47
libjpeg-turbo 1.3.1: Build just the static library.
2014-04-21 15:10:35 +02:00
rude
d74126b4fd
Add libjpeg-turbo 1.3.1.
2014-04-21 15:10:35 +02:00
rude
4a4f1f3329
Upgrade to SDL2.0.3.
2014-03-23 15:09:12 +01:00
rude
2fb789ce68
Upgrade to SDL2.0.2 (8393682d9d96d1516831a397290cb34ceb82129f).
2014-03-09 10:15:01 +01:00
rude
a772b4fd30
Remove SDL2-2.0.0.
2014-02-15 18:01:47 +01:00
rude
c41811d1a4
Remove SDL2-2.0.1.
2014-02-15 18:00:19 +01:00
rude
39418b1647
Remove SDL2-2.0.1-21dcb24404c0.
2014-02-15 18:00:02 +01:00
rude
1caf4fd1f8
Make necessary changes to SDL 2.0.1 (3742e768b536) CMakeLists.txt.
...
* Disable SDL_STATIC.
* Set SDL_LINK_DIR in parent scope.
* Use custom install() directive.
* Add target_include_directories.
2014-02-15 17:45:03 +01:00
rude
001744190b
Add SDL2.0.1-3742e768b536.
...
Note: using the same folder for future updates.
2014-02-14 18:56:29 +01:00
rude
9354a856db
Apply fixes to OpenAL-soft's CMakeLists.txt.
...
* Disable utils, examples, config install.
* Set lib name in parent scope.
* Add TARGET_INCLUDE_DIRECTORIES
* Don't install the default stuff.
* Install our stuff instead.
2014-02-13 22:15:00 +01:00
rude
c3a7263a78
Add OpenAL-soft 29e0af5ef052a3602f9b7935d6002c6d2ae5e8cb.
...
Needed because of race condition fix in mmdevapi backend.
2014-02-13 20:32:37 +01:00
rude
22a7ae0d8e
Add CMakeLists.txt for SDL2_image.
2013-12-11 21:48:21 +01:00
rude
e9b8993261
Add SDL2_image 2.0.0.
2013-12-11 20:17:31 +01:00
rude
790d56fe65
Added LuaJIT-2.0.2.
2013-11-27 01:23:28 +01:00
rude
7865efccba
Make necessary changes to SDL 2.0.1 (tip) CMakeLists.txt.
...
* Disable SDL_STATIC.
* Set SDL_LINK_DIR in parent scope.
* Use custom install() directive.
* Add target_include_directories.
2013-11-24 12:54:55 +01:00
rude
2f57efa57f
Added SDL2-2.0.1-21dcb24404c0.
2013-11-24 12:52:20 +01:00
rude
70a64080bd
Make necessary changes to SDL 2.0.1 CMakeLists.txt.
...
* Disable SDL_STATIC.
* Set SDL_LINK_DIR in parent scope.
* Use custom install() directive.
* Add target_include_directories.
2013-11-02 12:09:54 +01:00
rude
bf9c6f54e3
Add SDL-2.0.1.
2013-11-02 11:34:29 +01:00
rude
8e9ed21c15
Configure modplug on OSX.
2013-10-02 00:17:21 +02:00
rude
34d8250c2d
Add "LIBRARY" destination for install commands.
2013-10-02 00:17:06 +02:00
rude
ca8fdab359
Add "lib" include dir for libvorbis.
...
It won't compile without it on OSX.
2013-10-02 00:16:46 +02:00