mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
The patch introduced in commit uses "defined(HAVE_SYS_AUXV_H)". However, ffmpeg configure is not GNU autoconf, and it defines the symbol to 0 when not found. Use HAVE_SYS_AUXV_H without defined() instead. Fixes: http://autobuild.buildroot.net/results/da0/da03909291e97c525eb1f53dfc743a1897f59d6e/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>