summaryrefslogtreecommitdiff
path: root/gst/fsrawconference
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 /gst/fsrawconference
parent7098f40db04b6a32c311b802a2c12f0f450ee7b7 (diff)
downloadfarstream-52a59229d200a8d74d66e02126c290434d3157d8.tar.gz
Move the lib out of gst-libs
Diffstat (limited to 'gst/fsrawconference')
-rw-r--r--gst/fsrawconference/Makefile.am2
-rw-r--r--gst/fsrawconference/fs-raw-conference.h2
-rw-r--r--gst/fsrawconference/fs-raw-participant.h2
-rw-r--r--gst/fsrawconference/fs-raw-session.c2
-rw-r--r--gst/fsrawconference/fs-raw-session.h2
-rw-r--r--gst/fsrawconference/fs-raw-stream.h4
6 files changed, 7 insertions, 7 deletions
diff --git a/gst/fsrawconference/Makefile.am b/gst/fsrawconference/Makefile.am
index 69f3d760..4353fc63 100644
--- a/gst/fsrawconference/Makefile.am
+++ b/gst/fsrawconference/Makefile.am
@@ -31,7 +31,7 @@ libfsrawconference_la_SOURCES = fs-raw-conference-plugin.c
libfsrawconference_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libfsrawconference_la_LIBADD = \
libfsrawconference-convenience.la \
- $(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/gst/fsrawconference/fs-raw-conference.h b/gst/fsrawconference/fs-raw-conference.h
index b41b3664..67a03bea 100644
--- a/gst/fsrawconference/fs-raw-conference.h
+++ b/gst/fsrawconference/fs-raw-conference.h
@@ -27,7 +27,7 @@
#ifndef __FS_RAW_CONFERENCE_H__
#define __FS_RAW_CONFERENCE_H__
-#include <gst/farstream/fs-conference.h>
+#include <farstream/fs-conference.h>
G_BEGIN_DECLS
diff --git a/gst/fsrawconference/fs-raw-participant.h b/gst/fsrawconference/fs-raw-participant.h
index 5082ad7b..e6545ebc 100644
--- a/gst/fsrawconference/fs-raw-participant.h
+++ b/gst/fsrawconference/fs-raw-participant.h
@@ -26,7 +26,7 @@
#ifndef __FS_RAW_PARTICIPANT_H__
#define __FS_RAW_PARTICIPANT_H__
-#include <gst/farstream/fs-participant.h>
+#include <farstream/fs-participant.h>
G_BEGIN_DECLS
diff --git a/gst/fsrawconference/fs-raw-session.c b/gst/fsrawconference/fs-raw-session.c
index c1692b03..0f90324b 100644
--- a/gst/fsrawconference/fs-raw-session.c
+++ b/gst/fsrawconference/fs-raw-session.c
@@ -46,7 +46,7 @@
#include <string.h>
#include <gst/gst.h>
-#include <gst/farstream/fs-transmitter.h>
+#include <farstream/fs-transmitter.h>
#include "fs-raw-stream.h"
#include "fs-raw-participant.h"
diff --git a/gst/fsrawconference/fs-raw-session.h b/gst/fsrawconference/fs-raw-session.h
index 2564872b..037f816b 100644
--- a/gst/fsrawconference/fs-raw-session.h
+++ b/gst/fsrawconference/fs-raw-session.h
@@ -29,7 +29,7 @@
#include <gst/gst.h>
-#include <gst/farstream/fs-session.h>
+#include <farstream/fs-session.h>
#include "fs-raw-conference.h"
diff --git a/gst/fsrawconference/fs-raw-stream.h b/gst/fsrawconference/fs-raw-stream.h
index 730ed98d..02fac5d5 100644
--- a/gst/fsrawconference/fs-raw-stream.h
+++ b/gst/fsrawconference/fs-raw-stream.h
@@ -27,8 +27,8 @@
#ifndef __FS_RAW_STREAM_H__
#define __FS_RAW_STREAM_H__
-#include <gst/farstream/fs-stream.h>
-#include <gst/farstream/fs-stream-transmitter.h>
+#include <farstream/fs-stream.h>
+#include <farstream/fs-stream-transmitter.h>
#include "fs-raw-participant.h"
#include "fs-raw-session.h"