From 5c2b8e80444013268fb11c46e1961b39ca307c76 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 20 Aug 2008 21:44:22 +0000 Subject: Add new windows ACM encoder wrapper. Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/acmenc/Makefile.am: * sys/acmenc/acmenc.c: Add new windows ACM encoder wrapper. --- sys/acmenc/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/acmenc/Makefile.am (limited to 'sys/acmenc/Makefile.am') diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am new file mode 100644 index 00000000..a3971e49 --- /dev/null +++ b/sys/acmenc/Makefile.am @@ -0,0 +1,9 @@ +plugin_LTLIBRARIES = libgstacmencsink.la + +libgstacmencsink_la_SOURCES = acmenc.c +libgstacmencsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) +libgstacmencsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ + -lgstriff-$(GST_MAJORMINOR) -lmsacm32 +libgstacmencsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS) + -- cgit v1.2.1