Commit cfd39304 authored by nanahira's avatar nanahira

arm no neon

parent 66f83086
Pipeline #34313 failed with stages
in 5 minutes and 18 seconds
......@@ -30,10 +30,16 @@ project "miniaudio"
}
else
includedirs { OPUS_INCLUDE_DIR, VORBIS_INCLUDE_DIR, OGG_INCLUDE_DIR }
links { "opusfile", "vorbisfile", "opus", "vorbis", "ogg" }
libdirs { OPUS_LIB_DIR, VORBIS_LIB_DIR, OGG_LIBDIR }
end
end
filter "system:linux"
links { "dl", "pthread", "m" }
filter { "architecture:ARM" }
defines { "MA_NO_NEON" }
filter { "architecture:ARM64" }
defines { "MA_NO_NEON" }
filter {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment