[00:04:21] *** zeroclouds has joined #openal[00:04:22] *** ChanServ sets mode: +v zeroclouds[00:11:38] <KittyCat> anyone have any experience with native-code libs on Android?[00:15:32] <KittyCat> I'm curious if I build OpenAL Soft using, for instance, arm-linux-androideabi-r10c-21, can someone use that prebuilt lib with a different version of arm-linux-androideabi?[00:22:06] <rdb> KittyCat, my understanding is that it is forward compatible, and so you should build against the oldest ABI that you want to support[00:24:03] <KittyCat> hmm[00:24:46] <KittyCat> not sure how old an ABI is worth supporting. or what the differences between versions are[00:26:07] <rdb> KittyCat, I'd go for 2.3 as a good cut-off point[00:26:14] <rdb> Which is the version that introduced OpenSL ES[00:26:49] <rdb> I think that's API level 9.[03:11:54] *** neXyon has quit IRC[03:23:01] *** matpow2 has joined #openal[03:23:01] *** ChanServ sets mode: +v matpow2[03:25:22] <Amadiro> KittyCat, but you should probably also build for the other targets (mips, x86, ...) that the ndk includes by default[03:25:28] <Amadiro> well, if you weren't aware of those already[03:25:45] *** Maketwo has quit IRC[03:25:53] *** Maketwo has joined #openal[03:25:53] *** ChanServ sets mode: +v Maketwo[03:26:15] *** mat^2 has quit IRC[03:26:25] <Amadiro> there is nothing in the ndk or anything that actually checks these kind of tings, as far as I'm aware, I personally just have my build-system set up to build ever-which-way-is-possible[03:26:34] <Amadiro> although I don't think there are that many x86 and mips users around...[04:23:54] *** tristanseifert has quit IRC[04:55:41] *** tristanseifert has joined #openal[04:55:41] *** ChanServ sets mode: +v tristanseifert[08:21:01] *** take_cheeze has joined #openal[08:21:01] *** ChanServ sets mode: +v take_cheeze[08:56:36] *** prophile has joined #openal[08:56:36] *** ChanServ sets mode: +v prophile[09:56:04] *** tristanseifert has quit IRC[10:24:18] *** zeroclouds has quit IRC[10:45:32] *** prophile has quit IRC[10:51:29] *** prophile has joined #openal[10:51:30] *** ChanServ sets mode: +v prophile[11:20:18] *** prophile has quit IRC[13:31:04] *** lritter has joined #openal[13:31:04] *** ChanServ sets mode: +v lritter[13:51:29] *** bjz has joined #openal[13:51:30] *** ChanServ sets mode: +v bjz[13:54:48] *** bjz_ has quit IRC[17:52:16] *** Mazon has quit IRC[17:54:13] *** BrainDamage_ has joined #openal[17:54:13] *** ChanServ sets mode: +v BrainDamage_[17:56:14] *** BrainDamage has quit IRC[17:56:15] *** BrainDamage_ is now known as BrainDamage[17:58:00] *** Mazon has joined #openal[17:58:01] *** ChanServ sets mode: +v Mazon[18:46:30] *** prophile has joined #openal[18:46:30] *** ChanServ sets mode: +v prophile[18:55:16] *** tristanseifert has joined #openal[18:55:17] *** ChanServ sets mode: +v tristanseifert[19:00:05] *** tristanseifert has quit IRC[19:24:10] *** matpow2 has quit IRC[19:56:39] *** tristanseifert has joined #openal[19:56:39] *** ChanServ sets mode: +v tristanseifert[20:36:03] *** zeroclouds has joined #openal[20:36:03] *** ChanServ sets mode: +v zeroclouds[20:45:49] *** take_cheeze has quit IRC[20:55:52] *** prophile has quit IRC[20:57:23] *** prophile has joined #openal[20:57:23] *** ChanServ sets mode: +v prophile[21:19:53] *** prophile has quit IRC[21:43:07] *** neXyon has joined #openal[21:43:07] *** ChanServ sets mode: +v neXyon[23:21:57] *** bjz has quit IRC[23:35:24] *** waressearcher2 has joined #openal[23:35:25] *** ChanServ sets mode: +v waressearcher2[23:35:59] <waressearcher2> I have source of openal-soft-1.16.0 and there is directory "examples" it contains "alffplay" how to build it ?[23:42:35] <KittyCat> waressearcher2, you need the dev packages for ffmpeg installed (libavcodec, libavformat, libavutil, libswresample, and I think libswscale too(