[Libav-user] FFmpeg vp8 decoding: cross compile on Windows for ARM target

Larry Arnold larnold7 at cox.net
Sat Jul 28 00:49:23 EEST 2018


On 07/27/2018 07:17 PM, ed wrote:
>
> I have tried double/single/no quotes, around compiler pathname.  Same 
> result.  I am hoping to get this working on Windows first.  If that 
> can't happen, then I will move over to Linux.
>
>
> On 7/27/2018 2:58 PM, Larry Arnold wrote:
>> 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.
>>
>> _______________________________________________
>> Libav-user mailing list
>> Libav-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
OK.  I just saw that the config.log said:

"./configure: line 921: C:\Program: No such file or directory"

Which looked like windows nonsense to me. But honestly, I spent three 
days trying to compile against decklink on a stable windows 7 box.  I 
finally punted, and built a windows binary on my Debian laptop in 2 
hours. Runs fine. YMMV. You can probably download an arm x-compiler from 
the repos.

You might still need a runtime engine (RTOS) that supports POSIX 
threads.  http://www.nuttx.org/ might help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20180727/df19a690/attachment.html>


More information about the Libav-user mailing list