2008-06-17 01:08:14 +00:00
|
|
|
# plugindir is set in configure
|
|
|
|
|
2012-06-11 12:10:43 +00:00
|
|
|
plugin_LTLIBRARIES = libgstresindvd.la
|
2008-06-17 01:08:14 +00:00
|
|
|
|
2012-06-11 12:10:43 +00:00
|
|
|
libgstresindvd_la_SOURCES = \
|
2008-06-17 01:08:14 +00:00
|
|
|
plugin.c \
|
|
|
|
resindvdbin.c \
|
|
|
|
resindvdsrc.c \
|
2012-06-09 12:36:06 +00:00
|
|
|
rsndec.c \
|
2008-06-17 01:08:14 +00:00
|
|
|
gstmpegdesc.c \
|
|
|
|
gstmpegdemux.c \
|
2008-07-11 14:06:08 +00:00
|
|
|
gstpesfilter.c \
|
2012-06-09 12:36:06 +00:00
|
|
|
rsninputselector.c \
|
2012-10-01 13:21:12 +00:00
|
|
|
rsnparsetter.c
|
2008-06-17 01:08:14 +00:00
|
|
|
|
2012-06-11 12:10:43 +00:00
|
|
|
libgstresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
2010-05-20 00:12:55 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
2009-04-01 01:23:20 +00:00
|
|
|
$(GST_CFLAGS) $(DVDNAV_CFLAGS)
|
2012-06-11 12:10:43 +00:00
|
|
|
libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
2012-06-09 12:36:06 +00:00
|
|
|
-lgstvideo-$(GST_API_VERSION) -lgstpbutils-$(GST_API_VERSION) \
|
2013-01-07 10:37:53 +00:00
|
|
|
-lgsttag-$(GST_API_VERSION) \
|
2012-11-30 20:01:16 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(GMODULE_NO_EXPORT_LIBS) $(DVDNAV_LIBS)
|
2012-06-11 12:10:43 +00:00
|
|
|
libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstresindvd_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2008-06-17 01:08:14 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = resindvdbin.h \
|
2009-10-01 12:37:43 +00:00
|
|
|
rsndec.h \
|
2012-06-09 12:36:06 +00:00
|
|
|
rsninputselector.h \
|
2008-06-17 01:08:14 +00:00
|
|
|
resindvdsrc.h \
|
|
|
|
gstmpegdefs.h \
|
|
|
|
gstmpegdesc.h \
|
|
|
|
gstmpegdemux.h \
|
2008-07-11 14:06:08 +00:00
|
|
|
gstpesfilter.h \
|
2012-10-01 13:21:12 +00:00
|
|
|
rsnparsetter.h
|
2008-07-21 10:15:18 +00:00
|
|
|
|
2008-11-01 21:37:06 +00:00
|
|
|
EXTRA_DIST = resin-play resin-play2
|
|
|
|
|