]> git.sesse.net Git - ffmpeg/commit
configure: Fix detection of vp9 decoder/encoder
authorFelix Matouschek <felix@matouschek.org>
Tue, 12 Dec 2017 09:42:40 +0000 (10:42 +0100)
committerJames Almer <jamrial@gmail.com>
Tue, 19 Dec 2017 20:18:10 +0000 (17:18 -0300)
commitc12c2739cd1eb3a84177a1dd39b526cbd5400927
tree7a8742deffa16efa5fc5ab14a267bb307d0644cd
parent3df6e61dad85d44956b66a630f32bd7c86f41b30
configure: Fix detection of vp9 decoder/encoder

At least on Android the vp9 decoder/encoder needs $libm_extralibs
to successfully link, it was missing in the check_lib calls for vp9

Signed-off-by: Felix Matouschek <felix@matouschek.org>
Signed-off-by: James Almer <jamrial@gmail.com>
configure