]> git.sesse.net Git - ffmpeg/commit
configure: Update libmysofa check with a new symbol.
authorAndrey Semashev <andrey.semashev@gmail.com>
Wed, 28 Aug 2019 20:16:35 +0000 (23:16 +0300)
committerPaul B Mahol <onemda@gmail.com>
Mon, 2 Sep 2019 17:06:24 +0000 (19:06 +0200)
commit7ea2710ec4d1b8920017c05fbb23c346e807e0f2
treeef7e2c6dccb77d8b64a13332893979f74c3f9589
parentb54031a6e93d1abc7fb2d0263e0f6c4b639e423f
configure: Update libmysofa check with a new symbol.

The current code in libavfilter/af_sofalizer.c requires
mysofa_neighborhood_init_withstepdefine function, which only appeared
in libmysofa 0.7. Use this function in configure script to bail out
early if a too old libmysofa is found in the system instead of failing
at compile time.
configure