]> git.sesse.net Git - ffmpeg/commit
configure: add stdint.h to x264 and xavs checks
authorRicardo Constantino <wiiaboo@gmail.com>
Mon, 20 Mar 2017 14:10:34 +0000 (14:10 +0000)
committerClément Bœsch <u@pkh.me>
Mon, 20 Mar 2017 14:17:57 +0000 (15:17 +0100)
commit20c4fb2e010fff7e3f8acd36ad132c0140fec5fb
treefeab7a7dc2444b171d592115f585ebd6c1ea0f3e
parent2f3d10a01ac5f613f80db8542bf3ecda1dd40d79
configure: add stdint.h to x264 and xavs checks

Regression from 4563a86f011b54977b390c72ec3901cace35f8da.
Both need stdint.h included before the respective x264.h and xavs.h.

Old require() used different, separate checks that didn't actually
need stdint.h to work. require2()'s (now require) check_func_headers()
does include stdint.h but only after the custom headers.

For libxavs this would also be consequently fixed by libav's
commit 20abcaa273a6e77d0a2e1a98c643c73562c6f8f2 which wasn't merged yet.
configure