[gst-cvs] gst-plugins-bad: tests: valve: Fix tests build
Thiago Sousa Santos
thiagoss at kemper.freedesktop.org
Sun Oct 3 19:23:32 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: 3d28d30f44fa09f26e7772bf023dfe0bf8d239fd
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=3d28d30f44fa09f26e7772bf023dfe0bf8d239fd
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date: Sun Oct 3 23:14:53 2010 -0300
tests: valve: Fix tests build
Adds missing cflags/libs to valve check test to
fix build
---
tests/check/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 2216f2f..c10c1c6 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -190,6 +190,9 @@ elements_kate_LDADD = $(GST_BASE_LIBS) $(LDADD)
elements_rtpmux_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(AM_CFLAGS)
elements_rtpmux_LDADD = $(GST_BASE_LIBS) $(LDADD) -lgstrtp-0.10
+elements_valve_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(AM_CFLAGS)
+elements_valve_LDADD = $(GST_BASE_LIBS) $(LDADD) -lgstrtp-0.10
+
elements_assrender_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(AM_CFLAGS)
elements_assrender_LDADD = $(GST_BASE_LIBS) $(LDADD) -lgstvideo-0.10 -lgstapp-0.10
More information about the Gstreamer-commits
mailing list