textoverlay: Link unit test with the local version of the library, not an installed one

This commit is contained in:
Sebastian Dröge 2014-05-03 18:57:38 +02:00
parent 68f5350c66
commit 9e3672d99d

View file

@ -500,8 +500,8 @@ elements_audioresample_LDADD = \
$(GST_BASE_LIBS) \
$(LDADD)
elements_textoverlay_LDADD = $(GST_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(LDADD)
elements_textoverlay_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
elements_textoverlay_LDADD = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la $(GST_BASE_LIBS) $(LDADD)
elements_textoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(AM_CFLAGS)
elements_volume_LDADD = \
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \