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 \
|
|
|
|
gstvdpdecoder.c \
|
|
|
|
gstvdpmpegdecoder.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 \
|
|
|
|
gstvdpyuvvideo.c
|
2009-03-14 09:43:28 +00:00
|
|
|
|
2009-03-15 20:21:49 +00:00
|
|
|
libgstvdpau_la_CFLAGS = $(GST_CFLAGS) $(X11_CFLAGS) -Ivdpau
|
2009-03-31 20:53:40 +00:00
|
|
|
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
|
|
|
$(GST_PLUGINS_BASE) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) -lvdpau
|
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 \
|
|
|
|
gstvdpdecoder.h \
|
|
|
|
gstvdpmpegdecoder.h \
|
2009-04-07 18:46:49 +00:00
|
|
|
mpegutil.h \
|
2009-04-13 20:19:20 +00:00
|
|
|
gstvdpvideoyuv.h \
|
|
|
|
gstvdpvideobuffer.h \
|
|
|
|
gstvdpyuvvideo.h
|
2009-03-15 20:21:49 +00:00
|
|
|
|
|
|
|
|