Skip to content
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

Request for enabling MIPS-related architecture support #285

Open
CamberLoid opened this issue Apr 28, 2022 · 1 comment
Open

Request for enabling MIPS-related architecture support #285

CamberLoid opened this issue Apr 28, 2022 · 1 comment

Comments

@CamberLoid
Copy link

Hello there.

This is Camber from Anthon Open Source Community, a package maintainer of our linux distribution AOSC OS. I am working on updating ffmpeg in out distro's repository, and I found that avisynth+ seems not to support mips architectures defined in avs_core/include/avs/config.h:64.

After doing some researches, I found that there is no architecture-specific codes for some of supported architectures. Then I conclude that this project can be successfully build for our mips64le target loongson3.

Currently my workaround of building for our supported mips64le target is to forcibly enable building support for mips. (Patch is attached in references) Still, on behalf of AOSC Community, I want to request official support for mips64le support. I would appreciate it if my request is taken to consideration.

Best regards,
Camber Huang

Reference:

@qyot27
Copy link
Member

qyot27 commented Apr 28, 2022

8ce6336 adds the basic stubs. x264 had already modified their local avs/config.h header to enable MIPS (technically to de-restrict additional arches, as it didn't actually add MIPS identifiers); I was wondering when it might come up here.

The only reason that I hadn't added it in the arch list was because I don't have any MIPS systems to test on, either vintage SGI or Loongson (not counting the PlayStation 2), and hadn't gotten around to attempting to set up a VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants