[FFmpeg-user] Problem Compiling ffmpeg
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Apr 1 23:27:14 CEST 2014
<Alexander.Achleitner <at> zf.com> writes:
> One Error message is
> "...
> AR libavdevice/libavdevice.a
> Sorry - this program has been built wihout plugin support "
For build problems, please run "make V=1" twice and
post the complete, uncut output of the second run here.
But see below first.
> Configuration was,
> ./configure -enable-cross-compile
(Your configure line looks as if it would not work,
are you sure that you posted it correctly?)
> -cc=arm-cortexa8-linux-gnueabihf-gcc
> --cxx=arm-cortexa8-linux-gnueabihf-gcc
Is this needed?
> --as=arm-cortexa8-linux-gnueabihf-gcc
This should not be needed.
> --ar=arm-cortexa8-linux-gnueabihf-gcc
This looks like the cause for your problem above.
> --arch=armel
"arm" should be enough.
> --target-os=linux
Isn't --cross-prefix what you are looking for?
Carl Eugen
More information about the ffmpeg-user
mailing list