-
Notifications
You must be signed in to change notification settings - Fork 303
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
Question: can 32-bits media support be deprecated #281
Comments
Interesting question. I've been trying to find the source code for providing ffmpeg accelerated video encode/decode en evansport CPU arch such as Intel Atom CE5335. Some NAS from synology uses that CPU and only pre-built libraries & include files where provided by synology online. In lack of finding relevant source code (which I believe was "Intel Media Processor SDK") I am currently trying to create a 32-bit build in hope this may provide similar functionality. |
Putting aside the 32-bit issue seems just some very trivial thing with the build script (archlinux32 doesn't even need patches afaik) |
While 64bit x86 HW is a given or not would be a separate topic. The point is that many steam games still relies on 32bit userspace. Same for Wine 32bit . So until it will be possible to run 32bit userspace on 64bit hw, the need to run 32bit will remain. When the 32bit support will be dropped from x86 64bit CPU silicon, then we can envision to stop supporting 32bit userspace. |
Please, provide feedback whether 32-bits media stack support can be deprecated? Does it make sense to provide 32-bit packages? If yes, which use cases require that? Would that make sense to focus iHD driver (https://github.com/intel/media-driver) on 64-bit support?
The text was updated successfully, but these errors were encountered: