[01:08:13] *** maxfx has quit IRC[02:04:46] *** bjz has quit IRC[02:06:44] *** bjz has joined #openal[02:06:49] *** ChanServ sets mode: +v bjz[02:11:32] *** bjz has quit IRC[02:16:11] *** bjz has joined #openal[02:16:11] *** ChanServ sets mode: +v bjz[02:25:56] *** Smirftsch2 has joined #openal[02:25:57] *** ChanServ sets mode: +v Smirftsch2[02:26:34] *** bjz has quit IRC[02:26:38] *** Smirftsch1 has quit IRC[02:51:17] *** bjz has joined #openal[02:51:17] *** ChanServ sets mode: +v bjz[03:27:44] *** bjz has quit IRC[03:31:15] *** bjz has joined #openal[03:31:15] *** ChanServ sets mode: +v bjz[03:42:44] *** marynate has joined #openal[03:42:45] *** ChanServ sets mode: +v marynate[04:09:15] *** prophile has quit IRC[04:13:42] *** kornerr1 has joined #openal[04:13:42] *** ChanServ sets mode: +v kornerr1[05:01:02] *** bjz has quit IRC[06:07:02] *** bjz has joined #openal[06:07:02] *** ChanServ sets mode: +v bjz[07:09:52] *** bjz has quit IRC[09:25:57] *** marynate has quit IRC[09:27:07] *** marynate has joined #openal[09:27:07] *** ChanServ sets mode: +v marynate[09:34:28] *** marynate has quit IRC[09:36:40] *** marynate has joined #openal[09:36:40] *** ChanServ sets mode: +v marynate[10:31:16] *** losh has joined #openal[10:31:16] *** ChanServ sets mode: +v losh[10:57:29] *** marynate has quit IRC[11:57:45] *** bjz has joined #openal[11:57:45] *** ChanServ sets mode: +v bjz[12:19:06] *** bjz_ has joined #openal[12:19:28] *** ChanServ sets mode: +v bjz_[12:21:32] *** bjz has quit IRC[12:43:37] *** bjz_ has quit IRC[12:43:53] *** bjz has joined #openal[12:43:53] *** ChanServ sets mode: +v bjz[13:03:16] *** kornerr1 has quit IRC[13:12:21] *** maxfx has joined #openal[13:12:21] *** ChanServ sets mode: +v maxfx[14:17:22] *** maxfx has quit IRC[15:01:46] <Smirftsch2> hello all[15:03:15] <Smirftsch2> is there any implementation for OpenAL, alut or alure having the ability to include mp3 decoding support? I need to add it to one of my projects and using a full lib like lame seems to be a bit overkill for me just to decode[15:07:21] <caedes__> alure can decode mp3 using libmpg123[15:22:16] *** losh has quit IRC[15:33:48] *** maxfx has joined #openal[15:33:48] *** ChanServ sets mode: +v maxfx[16:07:57] <Smirftsch2> caedes__: oh,indeed? does it statically link or is it required to have libmp123 as well?[16:09:36] *** bjz_ has joined #openal[16:09:36] *** ChanServ sets mode: +v bjz_[16:10:41] *** bjz has quit IRC[16:11:44] <Smirftsch2> i remember having some trouble with alure, can't remember what it was though...guess I need to try again anyway :)[16:16:12] <Smirftsch2> nvm, I see already[16:16:15] <Smirftsch2> thanks :)[16:29:44] *** maxfx has quit IRC[16:42:02] *** marynate has joined #openal[16:42:02] *** ChanServ sets mode: +v marynate[17:18:56] *** prophile has joined #openal[17:18:56] *** ChanServ sets mode: +v prophile[17:53:31] <Smirftsch2> first libmpg123 mess with yasm and now -- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)[17:53:32] <Smirftsch2> CMake Error at CMakeLists.txt:187 (MESSAGE):[17:53:32] <Smirftsch2> OpenAL not found![17:53:32] <Smirftsch2> Please try setting the OPENALDIR environment variable and try again.[17:53:42] <Smirftsch2> when trying to build alure[17:53:45] <Smirftsch2> kinda annoying[17:54:23] <Smirftsch2> and no clue atm how to work with that in windoze[18:28:33] *** marynate has quit IRC[18:29:38] *** marynate has joined #openal[18:29:39] *** ChanServ sets mode: +v marynate[18:38:06] <Smirftsch2> now how the hell to make it find mgp123? darn, someone should write some docs![19:05:13] *** D0pamine has joined #openal[19:05:14] *** ChanServ sets mode: +v D0pamine[19:07:55] *** marynate has quit IRC[20:13:18] <Smirftsch2> oh, I see. alright. working now.[20:19:34] *** Smirftsch2 has quit IRC[20:58:24] *** mat^2 has quit IRC[21:01:13] *** Smirftsch1 has joined #openal[21:01:13] *** ChanServ sets mode: +v Smirftsch1[21:11:22] <Smirftsch1> are there any problems known with ALURE32-static.lib ?[21:11:22] <Smirftsch1> I get a couple of linker errors like unresolved external symbol __imp__alureInitDevice[21:17:22] *** D0pamine has quit IRC[21:18:14] <KittyCat> you need to compile your app expecting alure to be static[21:18:56] <KittyCat> you need to define ALURE_STATIC_LIBRARY when compiling your app[21:19:43] <Smirftsch1> lol, you really should work on your docs especially for windoze. Thankya ;)[21:20:53] <Smirftsch1> works fine[21:21:08] <Smirftsch1> well, or at least, links fine[21:23:13] <Smirftsch1> and yes, does work as well in my app