[Bug 786804] New: help pkg-config find gstreamer-audio-1.0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 25 14:07:30 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786804
Bug ID: 786804
Summary: help pkg-config find gstreamer-audio-1.0
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: minor
Priority: Normal
Component: documentation
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: j.apple.muncy at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 358404
--> https://bugzilla.gnome.org/attachment.cgi?id=358404&action=edit
patch on gst-docs
On my Ubuntu box compiling of basic-tutorial-8.c with
gcc basic-tutorial-8.c -o basic-tutorial-8 `pkg-config --cflags --libs
gstreamer-1.0 gst-audio-1.0
because pkg-config cannot find gst-audio-1.0
I suggest adding and "or" line
gcc basic-tutorial-8.c -o basic-tutorial-8 `pkg-config --cflags --libs
gstreamer-1.0 gstreamer-audio-1.0
that does work.
--
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