Skip to content

Commit 261e448

Browse files
gst-plugins-imsdk: qtismartvencbin: add runtime dependency (#1710)
Ensure that the Smart Video Encoder plugin can load the libVideoCtrl library at runtime by adding a runtime dependency on smart-venc-ctrl-algo. The plugin uses dlopen() to load this library, so the dependency guarantees its availability during execution.
2 parents b003e51 + 3f3e44b commit 261e448

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes-multimedia/imsdk/gst-plugins-imsdk_0.1.0.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ PACKAGECONFIG[videoproc] = "-DENABLE_GST_VIDEOPROC_PLUGINS=1, -DENABLE_GST_VI
4242

4343
# The TFLite plugin loads the TensorFlow Lite library at runtime using dlopen(). To ensure runtime availability, added runtime dependency on 'tensorflow-lite'.
4444
RDEPENDS:${PN}-qtimltflite += "tensorflow-lite"
45+
46+
# The Smart Video Encoder plugin loads the libVideoCtrl library at runtime using dlopen(). To ensure runtime availability, added runtime dependency on 'smart-venc-ctrl-algo'.
47+
RDEPENDS:${PN}-qtismartvencbin += "smart-venc-ctrl-algo"

0 commit comments

Comments
 (0)