On Wed, Mar 27, 2013 at 9:29 PM, Gary Overall <[email protected]> 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. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
