2002-01-12 03:34:26 +00:00
|
|
|
plugin_LTLIBRARIES = libgstalaw.la libgstmulaw.la
|
2001-12-22 23:27:31 +00:00
|
|
|
|
2003-03-03 22:17:28 +00:00
|
|
|
libgstalaw_la_SOURCES = alaw-encode.c alaw-decode.c alaw.c
|
2001-12-22 23:27:31 +00:00
|
|
|
libgstalaw_la_CFLAGS = $(GST_CFLAGS)
|
2005-09-23 04:23:00 +00:00
|
|
|
libgstalaw_la_LIBADD = $(GST_LIBS)
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstalaw_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstalaw_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-22 23:27:31 +00:00
|
|
|
|
|
|
|
libgstmulaw_la_SOURCES = mulaw-encode.c mulaw-conversion.c mulaw-decode.c mulaw.c
|
|
|
|
libgstmulaw_la_CFLAGS = $(GST_CFLAGS)
|
2005-09-23 04:23:00 +00:00
|
|
|
libgstmulaw_la_LIBADD = $(GST_LIBS)
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstmulaw_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstmulaw_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-22 23:27:31 +00:00
|
|
|
|
2003-03-03 22:17:28 +00:00
|
|
|
noinst_HEADERS = mulaw-conversion.h alaw-encode.h alaw-decode.h mulaw-encode.h mulaw-decode.h
|