mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
7ff9bdb456
Fixes bug #573595.
9 lines
388 B
Makefile
9 lines
388 B
Makefile
plugin_LTLIBRARIES = libgstacmmp3dec.la
|
|
|
|
libgstacmmp3dec_la_SOURCES = acmmp3dec.c
|
|
libgstacmmp3dec_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(ACMMP3DEC_CFLAGS)
|
|
libgstacmmp3dec_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstriff-$(GST_MAJORMINOR) -lmsacm32
|
|
libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
|
|
|