currently I compile vlc for android with the lastest revision on Ubuntu 20.04 LTS
src revision: SHA-1: c5db0c8ff58983d14f50eaab663779a32aed1b75
I have modified in libvlc.c (changed the value of "http-user-agent" string).
The strange thing is it only get apply changes in debug build and nothing change in release build
compile with debug:
Code: Select all
buildsystem/compile.sh -a armeabi-v7a
Code: Select all
buildsystem/compile.sh signrelease -a armeabi-v7a