banshee r4953 - in trunk/banshee: . libbanshee



Author: blorentz
Date: Sun Jan 25 17:12:09 2009
New Revision: 4953
URL: http://svn.gnome.org/viewvc/banshee?rev=4953&view=rev

Log:
2009-01-25  Bertrand Lorentz  <bertrand lorentz gmail com>

	* libbanshee/banshee-player-video.c: Move a typedef so that it builds
	without clutter.



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/libbanshee/banshee-player-video.c

Modified: trunk/banshee/libbanshee/banshee-player-video.c
==============================================================================
--- trunk/banshee/libbanshee/banshee-player-video.c	(original)
+++ trunk/banshee/libbanshee/banshee-player-video.c	Sun Jan 25 17:12:09 2009
@@ -32,17 +32,18 @@
 // Private Functions
 // ---------------------------------------------------------------------------
 
-#ifdef HAVE_CLUTTER
-
-#include <clutter/clutter.h>
-#include "clutter-gst-video-sink.h"
-
 typedef enum {
     BP_VIDEO_DISPLAY_CONTEXT_UNSUPPORTED = 0,
     BP_VIDEO_DISPLAY_CONTEXT_GDK_WINDOW = 1,
     BP_VIDEO_DISPLAY_CONTEXT_CLUTTER_TEXTURE = 2
 } BpVideoDisplayContextType;
 
+#ifdef HAVE_CLUTTER
+
+#include <clutter/clutter.h>
+#include "clutter-gst-video-sink.h"
+
+
 static gboolean
 bp_video_pipeline_setup_clutter (BansheePlayer *player, GstBus *bus)
 {



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