mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
check: Fix LDADD/CFLAGS for player unit test
It now requires libgstvideo
This commit is contained in:
parent
e86e08b4ac
commit
1c0688ab65
1 changed files with 2 additions and 1 deletions
|
@ -481,9 +481,10 @@ libs_player_SOURCES = libs/player.c
|
||||||
|
|
||||||
libs_player_LDADD = \
|
libs_player_LDADD = \
|
||||||
$(top_builddir)/gst-libs/gst/player/libgstplayer-@GST_API_VERSION@.la \
|
$(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)
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
|
||||||
libs_player_CFLAGS = \
|
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\"
|
-DTEST_PATH=\"$(builddir)/media\"
|
||||||
|
|
||||||
if WITH_GST_PLAYER_TESTS
|
if WITH_GST_PLAYER_TESTS
|
||||||
|
|
Loading…
Reference in a new issue