2010-06-09 13:43:43 +00:00
|
|
|
SUBDIRS = basevideodecoder gstvdp
|
|
|
|
|
2009-03-15 20:21:49 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvdpau.la
|
2009-03-14 09:43:28 +00:00
|
|
|
|
2009-03-15 20:21:49 +00:00
|
|
|
libgstvdpau_la_SOURCES = \
|
2010-03-17 19:59:08 +00:00
|
|
|
gstvdpau.c \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdpvideopostprocess.c \
|
2010-06-09 13:43:43 +00:00
|
|
|
gstvdpsink.c \
|
|
|
|
mpeg/gstvdpmpegframe.c \
|
|
|
|
mpeg/mpegutil.c \
|
|
|
|
mpeg/gstvdpmpegdec.c \
|
|
|
|
h264/gstnalreader.c \
|
|
|
|
h264/gsth264parser.c \
|
2010-06-26 23:27:28 +00:00
|
|
|
h264/gsth264frame.c \
|
2010-06-16 21:12:43 +00:00
|
|
|
h264/gsth264dpb.c \
|
2010-07-14 09:03:35 +00:00
|
|
|
h264/gstvdph264dec.c \
|
|
|
|
mpeg4/mpeg4util.c \
|
|
|
|
mpeg4/gstmpeg4frame.c \
|
|
|
|
mpeg4/gstvdpmpeg4dec.c
|
2009-03-14 09:43:28 +00:00
|
|
|
|
2009-06-18 16:06:23 +00:00
|
|
|
libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
|
2010-06-09 13:43:43 +00:00
|
|
|
|
2009-03-31 20:53:40 +00:00
|
|
|
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
2009-10-04 17:27:56 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
2010-06-09 13:43:43 +00:00
|
|
|
-lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) \
|
2010-06-28 08:47:52 +00:00
|
|
|
gstvdp/libgstvdp-@GST_MAJORMINOR@.la \
|
|
|
|
$(LIBM)
|
2010-06-09 13:43:43 +00:00
|
|
|
|
2009-03-14 09:43:28 +00:00
|
|
|
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2009-03-15 20:21:49 +00:00
|
|
|
noinst_HEADERS = \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdpvideopostprocess.h \
|
2010-06-09 13:43:43 +00:00
|
|
|
gstvdpsink.h \
|
|
|
|
mpeg/gstvdpmpegframe.h \
|
|
|
|
mpeg/mpegutil.h \
|
|
|
|
mpeg/gstvdpmpegdec.h \
|
|
|
|
h264/gstnalreader.h \
|
|
|
|
h264/gsth264parser.h \
|
2010-06-26 23:27:28 +00:00
|
|
|
h264/gsth264frame.h \
|
2010-06-16 21:12:43 +00:00
|
|
|
h264/gsth264dpb.h \
|
2010-07-14 09:03:35 +00:00
|
|
|
h264/gstvdph264dec.h \
|
|
|
|
mpeg4/mpeg4util.h \
|
|
|
|
mpeg4/gstmpeg4frame.h \
|
|
|
|
mpeg4/gstvdpmpeg4dec.h
|