Build VLC for Android project failed on Ubuntu 12.04

后端 未结 5 1803
广开言路
广开言路 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 18:52

    On 64-bit Ubuntu 15.04 (Vivid) is buil succesfull without using Android studio. Is needed only change this line:

    from

    AM_GNU_GETTEXT_VERSION([0.19.3])
    

    to

    AM_GNU_GETTEXT_VERSION([0.19.2])
    

    in

    ./vlc/contrib/contrib-android-arm-linux-androideabi/libgpg-error/configure.ac
    

    after this fail:

    make: *** [.gpg-error] Error 1
    contribs: make failed
    

    As suggested: ozbek.

提交回复
热议问题