summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2016-04-22 08:20:14 +0200
committerEdward Hervey <bilboed@bilboed.com>2016-04-22 08:21:08 +0200
commit1c0688ab65f765b4bc1a83d261998706deebb220 (patch)
tree74f44b52d161affdab2c2cc6a7aabb221bff9357 /tests
parente86e08b4ac9a939393353729e0ae598ea2ea4fc4 (diff)
check: Fix LDADD/CFLAGS for player unit test
It now requires libgstvideo
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index e27f31c4a..08aa1d889 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -481,9 +481,10 @@ libs_player_SOURCES = libs/player.c
libs_player_LDADD = \
$(top_builddir)/gst-libs/gst/player/libgstplayer-@GST_API_VERSION@.la \
+ -lgstvideo-@GST_API_VERSION@ \
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
libs_player_CFLAGS = \
- $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS) \
+ $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS) \
-DTEST_PATH=\"$(builddir)/media\"
if WITH_GST_PLAYER_TESTS