Re: What's involved streaming audio to disk as mp3 in iOS
Re: What's involved streaming audio to disk as mp3 in iOS
- Subject: Re: What's involved streaming audio to disk as mp3 in iOS
- From: Kevin Dixon <email@hidden>
- Date: Tue, 17 Jul 2012 12:45:34 -0700
This thread (http://answers.google.com/answers/threadview/id/439136.html)
has a good discussion of LGPL and static linking.
If you link statically (which you must for iOS apps), you can
distribute your .o and .h files in order to comply with the
stipulations of the license.
-Kevin
On Fri, Jul 13, 2012 at 7:34 AM, Paul Davis <email@hidden> wrote:
>
>
> On Fri, Jul 13, 2012 at 10:24 AM, tahome izwah <email@hidden> wrote:
>>
>>
>> So it appears that if I link against libmp3lame.a that would be ok.
>> Since it's a static ".a" and not a dynamic ".so" or ".dylib" they
>> clearly seem to have no objections against statically linking it in
>> which is quite easy to do on all platforms including iOS. You can't
>> really dynamically link a ".a" file as far as I am aware.
>
>
> the LGPL requires that if the linkage is static that whoever distributes the
> application makes it possible for the user to relink. you don't have to use
> static linkage, of course, but in that case the user has to be able to
> replace the .so/.dylib used.
>
> how do you propose to allow the user to do either of these things on a iOS
> platform?
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden