From ccd4472e2aaa5315873461c689febd98880879d0 Mon Sep 17 00:00:00 2001 From: William Manley Date: Mon, 3 Nov 2014 12:47:18 +0000 Subject: Add test_that_multisocketsink_and_socketsrc_preserve_meta This test is in a seperate commit to the previous two because it depends on and tests the functionality in both. --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f60dc0af6..f3dab3d27 100644 --- a/configure.ac +++ b/configure.ac @@ -703,6 +703,12 @@ AG_GST_CHECK_FEATURE(VORBIS, [Xiph Vorbis audio codec], vorbis, [ AG_GST_PKG_CHECK_MODULES(VORBIS, vorbis >= 1.0 vorbisenc >= 1.0) ]) +dnl *** gio-unix-2.0 for tests/check/pipelines/tcp.c *** +translit(dnm, m, l) AM_CONDITIONAL(USE_GIO_UNIX_2_0, true) +AG_GST_CHECK_FEATURE(GIO_UNIX_2_0, [glib GIO unix], gio-unix-2.0, [ + AG_GST_PKG_CHECK_MODULES(GIO_UNIX_2_0, gio-unix-2.0 >= 2.24) +]) + if test "x$HAVE_VORBIS" = "xyes"; then ac_cflags_save="$CFLAGS" AC_COMPILE_IFELSE([ -- cgit v1.2.3