mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests: fix build of aspectratio crop unit test in uninstalled environment.
This commit is contained in:
parent
4bee98e7b4
commit
3c1f1b195f
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ VALGRIND_TESTS_DISABLE = \
|
|||
|
||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-good.supp
|
||||
|
||||
elements_aspectratiocrop_LDADD = $(LDADD)
|
||||
elements_aspectratiocrop_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
|
||||
elements_audiopanorama_LDADD = \
|
||||
$(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) \
|
||||
$(LDADD)
|
||||
|
|
Loading…
Reference in a new issue