Skip to content

configure: detect if tdestroy is declared

Steve Lhomme requested to merge robUx4/vlc:gnu-tdestroy into master

tdestroy may be linking, but it's not always defined properly. In the mingw-w64 of my Debian tdestroy is found but not declared. And it fails to compile later.

That should also fix the tdestroy detection in emscripten.

Merge request reports