2001-12-20 23:48:55 +00:00
|
|
|
plugin_LTLIBRARIES = libgstlame.la
|
|
|
|
|
2009-04-29 17:01:44 +00:00
|
|
|
libgstlame_la_SOURCES = gstlame.c gstlamemp3enc.c plugin.c
|
2011-09-26 12:44:01 +00:00
|
|
|
libgstlame_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LAME_CFLAGS)
|
|
|
|
libgstlame_la_LIBADD = $(LAME_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
-lgstaudio-$(GST_MAJORMINOR) $(GST_LIBS)
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-13 18:10:25 +00:00
|
|
|
libgstlame_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-20 23:48:55 +00:00
|
|
|
|
2009-04-29 17:01:44 +00:00
|
|
|
noinst_HEADERS = gstlame.h gstlamemp3enc.h
|