mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests/check/Makefile.am: link audiotestsrc test with libgstaudio
Needed for the new planar audio unit test
This commit is contained in:
parent
48fa908e15
commit
294bfb7300
1 changed files with 8 additions and 0 deletions
|
@ -682,6 +682,14 @@ elements_audiorate_LDADD = \
|
|||
$(LDADD)
|
||||
elements_audiorate_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
|
||||
elements_audiotestsrc_LDADD = \
|
||||
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
|
||||
$(GST_BASE_LIBS) $(LDADD)
|
||||
elements_audiotestsrc_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
|
||||
elements_libvisual_LDADD = $(LDADD)
|
||||
elements_libvisual_CFLAGS = $(CFLAGS) $(AM_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue