multimedia/l-smash: fix build with lld 17
Building multimedia/l-smash with lld 17 results in the following link
error:
ld: error: version script assignment of 'local' to symbol 'lsmash_string_to_wchar' failed: symbol not defined
The mentioned symbol is only used for Windows, but the configure script
fails to remove it from the linker script. Ensure the configure script's
sed command does removes it.
PR: 273753
MFH: 2023Q4