# HG changeset patch # User Daniel Atallah # Date 1239579601 0 # Node ID 75b473f216f2e590dc9827775c9d1633fcb181e0 # Parent 16e2f915e3a0dd0af9b8b01e6d08004b0c024c32 Include the media API on win32 even though it isn't actually enabled. diff -r 16e2f915e3a0 -r 75b473f216f2 libpurple/Makefile.mingw --- a/libpurple/Makefile.mingw Sun Apr 12 22:42:38 2009 +0000 +++ b/libpurple/Makefile.mingw Sun Apr 12 23:40:01 2009 +0000 @@ -35,6 +35,7 @@ buddyicon.c \ certificate.c \ cipher.c \ + circbuffer.c \ cmds.c \ connection.c \ conversation.c \ @@ -44,10 +45,11 @@ dnssrv.c \ eventloop.c \ ft.c \ - circbuffer.c \ idle.c \ imgstore.c \ log.c \ + media.c \ + mediamanager.c \ mime.c \ nat-pmp.c \ network.c \ @@ -66,22 +68,22 @@ server.c \ signals.c \ smiley.c \ - sound.c \ + sound-theme-loader.c \ sound-theme.c \ - sound-theme-loader.c \ + sound.c \ sslconn.c \ status.c \ stringref.c \ stun.c \ - theme.c \ theme-loader.c \ theme-manager.c \ + theme.c \ upnp.c \ util.c \ value.c \ version.c \ + whiteboard.c \ xmlnode.c \ - whiteboard.c \ win32/giowin32.c \ win32/libc_interface.c \ win32/win32dep.c diff -r 16e2f915e3a0 -r 75b473f216f2 libpurple/media.c --- a/libpurple/media.c Sun Apr 12 22:42:38 2009 +0000 +++ b/libpurple/media.c Sun Apr 12 23:40:01 2009 +0000 @@ -29,7 +29,6 @@ #include "internal.h" #include "account.h" -#include "marshallers.h" #include "media.h" #include "mediamanager.h" #include "network.h" @@ -37,6 +36,7 @@ #include "debug.h" #ifdef USE_GSTREAMER +#include "marshallers.h" #include "media-gst.h" #endif diff -r 16e2f915e3a0 -r 75b473f216f2 libpurple/mediamanager.c --- a/libpurple/mediamanager.c Sun Apr 12 22:42:38 2009 +0000 +++ b/libpurple/mediamanager.c Sun Apr 12 23:40:01 2009 +0000 @@ -28,11 +28,11 @@ #include "account.h" #include "debug.h" -#include "marshallers.h" #include "media.h" #include "mediamanager.h" #ifdef USE_GSTREAMER +#include "marshallers.h" #include "media-gst.h" #endif