2002-01-12 03:34:26 +00:00
|
|
|
plugindir = $(libdir)/gst
|
2001-12-22 23:27:31 +00:00
|
|
|
|
2002-01-12 03:34:26 +00:00
|
|
|
plugin_LTLIBRARIES = libgstalaw.la libgstmulaw.la
|
2001-12-22 23:27:31 +00:00
|
|
|
|
|
|
|
libgstalaw_la_SOURCES = alaw-encode.c mulaw-conversion.c alaw-conversion.c alaw-decode.c alaw.c
|
|
|
|
libgstalaw_la_CFLAGS = $(GST_CFLAGS)
|
2002-01-12 03:34:26 +00:00
|
|
|
libgstalaw_la_LIBADD = $(GST_LIBS)
|
2002-01-18 11:37:19 +00:00
|
|
|
libgstalaw_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
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)
|
2002-01-12 03:34:26 +00:00
|
|
|
libgstmulaw_la_LIBADD = $(GST_LIBS)
|
2002-01-18 11:37:19 +00:00
|
|
|
libgstmulaw_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
2001-12-22 23:27:31 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = mulaw-conversion.h alaw-encode.h alaw-decode.h alaw-conversion.h mulaw-encode.h mulaw-decode.h
|