2010-03-16 09:39:07 +00:00
|
|
|
lib_LTLIBRARIES = \
|
|
|
|
libgstvaapi-@GST_MAJORMINOR@.la \
|
|
|
|
libgstvaapi-x11-@GST_MAJORMINOR@.la \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstvaapi_includedir = \
|
|
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/vaapi
|
2010-01-12 15:51:39 +00:00
|
|
|
|
2010-03-04 17:39:01 +00:00
|
|
|
libgstvaapi_source_c = \
|
2010-01-25 16:15:01 +00:00
|
|
|
gstvaapidisplay.c \
|
2010-03-04 17:39:01 +00:00
|
|
|
gstvaapiimage.c \
|
|
|
|
gstvaapiimageformat.c \
|
2010-03-12 23:47:47 +00:00
|
|
|
gstvaapiimagepool.c \
|
2010-03-23 17:12:40 +00:00
|
|
|
gstvaapimarshal.c \
|
2010-03-23 16:21:28 +00:00
|
|
|
gstvaapiobject.c \
|
2010-03-04 17:39:01 +00:00
|
|
|
gstvaapisubpicture.c \
|
|
|
|
gstvaapisurface.c \
|
2010-03-12 17:45:18 +00:00
|
|
|
gstvaapisurfacepool.c \
|
2010-03-16 09:15:48 +00:00
|
|
|
gstvaapiutils.c \
|
2010-03-12 23:48:50 +00:00
|
|
|
gstvaapivideobuffer.c \
|
2010-03-12 23:47:47 +00:00
|
|
|
gstvaapivideopool.c \
|
2010-03-16 09:03:10 +00:00
|
|
|
gstvaapivideosink.c \
|
2010-03-15 15:12:27 +00:00
|
|
|
gstvaapiwindow.c \
|
2010-01-25 16:15:01 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2010-03-04 17:39:01 +00:00
|
|
|
libgstvaapi_source_h = \
|
2010-01-25 16:15:01 +00:00
|
|
|
gstvaapidisplay.h \
|
2010-03-04 17:39:01 +00:00
|
|
|
gstvaapiimage.h \
|
|
|
|
gstvaapiimageformat.h \
|
2010-03-12 23:47:47 +00:00
|
|
|
gstvaapiimagepool.h \
|
2010-03-23 16:21:28 +00:00
|
|
|
gstvaapiobject.h \
|
2010-03-04 17:39:01 +00:00
|
|
|
gstvaapisubpicture.h \
|
|
|
|
gstvaapisurface.h \
|
2010-03-12 17:45:18 +00:00
|
|
|
gstvaapisurfacepool.h \
|
2010-03-22 12:16:47 +00:00
|
|
|
gstvaapitypes.h \
|
2010-03-12 23:48:50 +00:00
|
|
|
gstvaapivideobuffer.h \
|
2010-03-12 23:47:47 +00:00
|
|
|
gstvaapivideopool.h \
|
2010-03-16 09:03:10 +00:00
|
|
|
gstvaapivideosink.h \
|
2010-03-15 15:12:27 +00:00
|
|
|
gstvaapiwindow.h \
|
2010-01-12 15:51:39 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2010-03-16 09:21:15 +00:00
|
|
|
libgstvaapi_source_priv_h = \
|
|
|
|
gstvaapidebug.h \
|
2010-03-24 08:32:12 +00:00
|
|
|
gstvaapiobject_priv.h \
|
2010-03-16 09:21:15 +00:00
|
|
|
gstvaapiutils.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-16 09:39:07 +00:00
|
|
|
libgstvaapi_x11_source_c = \
|
|
|
|
gstvaapidisplay_x11.c \
|
|
|
|
gstvaapiutils.c \
|
|
|
|
gstvaapiutils_x11.c \
|
|
|
|
gstvaapiwindow_x11.c \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstvaapi_x11_source_h = \
|
|
|
|
gstvaapidisplay_x11.h \
|
|
|
|
gstvaapiwindow_x11.h \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstvaapi_x11_source_priv_h = \
|
|
|
|
gstvaapiutils.h \
|
|
|
|
gstvaapiutils_x11.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-04 17:39:01 +00:00
|
|
|
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
|
|
|
$(libgstvaapi_source_c) \
|
2010-03-16 09:21:15 +00:00
|
|
|
$(libgstvaapi_source_priv_h) \
|
2010-03-04 17:39:01 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstvaapi_@GST_MAJORMINOR@include_HEADERS = \
|
|
|
|
$(libgstvaapi_source_h) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstvaapi_@GST_MAJORMINOR@includedir = \
|
2010-03-16 09:39:07 +00:00
|
|
|
$(libgstvaapi_includedir)
|
2010-01-12 15:51:39 +00:00
|
|
|
|
2010-01-25 16:15:01 +00:00
|
|
|
libgstvaapi_@GST_MAJORMINOR@_la_CFLAGS = \
|
2010-03-04 17:39:01 +00:00
|
|
|
-I$(top_srcdir)/gst-libs \
|
2010-01-25 16:15:01 +00:00
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(LIBVA_CFLAGS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libgstvaapi_@GST_MAJORMINOR@_la_LIBADD = \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(LIBVA_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-16 09:39:07 +00:00
|
|
|
libgstvaapi_x11_@GST_MAJORMINOR@_la_SOURCES = \
|
|
|
|
$(libgstvaapi_x11_source_c) \
|
|
|
|
$(libgstvaapi_x11_source_priv_h) \
|
2010-01-25 16:15:01 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2010-03-16 09:39:07 +00:00
|
|
|
libgstvaapi_x11_@GST_MAJORMINOR@include_HEADERS = \
|
|
|
|
$(libgstvaapi_x11_source_h) \
|
2010-01-25 16:15:01 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2010-03-16 09:39:07 +00:00
|
|
|
libgstvaapi_x11_@GST_MAJORMINOR@includedir = \
|
|
|
|
$(libgstvaapi_includedir)
|
|
|
|
|
|
|
|
libgstvaapi_x11_@GST_MAJORMINOR@_la_CFLAGS = \
|
|
|
|
-I$(top_srcdir)/gst-libs \
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
2010-01-25 16:15:01 +00:00
|
|
|
$(LIBVA_X11_CFLAGS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-16 09:39:07 +00:00
|
|
|
libgstvaapi_x11_@GST_MAJORMINOR@_la_LIBADD = \
|
|
|
|
$(GLIB_LIBS) \
|
2010-01-25 16:15:01 +00:00
|
|
|
$(LIBVA_X11_LIBS) \
|
2010-03-16 09:39:07 +00:00
|
|
|
libgstvaapi-@GST_MAJORMINOR@.la \
|
2010-01-12 15:51:39 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2010-03-23 17:12:40 +00:00
|
|
|
|
|
|
|
# glib-genmarshal rules
|
|
|
|
glib_marshal_list = gstvaapimarshal.list
|
|
|
|
glib_marshal_prefix = gst_vaapi_marshal
|
|
|
|
|
|
|
|
marshal_h = $(glib_marshal_list:.list=.h)
|
|
|
|
marshal_c = $(glib_marshal_list:.list=.c)
|
|
|
|
|
|
|
|
CLEANFILES = stamp-marshal
|
|
|
|
DISTCLEANFILES = $(marshal_h) $(marshal_c)
|
|
|
|
BUILT_SOURCES = $(marshal_h) $(marshal_c)
|
|
|
|
EXTRA_DIST = $(srcdir)/$(glib_marshal_list)
|
|
|
|
|
|
|
|
stamp-marshal: $(glib_marshal_list)
|
|
|
|
$(GLIB_GENMARSHAL) \
|
|
|
|
--prefix=$(glib_marshal_prefix) \
|
|
|
|
--header \
|
|
|
|
$(srcdir)/$(glib_marshal_list) > xgen-mh \
|
|
|
|
&& (cmp -s xgen-mh $(marshal_h) || cp -f xgen-mh $(marshal_h)) \
|
|
|
|
&& rm -f xgen-mh \
|
|
|
|
&& echo timestamp > $(@F)
|
|
|
|
|
|
|
|
$(marshal_h): stamp-marshal
|
|
|
|
@true
|
|
|
|
|
|
|
|
$(marshal_c): $(marshal_h)
|
|
|
|
(echo "#include \"$(marshal_h)\"" ; \
|
|
|
|
$(GLIB_GENMARSHAL) \
|
|
|
|
--prefix=$(glib_marshal_prefix) \
|
|
|
|
--body \
|
|
|
|
$(srcdir)/$(glib_marshal_list)) > xgen-mc \
|
|
|
|
&& cp xgen-mc $(marshal_c) \
|
|
|
|
&& rm -f xgen-mc
|