Re: [FFmpeg-devel] [PATCH v2] configure: Fix detecting/using getauxval

2022-03-04 Thread Martin Storsjö
On Wed, 23 Feb 2022, Martin Storsjö wrote: While trying to detect getauxval, this actually never output HAVE_GETAUXVAL into config.h before. Signed-off-by: Martin Storsjö --- Fixed the alphabetical ordering. --- configure | 1 + 1 file changed, 1 insertion(+) Pushed. // Martin __

[FFmpeg-devel] [PATCH v2] configure: Fix detecting/using getauxval

2022-02-23 Thread Martin Storsjö
While trying to detect getauxval, this actually never output HAVE_GETAUXVAL into config.h before. Signed-off-by: Martin Storsjö --- Fixed the alphabetical ordering. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4f30140221..e8fdb3813d 100755 --- a/c