gstreamer/sys/acmenc/Makefile.am
Michael Smith cacadf3f4d 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.
2009-04-08 11:57:02 -07:00

17 lines
500 B
Makefile

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