[gnome-games] libgames-support: remove leftover HAVE_GSTREAMER



commit f77d4262c098f809bfc8991163a55510c42e62ae
Author: Christian Persch <chpe gnome org>
Date:   Fri May 8 20:28:16 2009 +0200

    libgames-support: remove leftover HAVE_GSTREAMER
---
 libgames-support/games-runtime.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libgames-support/games-runtime.c b/libgames-support/games-runtime.c
index 85ac729..677535e 100644
--- a/libgames-support/games-runtime.c
+++ b/libgames-support/games-runtime.c
@@ -89,9 +89,9 @@ games_runtime_init (const char *name)
 
   setlocale (LC_ALL, "");
 
-#if defined(HAVE_GNOME) || defined(HAVE_RSVG_GNOMEVFS) || defined(HAVE_GSTREAMER)
-  /* If we're going to use gconf, gnome-vfs, or gstreamer, we need to
-   * init threads before calling any glib functions.
+#if defined(HAVE_GNOME) || defined(HAVE_RSVG_GNOMEVFS) || defined(HAVE_CANBERRA_GTK)
+  /* If we're going to use gconf, gnome-vfs, or canberra, we need to
+   * init threads; and this has to be done before calling any other glib functions.
    */
   g_thread_init (NULL);
   /* May call any glib function after this point */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]