• Ricardo Constantino's avatar
    configure: add stdint.h to x264 and xavs checks · 20c4fb2e
    Ricardo Constantino authored
    Regression from 4563a86f.
    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 20abcaa2 which wasn't merged yet.
    20c4fb2e
configure 223 KB