gstreamer/gst/vbidec/Makefile.am
David I. Lehn 61898506c8 initial checkin of work-in-progress vbidec plugin for closed caption support
Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support
2002-12-19 21:34:56 +00:00

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)