[gstreamer-bugs] [Bug 634014] GTK+3 is a moving target, lets not compile against it by default.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 4 14:18:22 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=634014
  GStreamer | gst-plugins-base | git

Benjamin Otte (Company) <otte> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |otte at gnome.org

--- Comment #5 from Benjamin Otte (Company) <otte at gnome.org> 2010-11-04 21:18:20 UTC ---
I do think that's a good idea for GStreamer, as compilation of examples is not
something that GTK developers care about a lot.

If I were picky, I'd suggest using the code that's copied around in gnome-land,
which does:

AC_MSG_CHECKING([which gtk+ version to compile against])
AC_ARG_WITH([gtk],
  AC_HELP_STRING([--with-gtk=3.0|2.0],
                 [which gtk+ version to compile against (default: 3.0)]),
  [case "$with_gtk" in
      2.0|3.0) ;;
      *) AC_MSG_ERROR([invalid gtk+ version specified]);;
  esac],
  [with_gtk=3.0])
AC_MSG_RESULT([$with_gtk])

but I'll leave that to the build system maintainer(s).

-- 
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