From cacadf3f4d53412141e4537589fb15749109e6f4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 8 Apr 2009 11:52:46 -0700 Subject: 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. --- sys/acmenc/Makefile.am | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'sys/acmenc') diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am index 587868bd..eb1b603a 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 + -- cgit v1.2.1