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 585630 - [PATCH] Don't try to test flacdec if it's not build
[PATCH] Don't try to test flacdec if it's not build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-13 08:36 UTC by Marvin Schmidt
Modified: 2009-06-13 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make flacdec test conditional (910 bytes, patch)
2009-06-13 08:38 UTC, Marvin Schmidt
committed Details | Review

Description Marvin Schmidt 2009-06-13 08:36:12 UTC
Currently the testsuite always runs the pipelines/flacdec test, even when flac support is disabled.
The patch makes the test depending on whether the flac element is build or not.

Best regards and a nice weekend
Comment 1 Marvin Schmidt 2009-06-13 08:38:14 UTC
Created attachment 136490 [details] [review]
Make flacdec test conditional
Comment 2 Edward Hervey 2009-06-13 08:45:33 UTC
Could you make a unified diff next time ? The patch wouldn't apply with patch.

commit e284f0cb29b2689d6e9c01b658f8fb8db4d0d179
Author: Marvin Schmidt <marvin_schmidt@gmx.net>
Date:   Sat Jun 13 10:43:55 2009 +0200

    tests: Don't run the flacdec test if the plugin isn't built. Fixes #585630