mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
10 lines
372 B
Makefile
10 lines
372 B
Makefile
|
plugin_LTLIBRARIES = libgstacmmp3dec.la
|
||
|
|
||
|
libgstacmdecsink_la_SOURCES = acmmp3dec.c
|
||
|
libgstacmdecsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||
|
$(GST_PLUGINS_BASE_CFLAGS)
|
||
|
libgstacmdecsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||
|
-lgstriff-$(GST_MAJORMINOR) -lmsacm32
|
||
|
libgstacmdecsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
|
||
|
|