Commit Graph

12 Commits

Author SHA1 Message Date
Amar Takhar a55e392fc2 In r1876 the compiler flags were pushed up from the AC_CHECK* commands.
However they wern't removed from the CPP/LDFLAG settings so we ended up
with -I-I and -L-L.

Originally committed to SVN as r1882.
2008-03-04 01:11:22 +00:00
Amar Takhar eee84bced9 Fix ffmpeg support, -lavcodec was added to both libs (avcodec/avformat), fix
the 2nd to be -lavformat.

Originally committed to SVN as r1881.
2008-03-04 01:02:13 +00:00
Amar Takhar f5764fa2e4 Add support for OpenAL.
Originally committed to SVN as r1880.
2008-03-04 00:59:02 +00:00
Amar Takhar 448add536a Fix --without-lua and --without-ffmpeg so they work as expected.
Originally committed to SVN as r1879.
2008-03-03 21:52:41 +00:00
Amar Takhar c44dd80448 Sigh.. _really_ remove the flags, -1 point for comitting before breakfast.
Originally committed to SVN as r1877.
2008-03-03 17:41:53 +00:00
Amar Takhar c86d525d98 Push linker/compiler flages up into the --with-lua* functions, this stops
empty flags from being passed.  I didn't notice beacuse I always have them
set.

Originally committed to SVN as r1876.
2008-03-03 17:39:39 +00:00
Amar Takhar c9b8969c6d Align the help for the --with* flags.
Originally committed to SVN as r1874.
2008-03-03 09:12:12 +00:00
Amar Takhar 964a710403 Add a --without-hunspell switch.
Originally committed to SVN as r1873.
2008-03-03 09:09:34 +00:00
Amar Takhar ed4e70fae8 Add preliminary support for the swscale library if swscale is not included
in ffmpeg, there are some linux distro's running ancient versions still.

Originally committed to SVN as r1872.
2008-03-03 08:57:08 +00:00
Amar Takhar 65ed5fa6b8 Fix typo s/LUA_CPPLAGS/LUA_CPPFLAGS/
Originally committed to SVN as r1871.
2008-03-03 08:45:15 +00:00
Amar Takhar 14b319414f Add the 13 required AC_DEFINE lines to actually enable the
detected packages, I meant to do this but completely forgot.

Originally committed to SVN as r1867.
2008-03-03 07:54:19 +00:00
Amar Takhar b1c441ff73 Commit the new build system (complete re-write), this includes several changes:
* Sane C/CXX/CPP/LDFLAGS
 * --with/--without settings
 * Proper gettext support
 * System portability changes (to support OS X and all other unix-like osen)
 * Features to allow for proper compile time settings (support exists features
   need to be added)

This comes with no warrenty at the moment, auto3 and asa support are both
incomplete/non-existent, there is no documentation and some conftests still nee$
to be written.

It's still incomplete try it at your own risk!

Originally committed to SVN as r1865.
2008-03-03 07:22:58 +00:00