[gstreamer-bugs] [Bug 598771] Fix build without pango
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Oct 17 12:37:32 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=598771
GStreamer | gst-plugins-base | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2009-10-17 19:37:26 UTC ---
> build: don't fail with old pango versions
> Somebody forgot that 'pangocairo >= 1.15.4' can fail.
Hrm, not quite sure I understand what the exact problem is here. Maybe the real
problem is rather that gsttextoverlay.c uses #if HAVE_FOO_BAR where it should
be using #ifdef HAVE_FOO_BAR ?
I think I'll just bump the pango requirements here btw and get rid of those
ifdefs anyway.
> build: avoid pango version check if it's not there
That makes sense, but wouldn't be needed any longer if the reqs get bumped.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list