[gstreamer-bugs] [Bug 323782] gstreaner-0.10.pc pkg-config file still report version 0.9.7

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 11 04:17:27 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323782
 GStreamer | packages | Ver: 0.9.7





------- Additional Comments From Akos Maroy  2005-12-11 12:17 -------
also, in the gst-plugin sample in gst-templates in the CVS doesn't honor the
detected CFLAGS and LIBS, here's a diff that fixes the issue:

cvs diff: Diffing src
Index: src/Makefile.am
===================================================================
RCS file: /cvs/gstreamer/gst-template/gst-plugin/src/Makefile.am,v
retrieving revision 1.5
diff -r1.5 Makefile.am
13,14c13,14
< libgstplugin_la_CFLAGS = $(GST_LIBS_CFLAGS)
< libgstplugin_la_LIBADD = $(GST_LIBS_LIBS)
---
> libgstplugin_la_CFLAGS = $(GST_CFLAGS)
> libgstplugin_la_LIBADD = $(GST_LIBS)


------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list