[09:20:56] <Dominus> wjp, marzo, we need to integrate a new speech track for the weird SI intro
[09:20:57] <Dominus> https://www.youtube.com/watch?v=1joJXSTKyjk
[09:23:38] * Dominus misses Colourless
[09:27:29] <wjp> oh dear :-)
[13:24:58] --- Shozan is now known as SHODAN
[20:55:53] <sh4rm4> ppl start opening bugs on my git mirror: https://github.com/rofl0r/exult/issues/1
[21:05:35] <sh4rm4> (it's a real bug, btw)
[21:05:49] <sh4rm4> (i ran into it myself a while ago)
[21:07:12] <sh4rm4> i guess it could be fixed by shipping /share/aclocal/ogg.m4 with the sources and then somehow "load" it in configure.ac
[21:09:11] <sh4rm4> or just test for ogg with a simple compile test "#include <ogg/ogg.h>\n int main() {}" ; gcc test.c -logg -> success: yup, add -logg to LDFLAGS
[21:13:42] <wjp> the latter is not an option. The former should be fine. Can add it to acinclude.m4 for example
[21:14:12] <wjp> or ship it in its entirety somewhere, and let aclocal take care of it
[21:18:34] <Dominus> since we depend on it, shouldn't we just check whether it is installed and then break if ogg is not there with a nicer message?
[21:18:57] <Marzo1> That is the idea of including ogg.m4
[21:24:23] * Dominus should go to bed, now understands it better, shouldn't have written anything... :)
[21:29:12] <sh4rm4> wjp, could you fix this quickly now that we speak of it?
[21:29:47] <sh4rm4> otherwise i'll tell the guy to report the issue again on sf.net, so it doesnt get forgotten... and maybe he will do so