Skip to content

buildsystem: libvlc: avoid renaming entry symbols

Description

Remove the renaming of plugin's entry function in buildsystem.

Motivation and Context

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.

How Has This Been Tested?

./buildsystem/compile.sh -b -a arm64

Mostly tested on VLC 4 but shouldn't be different for VLC 3.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING section of the README document.
Edited by Alexandre Janniaux

Merge request reports