mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
13 lines
263 B
Makefile
13 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
|