Re: [mpg123-devel] Using Mpg123 as a DLL
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2011-09-01 14:57:00
|
Am Thu, 1 Sep 2011 01:19:34 -0700 (PDT) schrieb vrishba <vr...@ya...>: > Hi, > > I want to use Mpg123 as a DLL so my app can decode mp3 files into RAM. When you check http://mpg123.org/download/win32 you'll find DLL files in the zips. The dynamic library is part of a normal mpg123 build. Otherwise, it wouldn't make that much sense to publish http://mpg123.org/api, would it? ;-) On UNIX systems, the normal build creates a libmpg123.so that you can use as decoding library. Hm, is that information so easy to miss? Hm, perhaps one should put more info about libmpg123 into README. Alrighty then, Thomas. |