mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
211828979b
And remove the dead audiomunge element. It isn't needed now, we just send GAP events
38 lines
991 B
Makefile
38 lines
991 B
Makefile
# plugindir is set in configure
|
|
|
|
plugin_LTLIBRARIES = libgstresindvd.la
|
|
|
|
libgstresindvd_la_SOURCES = \
|
|
plugin.c \
|
|
resindvdbin.c \
|
|
resindvdsrc.c \
|
|
rsndec.c \
|
|
gstmpegdesc.c \
|
|
gstmpegdemux.c \
|
|
gstpesfilter.c \
|
|
rsninputselector.c \
|
|
# rsnparsetter.c \
|
|
# rsnwrappedbuffer.c
|
|
|
|
libgstresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) $(DVDNAV_CFLAGS)
|
|
libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstvideo-$(GST_API_VERSION) -lgstpbutils-$(GST_API_VERSION) \
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(DVDNAV_LIBS)
|
|
libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstresindvd_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = resindvdbin.h \
|
|
rsndec.h \
|
|
rsninputselector.h \
|
|
resindvdsrc.h \
|
|
gstmpegdefs.h \
|
|
gstmpegdesc.h \
|
|
gstmpegdemux.h \
|
|
gstpesfilter.h \
|
|
rsnparsetter.h \
|
|
rsnwrappedbuffer.h
|
|
|
|
EXTRA_DIST = resin-play resin-play2
|
|
|