2012-04-24 16:16:27 +00:00
|
|
|
# variables used for enum generation
|
2012-07-23 14:52:33 +00:00
|
|
|
ORC_SOURCE=video-orc
|
2012-05-29 13:12:16 +00:00
|
|
|
include $(top_srcdir)/common/orc.mak
|
|
|
|
|
2012-06-05 10:47:22 +00:00
|
|
|
glib_enum_headers = video.h video-format.h video-color.h video-info.h \
|
2013-05-17 13:45:41 +00:00
|
|
|
colorbalance.h navigation.h video-chroma.h
|
2009-10-16 07:18:45 +00:00
|
|
|
glib_enum_define = GST_VIDEO
|
2009-10-16 07:56:56 +00:00
|
|
|
glib_gen_prefix = gst_video
|
2009-10-16 07:18:45 +00:00
|
|
|
glib_gen_basename = video
|
2008-12-31 13:01:30 +00:00
|
|
|
|
2012-04-24 16:16:27 +00:00
|
|
|
built_sources = video-enumtypes.c
|
|
|
|
built_headers = video-enumtypes.h
|
2012-05-30 11:06:11 +00:00
|
|
|
BUILT_SOURCES += $(built_sources) $(built_headers)
|
2008-12-31 13:01:30 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
lib_LTLIBRARIES = libgstvideo-@GST_API_VERSION@.la
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2008-12-31 13:01:30 +00:00
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstvideo_@GST_API_VERSION@_la_SOURCES = \
|
2011-11-29 18:10:01 +00:00
|
|
|
colorbalance.c \
|
|
|
|
colorbalancechannel.c \
|
2012-04-13 09:01:03 +00:00
|
|
|
navigation.c \
|
2011-11-29 18:10:01 +00:00
|
|
|
video.c \
|
2012-06-05 10:47:22 +00:00
|
|
|
video-event.c \
|
|
|
|
video-format.c \
|
2013-05-17 13:45:41 +00:00
|
|
|
video-chroma.c \
|
2012-06-05 10:47:22 +00:00
|
|
|
video-color.c \
|
|
|
|
video-info.c \
|
|
|
|
video-frame.c \
|
2011-11-29 18:10:01 +00:00
|
|
|
gstvideosink.c \
|
|
|
|
gstvideofilter.c \
|
|
|
|
convertframe.c \
|
|
|
|
gstvideometa.c \
|
|
|
|
gstvideopool.c \
|
|
|
|
videoorientation.c \
|
2012-04-24 16:14:31 +00:00
|
|
|
videooverlay.c \
|
|
|
|
gstvideodecoder.c \
|
|
|
|
gstvideoencoder.c \
|
2012-06-28 16:16:20 +00:00
|
|
|
gstvideoutils.c \
|
|
|
|
video-blend.c \
|
|
|
|
video-overlay-composition.c
|
2011-11-29 18:10:01 +00:00
|
|
|
|
2012-05-30 11:07:57 +00:00
|
|
|
nodist_libgstvideo_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstvideo_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/video
|
|
|
|
libgstvideo_@GST_API_VERSION@include_HEADERS = \
|
2011-11-29 18:49:50 +00:00
|
|
|
colorbalance.h \
|
|
|
|
colorbalancechannel.h \
|
2012-04-13 09:01:03 +00:00
|
|
|
navigation.h \
|
2011-11-29 18:49:50 +00:00
|
|
|
video.h \
|
2012-06-05 10:47:22 +00:00
|
|
|
video-event.h \
|
|
|
|
video-format.h \
|
2013-05-17 13:45:41 +00:00
|
|
|
video-chroma.h \
|
2012-06-05 10:47:22 +00:00
|
|
|
video-color.h \
|
|
|
|
video-info.h \
|
|
|
|
video-frame.h \
|
2011-11-29 18:49:50 +00:00
|
|
|
gstvideosink.h \
|
|
|
|
gstvideofilter.h \
|
|
|
|
gstvideometa.h \
|
|
|
|
gstvideopool.h \
|
|
|
|
videoorientation.h \
|
2012-04-24 16:14:31 +00:00
|
|
|
videooverlay.h \
|
|
|
|
gstvideodecoder.h \
|
|
|
|
gstvideoencoder.h \
|
2012-06-28 16:16:20 +00:00
|
|
|
gstvideoutils.h \
|
|
|
|
video-blend.h \
|
|
|
|
video-overlay-composition.h
|
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
nodist_libgstvideo_@GST_API_VERSION@include_HEADERS = $(built_headers)
|
2002-09-26 12:20:12 +00:00
|
|
|
|
2012-05-29 13:12:16 +00:00
|
|
|
libgstvideo_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
|
|
$(ORC_CFLAGS)
|
|
|
|
libgstvideo_@GST_API_VERSION@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
2008-12-31 13:01:30 +00:00
|
|
|
|
2009-10-16 07:18:45 +00:00
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
2009-09-05 09:37:14 +00:00
|
|
|
|
|
|
|
if HAVE_INTROSPECTION
|
2012-04-04 12:20:13 +00:00
|
|
|
BUILT_GIRSOURCES = GstVideo-@GST_API_VERSION@.gir
|
2009-09-05 09:37:14 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstvideo_@GST_API_VERSION@include_HEADERS))
|
2012-08-05 13:39:01 +00:00
|
|
|
gir_headers+=$(patsubst %,$(builddir)/%, $(built_headers))
|
2012-04-04 12:20:13 +00:00
|
|
|
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstvideo_@GST_API_VERSION@_la_SOURCES))
|
2012-08-05 13:39:01 +00:00
|
|
|
gir_sources+=$(patsubst %,$(builddir)/%, $(built_sources))
|
2009-09-05 09:37:14 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
GstVideo-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstvideo-@GST_API_VERSION@.la
|
2010-08-14 18:02:44 +00:00
|
|
|
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
2013-01-16 10:16:27 +00:00
|
|
|
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
|
2009-09-12 12:01:20 +00:00
|
|
|
$(INTROSPECTION_SCANNER) -v --namespace GstVideo \
|
2012-04-04 12:20:13 +00:00
|
|
|
--nsversion=@GST_API_VERSION@ \
|
2009-09-05 10:31:47 +00:00
|
|
|
--strip-prefix=Gst \
|
2011-11-25 09:31:38 +00:00
|
|
|
--warn-all \
|
2012-12-12 17:13:10 +00:00
|
|
|
--c-include "gst/video/video.h" \
|
2009-09-05 09:37:14 +00:00
|
|
|
-I$(top_srcdir)/gst-libs \
|
2009-09-05 11:46:58 +00:00
|
|
|
-I$(top_builddir)/gst-libs \
|
2012-05-05 22:26:20 +00:00
|
|
|
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
|
|
|
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
2012-10-29 12:47:05 +00:00
|
|
|
--library=libgstvideo-@GST_API_VERSION@.la \
|
2012-04-04 12:20:13 +00:00
|
|
|
--include=Gst-@GST_API_VERSION@ \
|
|
|
|
--include=GstBase-@GST_API_VERSION@ \
|
2009-09-05 09:37:14 +00:00
|
|
|
--libtool="$(top_builddir)/libtool" \
|
2012-04-04 12:20:13 +00:00
|
|
|
--pkg gstreamer-@GST_API_VERSION@ \
|
|
|
|
--pkg gstreamer-base-@GST_API_VERSION@ \
|
|
|
|
--pkg-export gstreamer-video-@GST_API_VERSION@ \
|
2011-03-09 11:51:14 +00:00
|
|
|
--add-init-section="gst_init(NULL,NULL);" \
|
2009-09-05 09:37:14 +00:00
|
|
|
--output $@ \
|
|
|
|
$(gir_headers) \
|
|
|
|
$(gir_sources)
|
|
|
|
|
|
|
|
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
|
|
|
# install anything - we need to install inside our prefix.
|
|
|
|
girdir = $(datadir)/gir-1.0
|
|
|
|
gir_DATA = $(BUILT_GIRSOURCES)
|
|
|
|
|
|
|
|
typelibsdir = $(libdir)/girepository-1.0/
|
|
|
|
|
|
|
|
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
|
|
|
|
|
|
|
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
2011-01-08 02:10:03 +00:00
|
|
|
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
|
|
|
$(INTROSPECTION_COMPILER) \
|
2010-03-30 18:56:56 +00:00
|
|
|
--includedir=$(srcdir) \
|
|
|
|
--includedir=$(builddir) \
|
2012-05-05 22:26:20 +00:00
|
|
|
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
|
|
|
--includedir=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
2010-03-30 18:56:56 +00:00
|
|
|
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
2009-09-05 09:37:14 +00:00
|
|
|
|
|
|
|
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
|
|
|
endif
|
2011-01-27 16:28:51 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
2012-04-04 12:20:13 +00:00
|
|
|
androgenizer -:PROJECT libgstvideo -:SHARED libgstvideo-@GST_API_VERSION@ \
|
2011-01-27 16:28:51 +00:00
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
2012-04-04 12:20:13 +00:00
|
|
|
-:SOURCES $(libgstvideo_@GST_API_VERSION@_la_SOURCES) \
|
|
|
|
$(nodist_libgstvideo_@GST_API_VERSION@_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstvideo_@GST_API_VERSION@_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstvideo_@GST_API_VERSION@_la_LDFLAGS) \
|
|
|
|
$(libgstvideo_@GST_API_VERSION@_la_LIBADD) \
|
2011-01-27 16:28:51 +00:00
|
|
|
-ldl \
|
2012-04-04 12:20:13 +00:00
|
|
|
-:HEADER_TARGET gstreamer-@GST_API_VERSION@/gst/tag \
|
|
|
|
-:HEADERS $(libgstvideo_@GST_API_VERSION@include_HEADERS) \
|
|
|
|
$(nodist_libgstvideo_@GST_API_VERSION@include_HEADERS) \
|
2011-01-27 16:28:51 +00:00
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
> $@
|