mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ffmpeg: fix mips*
This commit is contained in:
parent
089e470bc1
commit
6962bb3fbe
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ build_options_default="x265 v4l2 vpx"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) build_options_default+=" vaapi vdpau";;
|
i686*|x86_64*) build_options_default+=" vaapi vdpau";;
|
||||||
|
mips*) CFLAGS="-mnan=legacy";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue