-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
ARM support for app_rtsp_sip #313
Comments
The compilation worked fine for all the three ARM platforms, but I did not test yet. |
Btw TARGETARCH should be arm64 rather than aarch64, that's why arm*. |
Good to hear! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @felipecrs
I see you just added a patch to include a couple of
#defines
for theapp_rtsp_sip.c
for ARM based builds.Just checking in to see if these built OK.
A couple of things too:
Here it was mentioned that the builds failed on:
aarch64, armhf and armv7
but looks like the build dependency is
arm*
; maybe need to add aarch64?When I was working on this problem back in 2022, I also added a third
#define
#define ARM
I'm not sure why, but if the arm architectures build without it, then probably OK to leave it out.
The text was updated successfully, but these errors were encountered: