summaryrefslogtreecommitdiff
path: root/tests/rtp
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 /tests/rtp
parent7098f40db04b6a32c311b802a2c12f0f450ee7b7 (diff)
downloadfarstream-52a59229d200a8d74d66e02126c290434d3157d8.tar.gz
Move the lib out of gst-libs
Diffstat (limited to 'tests/rtp')
-rw-r--r--tests/rtp/Makefile.am2
-rw-r--r--tests/rtp/codec-discovery.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rtp/Makefile.am b/tests/rtp/Makefile.am
index f93d8495..8033fbf1 100644
--- a/tests/rtp/Makefile.am
+++ b/tests/rtp/Makefile.am
@@ -12,7 +12,7 @@ codec_discovery_CFLAGS = \
$(CFLAGS)
LDADD = \
- $(top_builddir)/gst-libs/gst/farstream/libfarstream-0.10.la \
+ $(top_builddir)/farstream/libfarstream-0.10.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference-convenience.la \
$(GST_CHECK_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
diff --git a/tests/rtp/codec-discovery.c b/tests/rtp/codec-discovery.c
index 5e7c99b6..ef6ed96a 100644
--- a/tests/rtp/codec-discovery.c
+++ b/tests/rtp/codec-discovery.c
@@ -20,7 +20,7 @@
#include <gst/gst.h>
-#include <gst/farstream/fs-codec.h>
+#include <farstream/fs-codec.h>
#include "fs-rtp-discover-codecs.h"
#include "fs-rtp-conference.h"