]> git.sesse.net Git - ffmpeg/commit
configure: Add additional glslang libraries to make linking work
authorPhilip Langdale <philipl@overt.org>
Mon, 17 Aug 2020 23:19:39 +0000 (16:19 -0700)
committerPhilip Langdale <philipl@overt.org>
Mon, 7 Sep 2020 20:18:00 +0000 (13:18 -0700)
commit98ea1a662ee172961feaa374fe8d26078838d250
tree73aa5fa6d05e82b17c3133f8caabebd0435c3126
parent376c61c61b357265ed692a6a587ef9f0adf1d4a0
configure: Add additional glslang libraries to make linking work

The latest builds of glslang introduce new libraries that need to be
linked for all symbols to be fully resolved.

This change will break building against older installations of glslang
and it's very hard to tell them apart as the library change upstream
was not accompanied by any version bump and no official release has
been made with this change it - just lots of people packaging up git
snapshots. So, apologies in advance.
configure