2011-04-07 13:43:42 +00:00
|
|
|
plugin_LTLIBRARIES = libgstaudioparsers.la
|
2009-11-28 17:13:31 +00:00
|
|
|
|
2011-04-07 13:43:42 +00:00
|
|
|
libgstaudioparsers_la_SOURCES = \
|
2010-10-18 23:15:20 +00:00
|
|
|
gstaacparse.c gstamrparse.c gstac3parse.c \
|
|
|
|
gstdcaparse.c gstflacparse.c gstmpegaudioparse.c \
|
2013-01-15 17:38:24 +00:00
|
|
|
gstsbcparse.c gstwavpackparse.c plugin.c
|
2009-11-28 17:13:31 +00:00
|
|
|
|
2011-04-07 13:43:42 +00:00
|
|
|
libgstaudioparsers_la_CFLAGS = \
|
2010-10-13 22:39:55 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2011-04-07 13:43:42 +00:00
|
|
|
libgstaudioparsers_la_LIBADD = \
|
2013-07-15 16:11:45 +00:00
|
|
|
-lgstpbutils-$(GST_API_VERSION) \
|
2012-04-04 12:33:23 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_API_VERSION) \
|
|
|
|
-lgstaudio-$(GST_API_VERSION) \
|
2009-12-17 11:44:20 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
2011-04-07 13:43:42 +00:00
|
|
|
libgstaudioparsers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2009-11-28 17:13:31 +00:00
|
|
|
|
2010-10-18 23:15:20 +00:00
|
|
|
noinst_HEADERS = gstaacparse.h gstamrparse.h gstac3parse.h \
|
2013-02-04 18:38:41 +00:00
|
|
|
gstdcaparse.h gstflacparse.h gstmpegaudioparse.h gstsbcparse.h \
|
2013-01-15 17:38:24 +00:00
|
|
|
gstwavpackparse.h
|