Skip to content
Commit 49ca0b9c authored by Sam bobroff's avatar Sam bobroff Committed by Peter Korsgaard
Browse files

package/mpv: fixup fix build on powerpc64 w/ altivec



The initial fix for this issue, re-including stdbool.h, is not
working.

Instead, fix using the method used for other packages with a similar
problem: add -std=gnu99, which prevents bool from being redefined and
removes the need for any source code change.

Fixes: 64904f0f

Signed-off-by: default avatarSam Bobroff <sam.bobroff@au1.ibm.com>
Tested-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 0d81107f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment