summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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"