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 679929 - wayland Makefile link to now removed gstinterfaces
wayland Makefile link to now removed gstinterfaces
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-14 14:04 UTC by Alban Browaeys
Modified: 2012-07-14 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland : do not link against gstinterfaces (948 bytes, patch)
2012-07-14 14:04 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-07-14 14:04:28 UTC
Created attachment 218812 [details] [review]
wayland : do not link against gstinterfaces

ext/wayland/Makefile.am still reference gstinterfaces whihc breaks build. Attach patch remove this.
Comment 1 Tim-Philipp Müller 2012-07-14 14:29:08 UTC
commit f45873047d5bb7b391f030464b908d56628ccdb2
Author: Alban Browaeys <prahal@yahoo.com>
Date:   Sat Jul 14 15:51:08 2012 +0200

    wayland: don't link to gstinterfaces, which doesn't exist any more
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679929
Comment 2 Tim-Philipp Müller 2012-07-14 14:29:30 UTC
Comment on attachment 218812 [details] [review]
wayland : do not link against gstinterfaces

Thanks!