mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Can't compile on Rock5c(RK3588S2) #178
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#178
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 @ByeBug on GitHub (Jun 3, 2025).
My configure:
When I run
make -j7, I get:So I have to modify this:
I found
NEON-OBJS-$(CONFIG_MPEGVIDEO) += arm/mpegvideo_neon.oinlibavcodec/arm/Makefileat line 119.But not found in
libavcodec/aarch64/Makefile.@nyanmisaka commented on GitHub (Jun 3, 2025):
Not an issue. The error is because FFmpeg is trying to link to the system-provided FFmpeg library.
Compile in a clean environment. Otherwise turn off
--enable-shared.@ByeBug commented on GitHub (Jun 3, 2025):
I compile in a
ubuntu:22.04docker container.I only installed this before compiling:
Is that a "clean environment"?
What went wrong?
@nyanmisaka commented on GitHub (Jun 3, 2025):
I'm out of ideas then. ffmpeg-rockchip hasn't touched that file. I suggest switching to the 7.1 branch instead.
@ByeBug commented on GitHub (Jun 3, 2025):
OK, I will try it. Thanks for your reply!