buildsystem: libvlc: avoid renaming entry symbols
Merged
requested to merge alexandre-janniaux/vlc-android:buildscript/dont-rename-entry/1 into master
Remove the renaming of plugin's entry function in buildsystem.
Entry symbols are already renamed by VLC buildsystem, and in particular in the current config, the same name is used, so the renaming is redundant and prevent using MODULE_FULLNAME
which is even stronger in term of collision-avoidance.
./buildsystem/compile.sh -b -a arm64
Mostly tested on VLC 4 but shouldn't be different for VLC 3.
VideoLAN code repository instance