mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
10 lines
247 B
Makefile
10 lines
247 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstdvdlpcmdec.la
|
||
|
|
||
|
libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c
|
||
|
libgstdvdlpcmdec_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstdvdlpcmdec_la_LIBADD =
|
||
|
libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstdvdlpcmdec.h
|