Blame ext/opus/Makefile.am

Packit 971217
plugin_LTLIBRARIES = libgstopus.la
Packit 971217
Packit 971217
libgstopus_la_SOURCES = gstopus.c gstopusdec.c gstopusenc.c gstopusheader.c gstopuscommon.c
Packit 971217
libgstopus_la_CFLAGS = \
Packit 971217
	$(GST_PLUGINS_BASE_CFLAGS) \
Packit 971217
	$(GST_CFLAGS) \
Packit 971217
	$(OPUS_CFLAGS)
Packit 971217
libgstopus_la_LIBADD = \
Packit 971217
	$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_API_VERSION).la \
Packit 971217
	$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-$(GST_API_VERSION).la \
Packit 971217
	$(top_builddir)/gst-libs/gst/audio/libgstaudio-$(GST_API_VERSION).la \
Packit 971217
	$(GST_BASE_LIBS) \
Packit 971217
	$(GST_LIBS) \
Packit 971217
	$(OPUS_LIBS)
Packit 971217
libgstopus_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
Packit 971217
Packit 971217
noinst_HEADERS = gstopusenc.h gstopusdec.h gstopusheader.h gstopuscommon.h