Bart van Strien
|
4ccbe6dfec
Update autotools build system
|
8 years ago |
Bart van Strien
|
ff336041a9
Clean up autotools build scripts
|
8 years ago |
Alex Szpakowski
|
60d90ca4a8
Merge default into minor
|
8 years ago |
Bart van Strien
|
7a6e626c74
Make stb_image only use SSE2 on x86_64, or when an override has been set (fixes #1173)
|
8 years ago |
Bart van Strien
|
e515cf076e
Make configure not search for dependencies of disabled implementations (resolves #1099)
|
9 years ago |
Bart van Strien
|
22f2175bec
Add initial video playback support for Ogg Theora videos (resolves issue #66.)
|
9 years ago |
Bart van Strien
|
306049bcfe
Move and manually include c++11 m4 file to work around old aclocal versions
|
10 years ago |
Bart van Strien
|
acca06907e
Extend c++11 tests in configure script
|
10 years ago |
Bart van Strien
|
3cb777e2b7
Add basic lua 5.3 support
|
10 years ago |
Alex Szpakowski
|
5dbf589d47
Removed libjpeg-turbo as a dependency (closes issue #1031.) Removed jpeg support for ImageData:encode. stb_image now handles jpeg image loading.
|
10 years ago |
Bart van Strien
|
95d9dfa801
Explicitly search for pkg-config in configure script
|
10 years ago |
djcj
|
9d2a2832ab
Disable static libraries by default in linux build
|
10 years ago |
Bart van Strien
|
bd271ce5cb
Remove OpenGL as compile-time dependency on linux, SDL loads it at runtime (and also GLES, if applicable)
|
10 years ago |
Alex Szpakowski
|
be8b7dd504
glLoadIdentity isn't part of GLES2+ or core GL3+.
|
10 years ago |
Alex Szpakowski
|
eca8c17a69
Removed the DevIL backend from love.image. Replaced it with PNG and JPEG encoders/decoders via LodePNG, zlib, and libjpeg-turbo.
|
11 years ago |
Bart van Strien
|
a1158599ab
Use '=' instead of '==' for test command in configure scripts (fixes #866)
|
11 years ago |
Bart van Strien
|
d81eae8889
Scripts now automatically recompile on change on linux, auto.lua normalizes input names a bit more
|
11 years ago |
Bart van Strien
|
6eb0544bbc
Use new error message macro in configure, use luajit by default, switch to pkg-config for as much as possible
|
11 years ago |
Bart van Strien
|
5b66cd2290
Make configure output some files in the debian folder as well, substituting the (optional) suffix where needed, also add pkg-config dependency
|
11 years ago |
Bart van Strien
|
3d82eecc08
Apply the love-experiment moduleselect branch
|
11 years ago |
Jordy Dickinson
|
86f3ee4775
Fixed build errors with custom SDL location (resolves issue 774)
|
11 years ago |
Bart van Strien
|
375cbd4003
Make autoconf detect and enable c++11 support in compilers
|
12 years ago |
Bart van Strien
|
d598549980
Make the configure script look for SDL2
|
12 years ago |
Bart van Strien
|
f5603b0291
Make love compile against lua5.2
|
12 years ago |
Martin Felis
|
14ca401158
Add enet and lua-enet
|
12 years ago |
Bart van Strien
|
c99fb2fb99
Fix --disable-mpg123 by telling automake to not compile it, instead of using ifdefs
|
12 years ago |
Bart van Strien
|
6bc4f7a34e
Revision 1500 s/''/'/ on configure.ac, how fitting
|
12 years ago |
Bart van Strien
|
d8dfd62035
Rework configure.ac, clean up platform/unix
|
12 years ago |
Michał Górny
|
53408e3768
Install file associations and icons using autotools (issue #605)
|
12 years ago |
Bart van Strien
|
c4133f2489
(Hopefully) fix some issues with older version of autotools
|
13 years ago |