From 52a59229d200a8d74d66e02126c290434d3157d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 11 Oct 2011 16:08:49 -0400 Subject: Move the lib out of gst-libs --- examples/commandline/Makefile.am | 2 +- examples/commandline/simple-call-shm.c | 2 +- examples/commandline/simple-call.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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 #include -#include +#include #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 #include -#include +#include #define DEFAULT_AUDIOSRC "alsasrc" #define DEFAULT_AUDIOSINK "audioconvert ! audioresample ! audioconvert ! alsasink" -- cgit v1.2.1