mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 08:22:32 +00:00
12 lines
263 B
Makefile
12 lines
263 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdspu.la
|
|
|
|
libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c
|
|
|
|
libgstdvdspu_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdvdspu_la_LIBADD =
|
|
libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstdvdspu.h
|
|
|
|
EXTRA_DIST = Notes.txt
|