-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work build #21
Comments
Can you share the contents of teste.sh
Also, what platform are you building on?
What version of ffmpeg are you compiling?
…On Thu 10 May, 2018, 10:38 PM bolds07, ***@***.***> wrote:
latest ndk version does not have darwin-x86_64, replacing it to the actual
directory
#!/bin/bash
NDK=/home/r/aff/ndk/
SYSROOT=$NDK/platforms/android-14/arch-arm/
TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
i get error:
__MATHDECLX (*Mdouble*,function,suffix, args, attrib)
^
/usr/include/bits/mathcalls.h:302:1: note: in expansion of macro
'__MATHCALLX'
__MATHCALLX (trunc,, (*Mdouble* __x), (*const*));
^
ffbuild/common.mak:60: recipe for target 'libavdevice/alldevices.o' failed
make: *** [libavdevice/alldevices.o] Error 1
teste.sh: 38: teste.sh: build_one: not found
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACA3FYA-76m7ikt3aAETokOKP_UYj76bks5txHQCgaJpZM4T6Ob->
.
|
I am facing the same issue. CC libavdevice/alldevices.o |
latest ndk version does not have darwin-x86_64, replacing it to the actual directory
#!/bin/bash
NDK=/home/r/aff/ndk/
SYSROOT=$NDK/platforms/android-14/arch-arm/
TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
i get error:
__MATHDECLX (Mdouble,function,suffix, args, attrib)
^
/usr/include/bits/mathcalls.h:302:1: note: in expansion of macro '__MATHCALLX'
__MATHCALLX (trunc,, (Mdouble __x), (const));
^
ffbuild/common.mak:60: recipe for target 'libavdevice/alldevices.o' failed
make: *** [libavdevice/alldevices.o] Error 1
teste.sh: 38: teste.sh: build_one: not found
The text was updated successfully, but these errors were encountered: