summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent7098f40db04b6a32c311b802a2c12f0f450ee7b7 (diff)
downloadfarstream-52a59229d200a8d74d66e02126c290434d3157d8.tar.gz
Move the lib out of gst-libs
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/Makefile.am2
-rw-r--r--examples/commandline/simple-call-shm.c2
-rw-r--r--examples/commandline/simple-call.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/commandline/Makefile.am b/examples/commandline/Makefile.am
index 5644a450..5faf0d65 100644
--- a/examples/commandline/Makefile.am
+++ b/examples/commandline/Makefile.am
@@ -10,7 +10,7 @@ AM_CFLAGS = \
$(CFLAGS)
LDADD = \
- $(top_builddir)/gst-libs/gst/farstream/libfarstream-0.10.la \
+ $(top_builddir)/farstream/libfarstream-0.10.la \
$(GST_LIBS)
diff --git a/examples/commandline/simple-call-shm.c b/examples/commandline/simple-call-shm.c
index f9fcb517..5d4ac2d3 100644
--- a/examples/commandline/simple-call-shm.c
+++ b/examples/commandline/simple-call-shm.c
@@ -34,7 +34,7 @@
#include <gio/gunixinputstream.h>
#include <gst/gst.h>
-#include <gst/farstream/fs-conference.h>
+#include <farstream/fs-conference.h>
#define DEFAULT_AUDIOSRC "audiotestsrc is-live=1 ! audio/x-raw-int, rate=8000 ! identity"
#define DEFAULT_AUDIOSINK "alsasink sync=false async=false"
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index 50a408d3..82a306a0 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -30,7 +30,7 @@
#include <glib.h>
#include <gst/gst.h>
-#include <gst/farstream/fs-conference.h>
+#include <farstream/fs-conference.h>
#define DEFAULT_AUDIOSRC "alsasrc"
#define DEFAULT_AUDIOSINK "audioconvert ! audioresample ! audioconvert ! alsasink"