/pidgin/main: b5b905b7d4e5: Fix an issue with an incorrectly pla...
Gary Kramlich <[email protected]> Thu, 18 Aug 2016 11:05:26 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: b5b905b7d4e53c68bb1b846c0abd1eab53df560d Author: Gary Kramlich <[email protected]> Date: 2016-08-12 13:37 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/b5b905b7d4e5 Description: Fix an issue with an incorrectly placed #endif diffstat: libpurple/mediamanager.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (28 lines): diff --git a/libpurple/mediamanager.c b/libpurple/mediamanager.c --- a/libpurple/mediamanager.c +++ b/libpurple/mediamanager.c @@ -29,7 +29,7 @@ #ifdef USE_GSTREAMER #include "marshallers.h" #include "media-gst.h" -#endif +#endif /* USE_GSTREAMER */ #ifdef USE_VV #include <media/backend-fs2.h> @@ -39,6 +39,7 @@ #ifdef HAVE_MEDIA_APPLICATION #include <gst/app/app.h> #endif +#endif /* USE_VV */ /** @copydoc _PurpleMediaOutputWindow */ typedef struct _PurpleMediaOutputWindow PurpleMediaOutputWindow; @@ -136,7 +137,6 @@ enum { LAST_SIGNAL }; static guint purple_media_manager_signals[LAST_SIGNAL] = {0}; -#endif GType purple_media_manager_get_type() _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits