aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-21 18:59:56 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-21 19:11:40 +0800
commitf80ac5a563fe7e7b88f7c3f3b737907792dae355 (patch)
tree83cdf23e6746f59efd845837b2be41ffe38463c2
parenta11f7c047fbc1e02a28d5c8f4366e8f2d3e1e423 (diff)
downloadgsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.tar
gsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.tar.gz
gsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.tar.bz2
gsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.tar.lz
gsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.tar.xz
gsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.tar.zst
gsoc2013-empathy-f80ac5a563fe7e7b88f7c3f3b737907792dae355.zip
Move farsight-using sources to src
And only build them for empathy-av, since they use farsight.
-rw-r--r--libempathy-gtk/Makefile.am12
-rw-r--r--src/Makefile.am8
-rw-r--r--src/empathy-audio-sink.c (renamed from libempathy-gtk/empathy-audio-sink.c)0
-rw-r--r--src/empathy-audio-sink.h (renamed from libempathy-gtk/empathy-audio-sink.h)0
-rw-r--r--src/empathy-audio-src.c (renamed from libempathy-gtk/empathy-audio-src.c)0
-rw-r--r--src/empathy-audio-src.h (renamed from libempathy-gtk/empathy-audio-src.h)0
-rw-r--r--src/empathy-streamed-media-window.c8
-rw-r--r--src/empathy-video-src.c (renamed from libempathy-gtk/empathy-video-src.c)0
-rw-r--r--src/empathy-video-src.h (renamed from libempathy-gtk/empathy-video-src.h)0
-rw-r--r--src/empathy-video-widget.c (renamed from libempathy-gtk/empathy-video-widget.c)0
-rw-r--r--src/empathy-video-widget.h (renamed from libempathy-gtk/empathy-video-widget.h)0
11 files changed, 14 insertions, 14 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index b6d680413..47b416fa0 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -31,8 +31,6 @@ libempathy_gtk_handwritten_source = \
empathy-account-widget-private.h \
empathy-account-widget-sip.c \
empathy-account-widget.c \
- empathy-audio-sink.c \
- empathy-audio-src.c \
empathy-avatar-chooser.c \
empathy-avatar-image.c \
empathy-cell-renderer-activatable.c \
@@ -85,17 +83,13 @@ libempathy_gtk_handwritten_source = \
empathy-theme-irc.c \
empathy-theme-manager.c \
empathy-tls-dialog.c \
- empathy-ui-utils.c \
- empathy-video-src.c \
- empathy-video-widget.c
+ empathy-ui-utils.c
libempathy_gtk_headers = \
empathy-account-chooser.h \
empathy-account-widget-irc.h \
empathy-account-widget-sip.h \
empathy-account-widget.h \
- empathy-audio-sink.h \
- empathy-audio-src.h \
empathy-avatar-chooser.h \
empathy-avatar-image.h \
empathy-cell-renderer-activatable.h \
@@ -149,9 +143,7 @@ libempathy_gtk_headers = \
empathy-theme-irc.h \
empathy-theme-manager.h \
empathy-tls-dialog.h \
- empathy-ui-utils.h \
- empathy-video-src.h \
- empathy-video-widget.h
+ empathy-ui-utils.h
libempathy_gtk_la_SOURCES = \
$(libempathy_gtk_handwritten_source) \
diff --git a/src/Makefile.am b/src/Makefile.am
index 86aff82d7..4b1b4c416 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -105,6 +105,10 @@ empathy_debugger_SOURCES = \
empathy_av_SOURCES = \
empathy-av.c \
+ empathy-audio-sink.c \
+ empathy-audio-sink.h \
+ empathy-audio-src.c \
+ empathy-audio-src.h \
empathy-streamed-media-factory.c \
empathy-streamed-media-factory.h \
empathy-streamed-media-handler.c \
@@ -113,6 +117,10 @@ empathy_av_SOURCES = \
empathy-streamed-media-window-fullscreen.h \
empathy-streamed-media-window.c \
empathy-streamed-media-window.h \
+ empathy-video-src.c \
+ empathy-video-src.h \
+ empathy-video-widget.c \
+ empathy-video-widget.h \
ev-sidebar.c \
ev-sidebar.h \
$(NULL)
diff --git a/libempathy-gtk/empathy-audio-sink.c b/src/empathy-audio-sink.c
index 1d2169593..1d2169593 100644
--- a/libempathy-gtk/empathy-audio-sink.c
+++ b/src/empathy-audio-sink.c
diff --git a/libempathy-gtk/empathy-audio-sink.h b/src/empathy-audio-sink.h
index 21ebf2b5a..21ebf2b5a 100644
--- a/libempathy-gtk/empathy-audio-sink.h
+++ b/src/empathy-audio-sink.h
diff --git a/libempathy-gtk/empathy-audio-src.c b/src/empathy-audio-src.c
index a3416f2ea..a3416f2ea 100644
--- a/libempathy-gtk/empathy-audio-src.c
+++ b/src/empathy-audio-src.c
diff --git a/libempathy-gtk/empathy-audio-src.h b/src/empathy-audio-src.h
index 4bca31b61..4bca31b61 100644
--- a/libempathy-gtk/empathy-audio-src.h
+++ b/src/empathy-audio-src.h
diff --git a/src/empathy-streamed-media-window.c b/src/empathy-streamed-media-window.c
index 2408f975a..3d0224516 100644
--- a/src/empathy-streamed-media-window.c
+++ b/src/empathy-streamed-media-window.c
@@ -38,10 +38,6 @@
#include <libempathy/empathy-tp-contact-factory.h>
#include <libempathy/empathy-utils.h>
#include <libempathy-gtk/empathy-avatar-image.h>
-#include <libempathy-gtk/empathy-video-widget.h>
-#include <libempathy-gtk/empathy-audio-src.h>
-#include <libempathy-gtk/empathy-audio-sink.h>
-#include <libempathy-gtk/empathy-video-src.h>
#include <libempathy-gtk/empathy-ui-utils.h>
#include <libempathy-gtk/empathy-sound-manager.h>
#include <libempathy-gtk/empathy-geometry.h>
@@ -52,6 +48,10 @@
#include "empathy-streamed-media-window.h"
#include "empathy-streamed-media-window-fullscreen.h"
+#include "empathy-video-widget.h"
+#include "empathy-audio-src.h"
+#include "empathy-audio-sink.h"
+#include "empathy-video-src.h"
#include "ev-sidebar.h"
#define BUTTON_ID "empathy-call-dtmf-button-id"
diff --git a/libempathy-gtk/empathy-video-src.c b/src/empathy-video-src.c
index 5c865daaa..5c865daaa 100644
--- a/libempathy-gtk/empathy-video-src.c
+++ b/src/empathy-video-src.c
diff --git a/libempathy-gtk/empathy-video-src.h b/src/empathy-video-src.h
index fae5563eb..fae5563eb 100644
--- a/libempathy-gtk/empathy-video-src.h
+++ b/src/empathy-video-src.h
diff --git a/libempathy-gtk/empathy-video-widget.c b/src/empathy-video-widget.c
index b4b39ffdb..b4b39ffdb 100644
--- a/libempathy-gtk/empathy-video-widget.c
+++ b/src/empathy-video-widget.c
diff --git a/libempathy-gtk/empathy-video-widget.h b/src/empathy-video-widget.h
index cfdd0354c..cfdd0354c 100644
--- a/libempathy-gtk/empathy-video-widget.h
+++ b/src/empathy-video-widget.h