Page 1 of 1

[VLC For Android] Modify libvlc source but it's not apply in release build

Posted: 03 Jun 2020 11:21
by hmdat
Hello everyone,
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
compile with release:

Code: Select all

buildsystem/compile.sh signrelease -a armeabi-v7a
Did I miss something ?