GNOME Bugzilla – Bug 782387
gst-omx: fix linking issue when building with meson
Last modified: 2017-05-09 14:33:28 UTC
build/subprojects/gst-omx/build/omx' omx/gstomx@sha/gstomx.c.o: In function `gst_omx_core_acquire': /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:87: undefined reference to `g_module_open' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:105: undefined reference to `g_module_symbol' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:115: undefined reference to `g_module_open' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:119: undefined reference to `g_module_symbol' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:121: undefined reference to `g_module_symbol' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:124: undefined reference to `g_module_symbol' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:127: undefined reference to `g_module_symbol' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:130: undefined reference to `g_module_symbol' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:166: undefined reference to `g_module_close' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:164: undefined reference to `g_module_error' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:96: undefined reference to `g_module_open' /home/cassidy/dev/gst/master/gst-build/subprojects/gst-omx/build/../omx/gstomx.c:159: undefined reference to `g_module_error' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.
Created attachment 351439 [details] [review] meson: add dep on GModule libgstomx uses the GModule API and so needs it in its dependencies list.
Attachment 351439 [details] pushed as e8590db - meson: add dep on GModule