this post was submitted on 22 Nov 2022
16 points (100.0% liked)

Open Source

32665 readers
1024 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 years ago (2 children)

What exactly does it mean for a desktop application to support a processor architecture? Refrain from writing inline assembly?

[–] [email protected] 3 points 2 years ago

When VLC uses thethe graphics processor, this accelerates decoding of video streams. So it can use the graphics card to make smoother video. Inline assembly also ties back into speed as inline assembly will make things run more efficiently as well.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

@Tiuku @shreddy_scientist It looks like earlier this year there were a bunch of commits that worked on making the build system aware of RISC-V https://code.videolan.org/videolan/vlc/-/commits/master?search=risc-v