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

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

[FFmpeg-devel] [PATCH] 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ö --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4f30140221..d4502ba90c 100755 --- a/configure +++ b/configure @@ -2266,6 +