[FFmpeg-user] Building ffmpeg for iPhone error.

Durga durga.n at gmail.com
Tue Jun 28 19:31:31 CEST 2011


Hi,

I am trying to compile ffmpeg for my iPhone and I am constantly getting the
below error

unhandled .if varient at /usr/bin/gas-preprocessor.pl


The commands I am using are

./configure \
--cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc \
--as='gas-preprocessor.pl
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' \
--sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk
\
--extra-ldflags=-L/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/system
\
--target-os=darwin \
--arch=arm \
--cpu=arm1176jzf-s \
--extra-cflags='-arch armv6' \
--extra-ldflags='-arch armv6' \
--enable-cross-compile \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffserver \
--disable-doc

make

When I do the make I see the above error.

I appreciate if you can help me to resolve this.

Thanks,

/Durga


More information about the ffmpeg-user mailing list