简体   繁体   中英

use android ndkr8 compile ffmpeg2 through cygwin on windows

I want to compile ffmpeg for using in android. When i use "make" command,one error show as below:

arm-linux-androideabi/bin/ld.exe: error: libavdevice/libavdevice.so:1:1: syntax error, unexpected '!', expecting $end

How can i fix it.

When building ffmpeg for Android, add

--disable-avdevice

when you run ./configure

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM