> On Dec 20, 2018, at 1:03 AM, Taner Sener wrote:
>
> On Wed, 19 Dec 2018 at 19:08, Ronak
> wrote:
>>
>> Therefore, I'm trying to find out the best way to convert the Ffmpeg
> .dylibs to .frameworks.
>>
>> I tried to just package the .dylibs (rename it) and make a .framework
> manually, but
On Wed, 19 Dec 2018 at 19:08, Ronak
wrote:
>
> Therefore, I'm trying to find out the best way to convert the Ffmpeg
.dylibs to .frameworks.
>
> I tried to just package the .dylibs (rename it) and make a .framework
manually, but libavfilter (and the other libs) all depend on headers
defined in liba
> On Dec 19, 2018, at 13:50, Ronak wrote:
>
> I have a Player framework (.framework) that uses Ffmpeg to equalize audio
> using the equalizer, bass & treble filters (so I'm using avfilter and avutil).
> I need to embed this Player Framework into my app that I can submit to the
> App Store.
>
2018-12-19 19:50 GMT+01:00, Ronak :
>
>> On Dec 19, 2018, at 11:15 AM, Carl Eugen Hoyos wrote:
>>
>> 2018-12-19 17:08 GMT+01:00, Ronak :
>>
>>> I'm trying to use Ffmpeg inside of an Apple framework; (built for all of
>>> Apple's platforms). Unfortunately; I'm learning that Apple does not
>>> suppo
> On Dec 19, 2018, at 11:15 AM, Carl Eugen Hoyos wrote:
>
> 2018-12-19 17:08 GMT+01:00, Ronak :
>
>> I'm trying to use Ffmpeg inside of an Apple framework; (built for all of
>> Apple's platforms). Unfortunately; I'm learning that Apple does not support
>> embedding .dylibs inside of .framework
2018-12-19 17:08 GMT+01:00, Ronak :
> I'm trying to use Ffmpeg inside of an Apple framework; (built for all of
> Apple's platforms). Unfortunately; I'm learning that Apple does not support
> embedding .dylibs inside of .frameworks anywhere but macOS environments.
What is your exact use-case?
Car
Hi all,
I'm trying to use Ffmpeg inside of an Apple framework; (built for all of
Apple's platforms). Unfortunately; I'm learning that Apple does not support
embedding .dylibs inside of .frameworks anywhere but macOS environments.
Therefore, I'm trying to find out the best way to convert the Ffm