summaryrefslogtreecommitdiff
path: root/sys/vdpau/Makefile.am
blob: 93a7513a6608ebc590f5243522359f4ba16a901a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
plugin_LTLIBRARIES = libgstvdpau.la

libgstvdpau_la_SOURCES = \
	gstvdpdevice.c \
	gstvdpmpegdec.c \
	mpegutil.c \
	gstvdpvideoyuv.c \
	gstvdpvideobuffer.c \
	gstvdp.c \
	gstvdpyuvvideo.c

libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
	$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
	$(VDPAU_LIBS)
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = \
	gstvdpdevice.h \
	gstvdpmpegdec.h \
	mpegutil.h \
	gstvdpvideoyuv.h \
	gstvdpvideobuffer.h \
	gstvdpyuvvideo.h