mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
8149ee2e46
For consistency. https://bugzilla.gnome.org/show_bug.cgi?id=769610
10 lines
438 B
Makefile
10 lines
438 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdlpcmdec.la
|
|
|
|
libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c
|
|
libgstdvdlpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstdvdlpcmdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdvdlpcmdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstdvdlpcmdec.h
|