Build VLC for Android project failed on Ubuntu 12.04

后端 未结 5 1804
广开言路
广开言路 2020-12-06 18:16

I want to work on the VLC for Android project. So first I need to compile this project, I follow all the steps on https://wiki.videolan.org/AndroidCompile/ but when I do the

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 19:12

    Building VLC player is really complex task and takes a lot of time. And error you get it's just first of many errors you'll try to fix on your way.

    I'll suggest to you an easy way - not build VLC by yourself. Main ideas is - if you don't want to modify VLC sources it would be enough to get .so file from original VLC.apk(you could just unzip an apk) and copy org.videolan.libvlc.* files from vlc sources in your project.

    You could check this project to get an idea how it could work.

提交回复
热议问题