jellyfin / jellyfin-ffmpeg

FFmpeg for Jellyfin
https://jellyfin.org
Other
432 stars 115 forks source link

linuxarm64: enable rkmpp and rkrga for portable builds #403

Open bjia56 opened 2 weeks ago

bjia56 commented 2 weeks ago

This PR enables rkmpp and rkrga for portable Linux arm64 builds of ffmpeg. Both libraries are built statically and linked into the resulting binary.

Changes

Issues

None

nyanmisaka commented 2 weeks ago

60-rkmpp.sh -> 50-rkmpp.sh 60-rkrga.sh -> 50-rkrga.sh

50 or even lower should be enough, since they don't depend on libdrm or other libs.

bjia56 commented 1 week ago

Comments addressed. I opened https://github.com/rockchip-linux/mpp/pull/621 for the upstream fix - the patch has been kept in the PR for the time being, in case there are any blockers in upstreaming it.