[Bug 794568] Meson: Should generate a .pc file for each plugin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 22 01:17:30 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794568
--- Comment #6 from Xavier Claessens <xclaesse at gmail.com> ---
wow, that even works! After setting PKG_CONFIG_PATH and LD_LIBRARY_PATH, I can
do:
gcc -static test.c $(pkg-config gstalpha --libs --static --cflags
And the only error I see is:
gstreamer-1.0-1.14.0/gst/gstdatetime.c:843: undefined reference to `pow'
Because gstreamer-1.0.pc is missing -lm.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list