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 \
|
|
|
|
h264/gstvdph264dec.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) \
|
|
|
|
basevideodecoder/libgstbasevideodecoder.la \
|
|
|
|
gstvdp/libgstvdp-@GST_MAJORMINOR@.la
|
|
|
|
|
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 \
|
|
|
|
h264/gstvdph264dec.h
|