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 593063 - resindvd and rawparse do not use correct base LDFLAGS
resindvd and rawparse do not use correct base LDFLAGS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal trivial
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-25 19:47 UTC by LRN
Modified: 2009-08-25 23:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds correct LDFLAGS to rawparse and resindvd (1.56 KB, patch)
2009-08-25 19:47 UTC, LRN
committed Details | Review

Description LRN 2009-08-25 19:47:55 UTC
Created attachment 141677 [details] [review]
Adds correct LDFLAGS to rawparse and resindvd

This prevents libtool from locating libgstinterfaces and libgstvideo at compile
time.

Patch-fix attached.
Comment 1 Tim-Philipp Müller 2009-08-25 23:03:51 UTC
Looks straight-forward enough, so committed, thanks:

 commit 09b2abf87bf6056957f1a74ff2e3d06bb58f9d5f
 Author: Руслан Ижбулатов <lrn1986@gmail.com>
 Date:   Tue Aug 25 23:44:50 2009 +0400

    resindvd, rawparse: fix LDFLAGS for gst-plugins-base libs
    
    Fixes #593063.


(One day we might even agree on a common order for GST_LIBS, GST_BASE_LIBS and GST_PLUGINS_LIBS...)