ffmpeg: fix mips*
This commit is contained in:
parent
089e470bc1
commit
6962bb3fbe
|
@ -25,6 +25,7 @@ build_options_default="x265 v4l2 vpx"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) build_options_default+=" vaapi vdpau";;
|
||||
mips*) CFLAGS="-mnan=legacy";;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user