summaryrefslogtreecommitdiff
path: root/sys/acmenc
diff options
context:
space:
mode:
authorMichael Smith <msmith@songbirdnest.com>2009-04-08 11:52:46 -0700
committerMichael Smith <msmith@songbirdnest.com>2009-04-08 11:57:02 -0700
commitcacadf3f4d53412141e4537589fb15749109e6f4 (patch)
tree957bd4ba177603e69f1854d4a71b223cf4435142 /sys/acmenc
parent96d4ee808666374f82546f4629384b021f96190d (diff)
downloadgstreamer-plugins-bad-cacadf3f4d53412141e4537589fb15749109e6f4.tar.gz
acmenc, acmmp3dec, sdp: link to all requires libraries on win32.
Add winsock for windows (for sdp). Link to all the plugins-base libs we indirectly use for acmmenc and acmmp3dec.
Diffstat (limited to 'sys/acmenc')
-rw-r--r--sys/acmenc/Makefile.am26
1 files changed, 16 insertions, 10 deletions
diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am
index 587868bd5..eb1b603a6 100644
--- a/sys/acmenc/Makefile.am
+++ b/sys/acmenc/Makefile.am
@@ -1,10 +1,16 @@
-plugin_LTLIBRARIES = libgstacmencsink.la
-
-libgstacmencsink_la_SOURCES = acmenc.c
-libgstacmencsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) $(ACMENC_CFLAGS)
-libgstacmencsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
- -lgstriff-$(GST_MAJORMINOR) -lmsacm32
-libgstacmencsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstacmencsink_la_LIBTOOLFLAGS = --tag=disable-static
-
+plugin_LTLIBRARIES = libgstacmenc.la
+
+libgstacmenc_la_SOURCES = acmenc.c
+libgstacmenc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS) $(ACMENC_CFLAGS)
+libgstacmenc_la_LIBADD = \
+ $(GST_BASE_LIBS) \
+ $(GST_PLUGINS_BASE_LIBS) \
+ -lgstriff-$(GST_MAJORMINOR) \
+ -lgstaudio-$(GST_MAJORMINOR) \
+ -lgsttag-$(GST_MAJORMINOR) \
+ -lmsacm32
+
+libgstacmenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstacmenc_la_LIBTOOLFLAGS = --tag=disable-static
+