mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
19fd6f240d
This is not needed any longer.
10 lines
402 B
Makefile
10 lines
402 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdlpcmdec.la
|
|
|
|
libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c
|
|
libgstdvdlpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstdvdlpcmdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_LIBS)
|
|
libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdvdlpcmdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstdvdlpcmdec.h
|