2012-04-04 12:20:13 +00:00
|
|
|
lib_LTLIBRARIES = libgstriff-@GST_API_VERSION@.la
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstriff_@GST_API_VERSION@_la_SOURCES = \
|
2003-12-07 22:49:04 +00:00
|
|
|
riff.c \
|
|
|
|
riff-media.c \
|
2003-12-07 22:50:30 +00:00
|
|
|
riff-read.c
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstriff_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/riff
|
|
|
|
libgstriff_@GST_API_VERSION@include_HEADERS = \
|
2012-12-12 17:13:10 +00:00
|
|
|
riff.h \
|
2018-03-13 11:13:08 +00:00
|
|
|
riff-prelude.h \
|
2003-12-07 22:49:04 +00:00
|
|
|
riff-ids.h \
|
|
|
|
riff-media.h \
|
2003-12-07 22:50:30 +00:00
|
|
|
riff-read.h
|
2001-12-23 12:18:18 +00:00
|
|
|
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstriff_@GST_API_VERSION@_la_LIBADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
|
|
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \
|
2007-07-26 15:35:43 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
|
2018-04-28 13:50:11 +00:00
|
|
|
libgstriff_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -DBUILDING_GST_RIFF
|
2012-04-04 12:20:13 +00:00
|
|
|
libgstriff_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
2009-09-05 09:23:13 +00:00
|
|
|
|
2015-06-16 19:16:33 +00:00
|
|
|
# *** GIR DISABLED for this library ***
|
|
|
|
#
|
|
|
|
# This library does not respect the type naming conventions required to be
|
|
|
|
# usable in binded languages.
|
|
|
|
#
|
|
|
|
#if HAVE_INTROSPECTION
|
|
|
|
#BUILT_GIRSOURCES = GstRiff-@GST_API_VERSION@.gir
|
|
|
|
#
|
|
|
|
#gir_headers=$(patsubst %,$(srcdir)/%, $(libgstriff_@GST_API_VERSION@include_HEADERS))
|
|
|
|
#gir_sources=$(patsubst %,$(srcdir)/%, $(libgstriff_@GST_API_VERSION@_la_SOURCES))
|
|
|
|
#
|
|
|
|
#GstRiff-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstriff-@GST_API_VERSION@.la
|
|
|
|
# $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" GI_SCANNER_DISABLE_CACHE=yes\
|
2017-05-04 22:55:20 +00:00
|
|
|
# GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_DISABLE=yes \
|
2016-05-23 23:44:21 +00:00
|
|
|
# CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
|
2015-06-16 19:16:33 +00:00
|
|
|
# $(INTROSPECTION_SCANNER) -v --namespace GstRiff \
|
|
|
|
# --nsversion=@GST_API_VERSION@ \
|
|
|
|
# --strip-prefix=Gst \
|
|
|
|
# --warn-all \
|
|
|
|
# --c-include "gst/riff/riff.h" \
|
|
|
|
# --add-include-path=$(builddir)/../tag \
|
|
|
|
# --add-include-path=$(builddir)/../audio \
|
|
|
|
# --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@` \
|
|
|
|
# --library=libgstriff-@GST_API_VERSION@.la \
|
|
|
|
# --include=GstAudio-@GST_API_VERSION@ \
|
|
|
|
# --include=GstTag-@GST_API_VERSION@ \
|
|
|
|
# --include=Gst-@GST_API_VERSION@ \
|
2014-04-18 08:37:57 +00:00
|
|
|
# --libtool="${LIBTOOL}" \
|
2015-06-16 19:16:33 +00:00
|
|
|
# --pkg gstreamer-@GST_API_VERSION@ \
|
|
|
|
# --pkg gstreamer-tag-@GST_API_VERSION@ \
|
|
|
|
# --pkg gstreamer-audio-@GST_API_VERSION@ \
|
|
|
|
# --pkg-export gstreamer-riff-@GST_API_VERSION@ \
|
2015-06-16 22:04:57 +00:00
|
|
|
# --add-init-section="$(INTROSPECTION_INIT)" \
|
2015-06-16 19:16:33 +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)
|
|
|
|
# $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
|
|
|
# $(INTROSPECTION_COMPILER) \
|
|
|
|
# --includedir=$(srcdir) \
|
|
|
|
# --includedir=$(builddir) \
|
|
|
|
# --includedir=$(builddir)/../tag \
|
|
|
|
# --includedir=$(builddir)/../audio \
|
|
|
|
# --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@` \
|
|
|
|
# $(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
|
|
|
#
|
|
|
|
#CLEANFILES = $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
|
|
|
#endif
|