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 601669 - [tests] tests/examples/manual depends on libgstcheck
[tests] tests/examples/manual depends on libgstcheck
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal blocker
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-12 11:13 UTC by LRN
Modified: 2009-11-12 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: Do not list libgstcheck as a requirement for tests/examples/manual (1.21 KB, patch)
2009-11-12 11:13 UTC, LRN
committed Details | Review

Description LRN 2009-11-12 11:13:10 UTC
Created attachment 147558 [details] [review]
tests: Do not list libgstcheck as a requirement for tests/examples/manual

tests/examples/manual depends on libgstcheck and does not care whether libgstcheck is being built or not. However, grep tells me that libgstcheck is not actually used in any of these examples.

The patch fixes that by removing libgstcheck dependence from Makefile.am

Validity of the patch is proved by the fact that all examples in /manual compiled successfully after patching.
Comment 1 Sebastian Dröge (slomo) 2009-11-12 11:52:29 UTC
Thanks, pushed.