]> git.sesse.net Git - ffmpeg/commit
configure: Move x86 assembler sanity check into assembler probe function
authorDiego Biurrun <diego@biurrun.de>
Mon, 22 May 2017 12:48:15 +0000 (12:48 +0000)
committerJames Almer <jamrial@gmail.com>
Wed, 21 Jun 2017 20:00:31 +0000 (17:00 -0300)
commit5cae5a1defa360da076365a786093a749d1ddf4e
tree2e4049e05d6225a6629cc11f2d9a59de5492fd05
parent4f9297ac3b39098547863d28fbc8d2a906d5be49
configure: Move x86 assembler sanity check into assembler probe function

This allows for more graceful fallback from NASM to Yasm if the available
NASM version is too old.

(Cherry-picked from libav commit adfd7892e3b8b40e7a1620f7254459d8e096a9a1)
Signed-off-by: James Almer <jamrial@gmail.com>
configure