GstPlanarAudioAdapter: Add audio library in Makefile.am

This fixes a build regression.
This commit is contained in:
Nicolas Dufresne 2018-08-03 07:57:50 -04:00
parent bdd1dd04ea
commit 7aaab9bca6

View file

@ -14,11 +14,12 @@ libgstbadaudio_@GST_API_VERSION@_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
$(GST_CFLAGS) $(ORC_CFLAGS) \
$(GST_AUDIO_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS)
libgstbadaudio_@GST_API_VERSION@_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
$(GST_PLUGINS_BASE_LIBS) $(GST_ADUIO_LIBS) \
$(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
libgstbadaudio_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)