[DO-971] ffmpeg recipe with requirements (!9)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/9
This commit is contained in:
11
recipes/libmp3lame/all/patches/android.patch
Normal file
11
recipes/libmp3lame/all/patches/android.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/libmp3lame/util.c
|
||||
+++ b/libmp3lame/util.c
|
||||
@@ -911,7 +911,7 @@
|
||||
mask &= ~(_EM_OVERFLOW | _EM_ZERODIVIDE | _EM_INVALID);
|
||||
_FPU_SETCW(mask);
|
||||
}
|
||||
-# elif defined(__linux__)
|
||||
+# elif defined(__linux__) && !defined(__ANDROID__)
|
||||
{
|
||||
|
||||
# include <fpu_control.h>
|
||||
Reference in New Issue
Block a user