bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.56k stars 8.13k forks source link

make: *** No rule to make target `install-libs-yes', needed by `install-libs'. #5579

Open tuanvd10 opened 9 months ago

tuanvd10 commented 9 months ago

Hi all I'm running command ./compile-ffmpeg.sh all to build sdk for android, but it show error like this image as i understand, no action defined for install-libs-yes key word in makefile (I'm reading ijkplayer\android\contrib\ffmpeg-arm64\Makefile - line 124 , source code i pull from master branch)

Anyone faced this problem, and can share me how can i fix it? Many thanks

tuanvd10 commented 9 months ago

Hi all i found this problem is caused by my OS, i run it on Windows, then i move it to a virtual machine which run centos-7 OS, and it work fine but now i'm facing other problem when trying build ijkplayer-example for a demo like bellow

image seem that problem relate exo-player module, i change it to newer version, because i cannot find version r1.15 in any repo.

So, anyone have any idea to help me resolve it Many thanks