mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

scripts/mpv-config: remove -Bsymbolic linker flag #221

Closed kasper93 closed 1 year ago

kasper93 commented 1 year ago

It shouldn't be added unconditionally and with all the fragile checks if it is supported it is way better to handle it in the meson itself.

See also: https://github.com/mpv-player/mpv/pull/12346

Fixes: https://github.com/mpv-player/mpv-build/issues/215 https://github.com/haasn/libplacebo/issues/198