mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
61898506c8
Original commit message from CVS: initial checkin of work-in-progress vbidec plugin for closed caption support
9 lines
275 B
Makefile
9 lines
275 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstvbidec.la
|
|
|
|
libgstvbidec_la_SOURCES = gstvbidec.h gstvbidec.c \
|
|
vbidata.h vbidata.c \
|
|
vbiscreen.h vbiscreen.c
|
|
libgstvbidec_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvbidec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|