2008-06-17 01:08:14 +00:00
|
|
|
# plugindir is set in configure
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libresindvd.la
|
|
|
|
|
|
|
|
libresindvd_la_SOURCES = \
|
|
|
|
plugin.c \
|
|
|
|
resindvdbin.c \
|
|
|
|
rsnaudiomunge.c \
|
2009-10-01 12:37:43 +00:00
|
|
|
rsndec.c \
|
2008-06-17 01:08:14 +00:00
|
|
|
rsnstreamselector.c \
|
|
|
|
resindvdsrc.c \
|
|
|
|
gstmpegdesc.c \
|
|
|
|
gstmpegdemux.c \
|
2008-07-11 14:06:08 +00:00
|
|
|
gstpesfilter.c \
|
|
|
|
rsnparsetter.c \
|
|
|
|
rsnwrappedbuffer.c
|
2008-06-17 01:08:14 +00:00
|
|
|
|
2010-05-20 00:12:55 +00:00
|
|
|
libresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
2009-04-01 01:23:20 +00:00
|
|
|
$(GST_CFLAGS) $(DVDNAV_CFLAGS)
|
2009-08-25 19:44:50 +00:00
|
|
|
libresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
2009-04-01 01:23:20 +00:00
|
|
|
-lgstinterfaces-$(GST_MAJORMINOR) -lgstvideo-$(GST_MAJORMINOR) \
|
2009-10-01 12:52:06 +00:00
|
|
|
-lgstpbutils-$(GST_MAJORMINOR) \
|
2009-04-01 01:23:20 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS) $(DVDNAV_LIBS)
|
2008-06-17 01:08:14 +00:00
|
|
|
libresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libresindvd_la_LIBTOOLFLAGS = --tag=disable-static
|
2008-06-17 01:08:14 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = resindvdbin.h \
|
|
|
|
rsnaudiomunge.h \
|
2009-10-01 12:37:43 +00:00
|
|
|
rsndec.h \
|
2008-06-17 01:08:14 +00:00
|
|
|
rsnstreamselector.h \
|
|
|
|
resindvdsrc.h \
|
|
|
|
gstmpegdefs.h \
|
|
|
|
gstmpegdesc.h \
|
|
|
|
gstmpegdemux.h \
|
2008-07-11 14:06:08 +00:00
|
|
|
gstpesfilter.h \
|
2008-07-21 10:15:18 +00:00
|
|
|
rsnparsetter.h \
|
|
|
|
rsnwrappedbuffer.h
|
|
|
|
|
2008-11-01 21:37:06 +00:00
|
|
|
EXTRA_DIST = resin-play resin-play2
|
|
|
|
|