mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
tests: simple-decoder: fix build with built-in videoutils.
Fix build with built-in videoutils, i.e. when system GStreamer installation does not know about GstVideoDecoder API.
This commit is contained in:
parent
48b67470e3
commit
732320d878
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ simple_decoder_source_c = simple-decoder.c
|
|||
simple_decoder_source_h =
|
||||
simple_decoder_SOURCES = $(simple_decoder_source_c)
|
||||
simple_decoder_CFLAGS = $(TEST_CFLAGS) $(GST_VIDEO_CFLAGS)
|
||||
simple_decoder_LDADD = libutils.la $(TEST_LIBS) $(GST_VIDEO_LIBS)
|
||||
simple_decoder_LDADD = libutils.la $(TEST_LIBS) $(GST_VIDEO_LIBS) \
|
||||
$(top_builddir)/gst-libs/gst/video/libgstvaapi-videoutils.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
test-subpicture-data.h \
|
||||
|
|
Loading…
Reference in a new issue