After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770326 - gst-plugins-bad tarball lacks opensles.h
gst-plugins-bad tarball lacks opensles.h
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Mac OS
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-24 10:16 UTC by Fredrik Fornwall
Modified: 2016-08-24 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add opensles.h to noinst_HEADERS (462 bytes, patch)
2016-08-24 10:16 UTC, Fredrik Fornwall
committed Details | Review

Description Fredrik Fornwall 2016-08-24 10:16:21 UTC
Created attachment 334070 [details] [review]
Patch to add opensles.h to noinst_HEADERS

The gst-plugins-bad tarball lacks the /sys/opensles/opensles.h file, so compiling the OpenSLES plugin always fails.

This seems to be due to sys/opensles/Makefile.am not listing the opensles.h file in noinst_HEADERS. Attaching a patch which corrects this (note: untested).
Comment 1 Sebastian Dröge (slomo) 2016-08-24 10:36:27 UTC
commit c611c6c6c0cfc30c39e483d3f277f0aa88246e7c
Author: Fredrik Fornwall <fredrik@fornwall.net>
Date:   Wed Aug 24 10:16:00 2016 +0000

    opensles: Add opensles.h to noinst_HEADERS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770326