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 \
|
2012-09-20 17:03:11 +00:00
|
|
|
gstvdputils.c \
|
|
|
|
gstvdpvideomemory.c \
|
|
|
|
gstvdpvideobufferpool.c \
|
|
|
|
gstvdpdevice.c \
|
|
|
|
gstvdpdecoder.c \
|
|
|
|
mpeg/gstvdpmpegdec.c
|
|
|
|
# \
|
|
|
|
# h264/gsth264dpb.c \
|
|
|
|
# h264/gstvdph264dec.c
|
|
|
|
|
2009-03-14 09:43:28 +00:00
|
|
|
|
2012-09-20 17:03:11 +00:00
|
|
|
libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
|
2010-06-09 13:43:43 +00:00
|
|
|
|
2012-09-20 17:03:11 +00:00
|
|
|
libgstvdpau_la_LIBADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
|
|
|
|
$(GST_LIBS) $(GST_BASE_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
2012-09-20 17:03:11 +00:00
|
|
|
$(VDPAU_LIBS) $(LIBM)
|
|
|
|
|
2009-03-14 09:43:28 +00:00
|
|
|
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstvdpau_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2009-03-14 09:43:28 +00:00
|
|
|
|
2009-03-15 20:21:49 +00:00
|
|
|
noinst_HEADERS = \
|
2012-09-20 17:03:11 +00:00
|
|
|
gstvdputils.h \
|
|
|
|
gstvdpvideomemory.h \
|
|
|
|
gstvdpvideobufferpool.h \
|
2013-06-05 16:28:17 +00:00
|
|
|
gstvdpdevice.h \
|
|
|
|
gstvdpdecoder.h \
|
|
|
|
gstvdpoutputbuffer.h \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdpvideopostprocess.h \
|
2010-06-09 13:43:43 +00:00
|
|
|
gstvdpsink.h \
|
|
|
|
mpeg/gstvdpmpegdec.h \
|
2010-07-14 09:03:35 +00:00
|
|
|
mpeg4/mpeg4util.h \
|
|
|
|
mpeg4/gstmpeg4frame.h \
|
|
|
|
mpeg4/gstvdpmpeg4dec.h
|
2013-06-05 16:28:17 +00:00
|
|
|
|
|
|
|
# h264/gsth264dpb.h \
|
|
|
|
# h264/gstvdph264dec.h
|
|
|
|
|