[Libav-user] FFmpeg vp8 decoding: cross compile on Windows for ARM target
Larry Arnold
larnold7 at cox.net
Fri Jul 27 21:58:54 EEST 2018
On 07/27/2018 06:45 PM, ed wrote:
> # ./configure --enable-cross-compile --cc='C:\Program Files (x86)\GNU Tools ARM Embedded\7 2018-q2-update\bin' --target-os=none arch=arm
try
# ./configure --enable-cross-compile --cc="C:\Program Files (x86)\GNU Tools ARM Embedded\7 2018-q2-update\bin" --target-os=none arch=arm
It being windows and all. I have much better success cross compiling ( even for windows native) on Linux.
More information about the Libav-user
mailing list