Closed GoogleCodeExporter closed 8 years ago
Sorry forgot the output when i'm using gcc 4.2(.1): http://pastebin.com/f8e63f15
Cheers
Original comment by kraetzsc...@free.fr
on 11 Sep 2009 at 3:10
Hi,
The output of http://pastebin.com/f5a0f1b20 seems to be good. The script
couldn't
find the faad library installed. I think your compile will work if you remove
the
libraries you haven't installed yet from the ffmpeg4iphone configure script
(i.e. in
the line
./configure --enable-cross-compile --target-os=darwin
--cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-
gcc-4.0.1
--extra-cflags="-arch armv6 -pipe -miphoneos-version-min=3.1 -isysroot
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk
-I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk/usr/incl
ude/gcc/darwin/4.0"
arch=armv6
--extra-ldflags="-L/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/IphoneO
S3.1.sdk/usr/lib"
--prefix=/Users/yonas/ffmpeg-install --disable-shared --enable-static
--disable-mmx
--disable-iwmmxt --disable-neon --disable-armvfp --enable-libfaad --enable-gpl
--enable-libvorbis --enable-libfaac --enable-libtheora --enable-libx264
--enable-libmp3lame --enable-postproc --disable-armv5te --enable-armv6
--disable-debug --disable-stripping --enable-avfilter --enable-avfilter
--enable-avfilter-lavf --arch=arm --enable-nonfree
)
Original comment by yonas.ya...@gmail.com
on 11 Sep 2009 at 6:05
Great! Thank you.
Got this now: http://pastebin.com/f5ebb538d
Seems fine, now i have to test, maybe tomorrow.
Thanks again
Original comment by kraetzsc...@free.fr
on 11 Sep 2009 at 6:37
Ok i compiled it successfuly without faac faad x264 and other enabled libs.
I will test the implementation now.
Cheers
Original comment by kraetzsc...@free.fr
on 12 Sep 2009 at 10:58
Original comment by yonas.ya...@gmail.com
on 4 Oct 2009 at 5:02
Original issue reported on code.google.com by
kraetzsc...@free.fr
on 11 Sep 2009 at 3:05