FFMpeg libs for mac

7 Messages Forum Options Options
Embed this topic
Permalink
Michael Chinen
FFMpeg libs for mac
Reply Threaded More
Print post
Permalink
I want to debug an FFMPEG-OD releated issue.  I don't yet have ffmpeg libs, and can't find any binaries.

I tried downloading src and compiling, but got a make: malloc error.

Can someone who has tell me how to get the libs for mac?  Has anyone?

Michael

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Richard Ash (audacity-help)
Re: FFMpeg libs for mac
Reply Threaded More
Print post
Permalink
On Tue, 2008-08-12 at 14:57 -0400, Michael Chinen wrote:
> I want to debug an FFMPEG-OD releated issue.  I don't yet have ffmpeg
> libs, and can't find any binaries.
>
> I tried downloading src and compiling, but got a make: malloc error.
>
> Can someone who has tell me how to get the libs for mac?  Has anyone?

Leyland has done so, but I can't now find a link to a library in the
-devel archive.

Richard



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (AudacityTeam)
Re: FFMpeg libs for mac
Reply Threaded More
Print post
Permalink
In reply to this post by Michael Chinen
Michael Chinen wrote:
> I want to debug an FFMPEG-OD releated issue.  I don't yet have ffmpeg
> libs, and can't find any binaries.
>
> I tried downloading src and compiling, but got a make: malloc error.
>
> Can someone who has tell me how to get the libs for mac?  Has anyone?
>
I used MacPorts (www.macports.org) to get mine.  BUT, you must use
wxWidgets 2.8.8 to use them.  They made a change (dare I say fixed) the
wxDynamicLibrary class for the Mac and it now loads proper dylibs.

If you don't feel like upgrading to wxWidget 2.8.8 and have a 2.8.7 tree
that you can rebuild, then just copy the src/unix/dlunix.cpp from the
2.8.8 tree into your 2.8.7 tree and rebuild.  That's actually how I've
done it, but I expect to upgrade to 2.8.8 shortly.

Leland




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (AudacityTeam)
Re: FFMpeg libs for mac
Reply Threaded More
Print post
Permalink
In reply to this post by Richard Ash (audacity-help)
Richard Ash wrote:

> On Tue, 2008-08-12 at 14:57 -0400, Michael Chinen wrote:
>> I want to debug an FFMPEG-OD releated issue.  I don't yet have ffmpeg
>> libs, and can't find any binaries.
>>
>> I tried downloading src and compiling, but got a make: malloc error.
>>
>> Can someone who has tell me how to get the libs for mac?  Has anyone?
>
> Leyland has done so, but I can't now find a link to a library in the
> -devel archive.
>

Those were for Windows I believe, but LRN has provided more complete
ones than mine.

Michael, if you can't get the MacPorts fellas to build, holler and I'll
see if I can package up the dylibs and pass them on.  I guess we'll have
to do this eventually anyway...

Leland



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel
LRN
Re: FFMpeg libs for mac
Reply Threaded More
Print post
Permalink
In reply to this post by Michael Chinen
Michael Chinen wrote:
> I want to debug an FFMPEG-OD releated issue.  I don't yet have ffmpeg
> libs, and can't find any binaries.
>
> I tried downloading src and compiling, but got a make: malloc error.
>
> Can someone who has tell me how to get the libs for mac?  Has anyone?
>
You should ask on #ffmpeg channel @ irc.freenode.net

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Gale Andrews
Re: FFMpeg libs for mac
Reply Threaded More
Print post
Permalink
In reply to this post by Leland (AudacityTeam)

| From Leland <leland@...>
| Tue, 12 Aug 2008 18:59:39 -0500
| Subject: [Audacity-devel] FFMpeg libs for mac
> Michael, if you can't get the MacPorts fellas to build, holler and I'll
> see if I can package up the dylibs and pass them on.  I guess we'll have
> to do this eventually anyway...

Yes we'll need an easy static library for the Mac users hosted in some
part of the globe disrespectful of software patents, just like for
Windows.


Gale  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Michael Chinen
Re: FFMpeg libs for mac
Reply Threaded More
Print post
Permalink


On Wed, Aug 13, 2008 at 1:48 PM, Gale Andrews <gale@...> wrote:

| From Leland <leland@...>
| Tue, 12 Aug 2008 18:59:39 -0500
| Subject: [Audacity-devel] FFMpeg libs for mac
> Michael, if you can't get the MacPorts fellas to build, holler and I'll
> see if I can package up the dylibs and pass them on.  I guess we'll have
> to do this eventually anyway...

Yes we'll need an easy static library for the Mac users hosted in some
part of the globe disrespectful of software patents, just like for
Windows.

I wasn't able to build ffmpeg for mac from both the svn head and also in macports (a dependency failed to build.)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel