mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
b68a05dbfa
Refactor the DVD subpicture compositing, switching it to 8-bit alpha calculations. Reuse some of the resulting code to implement PGS subpicture blending. Implement parsing and collecting of composition objects properly, but assuming a single active window and colour palette for now. I need more PGS samples.
13 lines
408 B
Makefile
13 lines
408 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
|
|
|
|
EXTRA_DIST = Notes.txt
|