[banshee] Fix libbanshee build on Windows



commit 8eaacb42f73b69e2181082c62fe3bf44976f66a2
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Wed May 20 12:34:34 2009 -0500

    Fix libbanshee build on Windows
---
 libbanshee/banshee-player-video.c |    2 +-
 libbanshee/libbanshee.vcproj      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libbanshee/banshee-player-video.c b/libbanshee/banshee-player-video.c
index a9ee576..80e6393 100644
--- a/libbanshee/banshee-player-video.c
+++ b/libbanshee/banshee-player-video.c
@@ -251,7 +251,7 @@ bp_video_window_expose (BansheePlayer *player, GdkWindow *window, gboolean direc
 P_INVOKE BpVideoDisplayContextType
 bp_video_get_display_context_type (BansheePlayer *player)
 {
-    return player->video_display_contex_type;
+    return player->video_display_context_type;
 }
 
 P_INVOKE void
diff --git a/libbanshee/libbanshee.vcproj b/libbanshee/libbanshee.vcproj
index 4f36365..fafc95d 100644
--- a/libbanshee/libbanshee.vcproj
+++ b/libbanshee/libbanshee.vcproj
@@ -143,7 +143,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib gio-2.0.lib gettextpo.lib intl.lib gstcontroller-0.10-0.lib gstbase-0.10-0.lib gstreamer-0.10-0.lib gstpbutils-0.10-0.lib gstcdda-0.10-0.lib gsttag-0.10-0.lib"
+				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib gio-2.0.lib gettextpo.lib intl.lib gstcontroller-0.10-0.lib gstbase-0.10-0.lib gstreamer-0.10-0.lib gstpbutils-0.10-0.lib gstcdda-0.10-0.lib gsttag-0.10-0.lib gstfft-0.10-0.lib"
 				LinkIncremental="2"
 				AdditionalLibraryDirectories="&quot;C:\Documents and Settings\Administrator\Desktop\Code\deps\gettext\lib&quot;;&quot;C:\Documents and Settings\Administrator\Desktop\Code\deps\gst-plugins-base\lib&quot;;&quot;C:\Documents and Settings\Administrator\Desktop\Code\deps\gstreamer\lib&quot;;&quot;C:\Documents and Settings\Administrator\Desktop\Code\deps\glib\lib&quot;"
 				GenerateDebugInformation="true"



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