mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
playback-test: Link to libgstvideo too
This commit is contained in:
parent
962ed96aad
commit
ac91f44747
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ noinst_PROGRAMS = playback-test
|
|||
|
||||
LDADD = \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
|
||||
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
||||
|
||||
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue