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-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
|
|
|
gstvdp.c \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdputils.c \
|
|
|
|
gstvdpvideopostprocess.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-10-04 17:27:56 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
|
|
|
-lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) -lgstvdp-$(GST_MAJORMINOR)
|
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-05 19:48:28 +00:00
|
|
|
gstvdpmpegdec.h \
|
2009-04-07 18:46:49 +00:00
|
|
|
mpegutil.h \
|
2009-06-30 21:55:13 +00:00
|
|
|
gstvdputils.h \
|
|
|
|
gstvdpvideopostprocess.h \
|
2009-10-16 10:53:14 +00:00
|
|
|
gstvdpsink.h
|
2009-03-15 20:21:49 +00:00
|
|
|
|
2009-10-04 17:27:56 +00:00
|
|
|
lib_LTLIBRARIES = libgstvdp-@GST_MAJORMINOR@.la
|
|
|
|
|
|
|
|
libgstvdp_@GST_MAJORMINOR@_la_SOURCES = \
|
|
|
|
gstvdpdevice.c \
|
|
|
|
gstvdpvideobuffer.c \
|
2009-11-20 23:13:46 +00:00
|
|
|
gstvdpoutputbuffer.c \
|
2009-11-22 21:28:18 +00:00
|
|
|
gstvdpvideosrcpad.c \
|
|
|
|
gstvdpoutputsrcpad.c
|
2009-10-04 17:27:56 +00:00
|
|
|
|
|
|
|
libgstvdp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/vdpau
|
|
|
|
libgstvdp_@GST_MAJORMINOR@include_HEADERS = \
|
|
|
|
gstvdpdevice.h \
|
|
|
|
gstvdpvideobuffer.h \
|
2009-11-20 23:13:46 +00:00
|
|
|
gstvdpoutputbuffer.h \
|
2009-11-22 21:28:18 +00:00
|
|
|
gstvdpvideosrcpad.h \
|
|
|
|
gstvdpoutputsrcpad.h
|
2009-10-04 17:27:56 +00:00
|
|
|
|
|
|
|
libgstvdp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(VDPAU_CFLAGS) $(X11_CFLAGS)
|
2009-10-08 18:13:04 +00:00
|
|
|
libgstvdp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(VDPAU_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR)
|
2009-10-04 17:27:56 +00:00
|
|
|
libgstvdp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_LT_LDFLAGS) $(GST_ALL_LDFLAGS)
|
|
|
|
libgstvdp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
2009-03-15 20:21:49 +00:00
|
|
|
|