[Libav-user] Source code debugging libav using Xcode
Jason Livingston
jettoblack at gmail.com
Thu Mar 28 02:31:52 CET 2013
On Wed, Mar 27, 2013 at 9:29 PM, Gary Overall <goverall at hotmail.com> wrote:
> I am attempting an OSX project using the libav libraries using Xcode. I am
> able to successfully build static libraries using ./configure make and
> integrate them into my project. Everything is fine there. I am now
> interested in creating a project where I can source-code debug down into the
> libraries themselves using my Xcode development platform. Is this
> possible? If so can someone please point me it the right direction.
./configure --enable-debug --disable-stripping
Works in Xcode for shared ffmpeg libs, not sure about static linking.
More information about the Libav-user
mailing list