[FFmpeg-user] FFmpeg configure script, iOS 4.3, XCode 3.2.6
kushal
kushal.patel at ennovatetech.com
Fri Apr 22 12:21:55 CEST 2011
Hi,
In ffmpeg configuration script by default Library path set to
"/usr/lib/system" so it can not find library libcache.dylib,so we have to
set latest sdk path.
Please try by adding extra ldflags as shown below with your ./configure
script.
--extra-ldflags=-L/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/system
I have just add this flag and compiled ffmpeg for armv7 and iPhoneOS4.3 sdk
with success.
Thanks,
Kushal Patel
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFmpeg-configure-script-iOS-4-3-XCode-3-2-6-tp3422006p3467739.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list