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

Regression: Build failure on i.MX8Mx platforms #328

Open
tq-steina opened this issue Sep 2, 2024 · 1 comment · May be fixed by Freescale/libimxvpuapi#62
Open

Regression: Build failure on i.MX8Mx platforms #328

tq-steina opened this issue Sep 2, 2024 · 1 comment · May be fixed by Freescale/libimxvpuapi#62

Comments

@tq-steina
Copy link

Commit ae49f5f introduced usage of imx_vpu_api_enc_get_skipped_frame_info() from libimxvpuapi. But this function is only available on i.MX6 CODA or i.MX8M Mini H1 VPU, but not on i.MX8Mx VPUs

This completly breaks building gstreamer-imx on this platform resulting in a linker errors:

| /mnt/ssd/repo/ci-meta-tq-scarthgap/build_tqma8mx/tmp/work/cortexa53-crypto-mx8m-tq-linux/gstreamer1.0-plugins-imx/2.2.0+git/recipe-sysroot-native/usr/bin/aarch64-tq-linux/../../libexec/aarch64-tq-linux/gcc/aarch64-tq-linux/13.3.0/ld: ext/vpu/libgstimxvpu.so.p/gstimxvpuenc.c.o: in function `gst_imx_vpu_enc_encode_queued_frames':
| /usr/src/debug/gstreamer1.0-plugins-imx/2.2.0+git/ext/vpu/gstimxvpuenc.c:878:(.text+0xa44): undefined reference to `imx_vpu_api_enc_get_encoded_frame_ext'
| /mnt/ssd/repo/ci-meta-tq-scarthgap/build_tqma8mx/tmp/work/cortexa53-crypto-mx8m-tq-linux/gstreamer1.0-plugins-imx/2.2.0+git/recipe-sysroot-native/usr/bin/aarch64-tq-linux/../../libexec/aarch64-tq-linux/gcc/aarch64-tq-linux/13.3.0/ld: /usr/src/debug/gstreamer1.0-plugins-imx/2.2.0+git/ext/vpu/gstimxvpuenc.c:916:(.text+0xac8): undefined reference to `imx_vpu_api_enc_get_skipped_frame_info'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants