summaryrefslogtreecommitdiff
path: root/transmitters/shm
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 16:08:49 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 16:14:10 -0400
commit52a59229d200a8d74d66e02126c290434d3157d8 (patch)
tree1adf3344ad47dbed6c35c42511362b232c703683 /transmitters/shm
parent7098f40db04b6a32c311b802a2c12f0f450ee7b7 (diff)
downloadfarstream-52a59229d200a8d74d66e02126c290434d3157d8.tar.gz
Move the lib out of gst-libs
Diffstat (limited to 'transmitters/shm')
-rw-r--r--transmitters/shm/Makefile.am2
-rw-r--r--transmitters/shm/fs-shm-stream-transmitter.c4
-rw-r--r--transmitters/shm/fs-shm-stream-transmitter.h4
-rw-r--r--transmitters/shm/fs-shm-transmitter.c4
-rw-r--r--transmitters/shm/fs-shm-transmitter.h2
5 files changed, 8 insertions, 8 deletions
diff --git a/transmitters/shm/Makefile.am b/transmitters/shm/Makefile.am
index f0a9bf92..07e1656b 100644
--- a/transmitters/shm/Makefile.am
+++ b/transmitters/shm/Makefile.am
@@ -16,7 +16,7 @@ libshm_transmitter_la_CFLAGS = \
$(GST_CFLAGS)
libshm_transmitter_la_LDFLAGS = $(FS_PLUGIN_LDFLAGS)
libshm_transmitter_la_LIBADD = \
- $(top_builddir)/gst-libs/gst/farstream/libfarstream-0.10.la \
+ $(top_builddir)/farstream/libfarstream-0.10.la \
$(FS_LIBS) \
$(GST_BASE_LIBS) \
$(GST_LIBS)
diff --git a/transmitters/shm/fs-shm-stream-transmitter.c b/transmitters/shm/fs-shm-stream-transmitter.c
index 8ef3d742..23c45f26 100644
--- a/transmitters/shm/fs-shm-stream-transmitter.c
+++ b/transmitters/shm/fs-shm-stream-transmitter.c
@@ -66,8 +66,8 @@
#include "fs-shm-stream-transmitter.h"
#include "fs-shm-transmitter.h"
-#include <gst/farstream/fs-candidate.h>
-#include <gst/farstream/fs-conference.h>
+#include <farstream/fs-candidate.h>
+#include <farstream/fs-conference.h>
#include <gst/gst.h>
diff --git a/transmitters/shm/fs-shm-stream-transmitter.h b/transmitters/shm/fs-shm-stream-transmitter.h
index f44b3170..38b6b8ad 100644
--- a/transmitters/shm/fs-shm-stream-transmitter.h
+++ b/transmitters/shm/fs-shm-stream-transmitter.h
@@ -28,8 +28,8 @@
#include <glib.h>
#include <glib-object.h>
-#include <gst/farstream/fs-stream-transmitter.h>
-#include <gst/farstream/fs-plugin.h>
+#include <farstream/fs-stream-transmitter.h>
+#include <farstream/fs-plugin.h>
#include "fs-shm-transmitter.h"
G_BEGIN_DECLS
diff --git a/transmitters/shm/fs-shm-transmitter.c b/transmitters/shm/fs-shm-transmitter.c
index d1b15740..5bd049f6 100644
--- a/transmitters/shm/fs-shm-transmitter.c
+++ b/transmitters/shm/fs-shm-transmitter.c
@@ -37,8 +37,8 @@
#include "fs-shm-transmitter.h"
#include "fs-shm-stream-transmitter.h"
-#include <gst/farstream/fs-conference.h>
-#include <gst/farstream/fs-plugin.h>
+#include <farstream/fs-conference.h>
+#include <farstream/fs-plugin.h>
#include <string.h>
diff --git a/transmitters/shm/fs-shm-transmitter.h b/transmitters/shm/fs-shm-transmitter.h
index e483068c..978c3049 100644
--- a/transmitters/shm/fs-shm-transmitter.h
+++ b/transmitters/shm/fs-shm-transmitter.h
@@ -25,7 +25,7 @@
#ifndef __FS_SHM_TRANSMITTER_H__
#define __FS_SHM_TRANSMITTER_H__
-#include <gst/farstream/fs-transmitter.h>
+#include <farstream/fs-transmitter.h>
#include <gst/gst.h>