mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
What am I doing wrong with compiling? (ERROR: libdrm not found using pkg-config) #61
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#61
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 @dison4linux on GitHub (May 31, 2024).
I'm following the compilation procedure in the wiki pretty much word for word but am running into the error:
ERROR: libdrm not found using pkg-configLibDRM is installed
But on the configure step for ffmpeg it complains that libdrm is not found...
The contents of that file mentioned contain the same error
ERROR: libdrm not found using pkg-config@Tryanks commented on GitHub (May 31, 2024):
Try checking if the file
libdrm.pcexists on your device. On my device, it can be found at the following path:Next, set the
PKG_CONFIG_PATHenvironment variable:Then try compiling again.
Regarding your compilation issue, this is not a problem solely related to this repository. Please consider using other community features instead of an issue.
@nyanmisaka commented on GitHub (May 31, 2024):
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation#examples
@dison4linux commented on GitHub (May 31, 2024):
Thanks, it was installing pkgconf itself that was needed I missed that listed in the guide...
"
...such as git,meson,cmake,pkg-config,gcc,libdrm-dev,etc...
"