OSDN Git Service

configure: Check for x265_api_get
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Fri, 26 Jun 2015 13:05:00 +0000 (14:05 +0100)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Sat, 27 Jun 2015 10:44:20 +0000 (11:44 +0100)
commitb56b12cd12f32bf11efff05632600a7619584b98
treea82c0a09c0d31f485c8397a2ded990b0be768fe8
parent92fdc80cab2acad9f171ba38a08aa89b392bdadd
configure: Check for x265_api_get

Any other x265 symbol may not exported, e.g. if the build is a
multilib (10-bit and 8-bit in one) build.

This is the only symbol we directly call, and is available in the
build number we check for.

Fixes the configure check on multilib x265 builds.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
configure