package/ffmpeg: Fix build for mips, 2nd attempt
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 9 Jun 2021 19:01:41 +0000 (21:01 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 20 Jun 2021 16:20:11 +0000 (18:20 +0200)
commitf5c0c74ebe1ce91fa12073f7c9f5652befa31541
treeede83d1e1a2fc0a19085e14a63dc4cdd572cca27
parent026d447c2c2a3b0092c45c2afa3d17284aa31276
package/ffmpeg: Fix build for mips, 2nd attempt

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>
package/ffmpeg/0003-libavutil-Fix-mips-build.patch