mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
How to enable libdrm? #113
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tongjiang on GitHub (Oct 30, 2024).
step
libdrm libdrm - Rockchip DRM ------------ this pkg was add by me in project.
error
but ffmpeg building process report the blow error:
ERROR: rkmpp requires --enable-libdrm
in ffmpeg build log file:ffbuild/config.log
fail reason?
in ffmpeg configure file report this error
but I already add --enable-hwaccels --enable-libdrm in configure param.
Question:
I removed the --enable-gpl, is that OK?
I add --enable-gpl for test, but still got the same error.
@nyanmisaka commented on GitHub (Oct 30, 2024):
--enable-gpland only use LGPLv3 but it won't help this case.