summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-04-04 12:19:18 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-04-04 14:28:27 -0400
commit81351b580da0f8db520ca0ff5e5725c199a7a8b9 (patch)
treee92ef76e72de59333d52f64fa82b883b316d4c0c /tests
parent50fffb08d941dce58ae48bf531faead8a4e22ed7 (diff)
downloadfarstream-81351b580da0f8db520ca0ff5e5725c199a7a8b9.tar.gz
Misc win32 portability fixes
Based on a patch by Conrad Poelman
Diffstat (limited to 'tests')
-rw-r--r--tests/rtp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rtp/Makefile.am b/tests/rtp/Makefile.am
index cb603b96..1740faf6 100644
--- a/tests/rtp/Makefile.am
+++ b/tests/rtp/Makefile.am
@@ -12,8 +12,8 @@ codec_discovery_CFLAGS = \
$(CFLAGS)
LDADD = \
- $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference-convenience.la \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(GST_CHECK_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_LIBS) \