gstreamer/sys/vdpau/Makefile.am

46 lines
1.1 KiB
Makefile
Raw Normal View History

SUBDIRS = basevideodecoder gstvdp
plugin_LTLIBRARIES = libgstvdpau.la
2009-03-14 09:43:28 +00:00
libgstvdpau_la_SOURCES = \
gstvdpau.c \
gstvdpvideopostprocess.c \
gstvdpsink.c \
mpeg/gstvdpmpegframe.c \
mpeg/mpegutil.c \
mpeg/gstvdpmpegdec.c \
h264/gstnalreader.c \
h264/gsth264parser.c \
h264/gsth264frame.c \
2010-06-16 21:12:43 +00:00
h264/gsth264dpb.c \
2010-07-14 09:03:35 +00:00
h264/gstvdph264dec.c \
mpeg4/mpeg4util.c \
mpeg4/gstmpeg4frame.c \
mpeg4/gstvdpmpeg4dec.c
2009-03-14 09:43:28 +00:00
libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
2012-04-04 12:41:22 +00:00
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_API_VERSION) \
-lgstinterfaces-$(GST_API_VERSION) $(VDPAU_LIBS) \
gstvdp/libgstvdp-@GST_API_VERSION@.la \
$(LIBM)
2009-03-14 09:43:28 +00:00
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
gstvdpvideopostprocess.h \
gstvdpsink.h \
mpeg/gstvdpmpegframe.h \
mpeg/mpegutil.h \
mpeg/gstvdpmpegdec.h \
h264/gstnalreader.h \
h264/gsth264parser.h \
h264/gsth264frame.h \
2010-06-16 21:12:43 +00:00
h264/gsth264dpb.h \
2010-07-14 09:03:35 +00:00
h264/gstvdph264dec.h \
mpeg4/mpeg4util.h \
mpeg4/gstmpeg4frame.h \
mpeg4/gstvdpmpeg4dec.h