[Bug 748594] New: gst-uninstalled: opus plugin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 28 09:13:44 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748594
Bug ID: 748594
Summary: gst-uninstalled: opus plugin
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: lists at svrinformatica.it
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
gst-uninstalled -bad compilation fails with opus plugin
CC libgstopus_la-gstopus.lo
In file included from gstopus.c:24:0:
gstopusdec.h:27:35: fatal error: opus/opus_multistream.h: No such file or
directory
#include <opus/opus_multistream.h>
^
compilation terminated.
the file is in the expected path:
ls -la /root/gst/master/prefix/include/opus/opus_multistream.h
-rw-r--r-- 1 root root 33500 Apr 28 16:01
/root/gst/master/prefix/include/opus/opus_multistream.h
but is not automagically picked
pkg-config --libs --cflags opus
-I/root/gst/master/prefix/include/opus -L/root/gst/master/prefix/lib -lopus
this can be fixed changing
#include <opus/opus_multistream.h>
in
#include <opus_multistream.h>
not sure if this is a bug in gstreamer opus plugin or in the opus pkgconfig
--
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