mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
13 lines
424 B
Makefile
13 lines
424 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdspu.la
|
|
|
|
libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c gstspu-vobsub.c gstspu-vobsub-render.c gstspu-pgs.c
|
|
|
|
libgstdvdspu_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdvdspu_la_LIBADD = $(GST_LIBS)
|
|
libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdvdspu_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstdvdspu.h gstspu-pgs.h gstspu-vobsub.h gstspu-common.h
|
|
|
|
EXTRA_DIST = Notes.txt
|