[FFmpeg-user] Reg: How to Cross Compile ffmpeg for ARM linux

viswanath viswa.kondapalli at gmail.com
Wed Jul 22 13:43:15 CEST 2015


Dear Sir,

we are using Sitara-AM335x processor which is cortex-A8 , with linux kernel
version-3.14 we are arm-linux-gnueabihf cross compile toolchain and audio
codec tlv320aic3106 -- TI Sitara-evm board kit -- we are trying to play
.mp3 files -- due to lack lib for mp3 decoding we are unable to play.

from internet there so many links -- single link is not
configuring/building completely -- in some stage it is failing -- if it is
compiling -- it is not supporting in the TARGET(board-TI-Sitara evm sk)

So , Please provide the steps for ffmpeg to cross compile.

we are this link :
https://trac.ffmpeg.org/wiki/CompilationGuide/RaspberryPi

commd:

./configure --enable-cross-compile --cross-prefix=${CCPREFIX}
--arch=armel --target-os=linux
--prefix=/my/path/were/i/keep/built/arm/stuff --enable-gpl
--enable-libx264 --enable-nonfree --enable-libaacplus
--extra-cflags="-I/my/path/were/i/keep/built/arm/stuff/include"
--extra-ldflags="-L/my/path/were/i/keep/built/arm/stuff/lib"
--extra-libs=-ldl
--enable-gpl --enable-nonfree

make
make install

this link is for Raspberry pi board -- which is an ARM9 processor so they
are using --arch=armel               -- in case of TI AM335x -- what we
have to mention. ??

regards,

Viswanath K

On Wed, Jul 22, 2015 at 11:28 AM, viswanath <viswa.kondapalli at gmail.com>
wrote:

> Dear Sir,
>
> we are using Sitara-AM335x processor which is cortex-A8 , with linux
> kernel version-3.14 we are arm-linux-gnueabihf cross compile toolchain and
> audio codec tlv320aic3106 -- TI Sitara-evm board kit -- we are trying to
> play .mp3 files -- due to lack lib for mp3 decoding we are unable to play.
>
> from internet there so many links -- single link is not
> configuring/building completely -- in some stage it is failing -- if it is
> compiling -- it is not supporting in the TARGET(board-TI-Sitara evm sk)
>
> So , Please provide the steps for ffmpeg to cross compile.
>
>
> regards,
>
> Viswanath K
>


More information about the ffmpeg-user mailing list