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 = \
|
2009-04-13 20:19:20 +00:00
|
|
|
gstvdpdevice.c \
|
2009-06-05 19:48:28 +00:00
|
|
|
gstvdpmpegdec.c \
|
2009-04-04 18:53:35 +00:00
|
|
|
mpegutil.c \
|
2009-04-13 20:19:20 +00:00
|
|
|
gstvdpvideoyuv.c \
|
|
|
|
gstvdpvideobuffer.c \
|
|
|
|
gstvdp.c \
|
2009-06-22 21:25:55 +00:00
|
|
|
gstvdpyuvvideo.c \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdputils.c \
|
|
|
|
gstvdpvideopostprocess.c \
|
|
|
|
gstvdpoutputbuffer.c \
|
|
|
|
gstvdpsink.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)
|
2009-03-31 20:53:40 +00:00
|
|
|
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
2009-06-30 21:55:13 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \
|
2009-06-12 15:39:39 +00:00
|
|
|
$(VDPAU_LIBS)
|
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-04-13 20:19:20 +00:00
|
|
|
gstvdpdevice.h \
|
2009-06-05 19:48:28 +00:00
|
|
|
gstvdpmpegdec.h \
|
2009-04-07 18:46:49 +00:00
|
|
|
mpegutil.h \
|
2009-04-13 20:19:20 +00:00
|
|
|
gstvdpvideoyuv.h \
|
|
|
|
gstvdpvideobuffer.h \
|
2009-06-22 21:25:55 +00:00
|
|
|
gstvdpyuvvideo.h \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdputils.h \
|
|
|
|
gstvdpvideopostprocess.h \
|
|
|
|
gstvdpoutputbuffer.h \
|
|
|
|
gstvdpsink.c
|
2009-03-15 20:21:49 +00:00
|
|
|
|
|
|
|
|