diff options
-rw-r--r-- | src/empathy-call.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c index d5fa2d17e..7503532c5 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -26,6 +26,10 @@ #include <glib/gi18n.h> #include <gtk/gtk.h> +#include <clutter/clutter.h> +#include <clutter-gtk/clutter-gtk.h> +#include <clutter-gst/clutter-gst.h> + #include <telepathy-glib/debug-sender.h> #include <telepathy-yell/telepathy-yell.h> @@ -134,6 +138,9 @@ main (int argc, tpy_cli_init (); + gtk_clutter_init (&argc, &argv); + clutter_gst_init (&argc, &argv); + empathy_gtk_init (); g_set_application_name (_("Empathy Audio/Video Client")); g_setenv ("PULSE_PROP_media.role", "phone", TRUE); |