mirror of https://github.com/FFmpeg/FFmpeg.git
Regression frompull/244/merge4563a86f01
. 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 commit20abcaa273
which wasn't merged yet.
parent
2f3d10a01a
commit
20c4fb2e01
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue