Closed isThatHim closed 3 years ago
I'd guess someone introduced an OMX_RENDER_TRANSITION in one of the openmaxil libs. Can you try to rename the OMX_RENDER_TRANSITION in omx_render.h to something else and do a:
make clean all
Hello,
i could solve the issue by adding "typedef" infront of the struct OMX_RENDER_TRANSITION
in omx_render.h.
Everything compiled flawlessly now.
@isThatHim how about a PR?
Hello, i cloned the git repo, ran
make ilclient
successfully, and then tried to runmake
.Sadly the command fails with
I am running
and i previously installed raspberrypi/userland to run
make ilclient
successfully.I also installed libjpeg and libpng from the Arch-Repos. I updated and restarted my system.
Does someone know what i did wrong?
Thanks in advance!