Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to link ffmpeg yo lvgl? #50

Open
DavidChouC opened this issue Jul 20, 2024 · 2 comments
Open

How to link ffmpeg yo lvgl? #50

DavidChouC opened this issue Jul 20, 2024 · 2 comments

Comments

@DavidChouC
Copy link

I tried to follow the instructions in the following picture, but when it comes to the step of selecting the box in the picture, I don't know how to proceed
Snipaste_2024-07-20_19-15-57
I tried to add the following code to the Makefile file, I have tried putting it in the lvgl.mk file and component.mk file
3
The following figure shows the error situation
error

@kisvegabor
Copy link
Member

You should add it in the top level Makefile. For example: https://github.com/lvgl/lv_port_pc_eclipse/blob/master/Makefile#L18

@kisvegabor
Copy link
Member

However, it seems you are using Cmake not make. So actually it should be part of our cmake file.

I think we can add it in this PR: lvgl/lvgl#6265
Until that can you try adding ffmpeg similarly to the other libs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants