summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdp/Makefile.am
blob: 44a0b9e956d5a76ee5ddb43bebd2e49c542313c4 (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
28
29
30
31
32
33
34
35
36
lib_LTLIBRARIES = libgstvdp-@GST_MAJORMINOR@.la
 
libgstvdp_@GST_MAJORMINOR@_la_SOURCES = \
	gstvdpdevice.c \
	gstvdputils.c \
	gstvdpbuffer.c \
	gstvdpbufferpool.c \
	gstvdpvideobuffer.c \
	gstvdpoutputbuffer.c \
	gstvdpvideosrcpad.c \
	gstvdpoutputsrcpad.c \
	gstvdpdecoder.c \
	gstvdp.c 
	
libgstvdp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/vdpau
libgstvdp_@GST_MAJORMINOR@include_HEADERS = \
	gstvdpdevice.h \
	gstvdputils.h \
	gstvdpbuffer.h \
	gstvdpbufferpool.h \
	gstvdpvideobuffer.h \
	gstvdpoutputbuffer.h \
	gstvdpvideosrcpad.h \
	gstvdpoutputsrcpad.h \
	gstvdpdecoder.h \
	gstvdp.h
 
libgstvdp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
	$(GST_PLUGINS_BASE_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
  
libgstvdp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(X11_LIBS) $(VDPAU_LIBS) \
	-lgstvideo-$(GST_MAJORMINOR) \
	../basevideodecoder/libgstbasevideodecoder.la
  
libgstvdp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_LT_LDFLAGS) $(GST_ALL_LDFLAGS)
libgstvdp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static