X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2FMakefile.am;h=1ca0765a476d5ae2173617e4bbda8dc6ffac2d3f;hb=0c6f5b3e4c3dc55e684bca1e3fc9a2a9b74407b9;hp=ded988040d2394d43aececd7e4e52db6f321a802;hpb=e1dc60524e31a5c52aff7fbb9b67e62b29c0ac66;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/Makefile.am b/gst/Makefile.am index ded9880..1ca0765 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -59,7 +59,6 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \ gstcapsfeatures.c \ gstchildproxy.c \ gstclock.c \ - gstclock-linreg.c \ gstcontext.c \ gstcontrolbinding.c \ gstcontrolsource.c \ @@ -97,6 +96,7 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \ gstquery.c \ gstregistry.c \ gstregistrychunks.c \ + gstpromise.c \ gstsample.c \ gstsegment.c \ gststreamcollection.c \ @@ -136,11 +136,13 @@ DISTCLEANFILES = $(built_headers_configure) libgstreamer_@GST_API_VERSION@_la_CFLAGS = \ -D_GNU_SOURCE \ - -DGST_EXPORTS \ + -DBUILDING_GST \ -DG_LOG_DOMAIN=g_log_domain_gstreamer \ -DGST_API_VERSION=\""$(GST_API_VERSION)"\" \ -DGST_DISABLE_DEPRECATED \ $(VALGRIND_CFLAGS) \ + $(UNWIND_CFLAGS) \ + $(DW_CFLAGS) \ $(GST_ALL_CFLAGS) libgstreamer_@GST_API_VERSION@_la_LIBADD = \ @@ -149,6 +151,8 @@ libgstreamer_@GST_API_VERSION@_la_LIBADD = \ $(GST_ALL_LIBS) \ $(WIN32_LIBS) \ $(SOCKET_LIBS) \ + $(UNWIND_LIBS) \ + $(DW_LIBS) \ $(LIBM) libgstreamer_@GST_API_VERSION@_la_LDFLAGS = \ @@ -181,6 +185,7 @@ gst_headers = \ gstdevice.h \ gstdeviceprovider.h \ gstdeviceproviderfactory.h \ + gstdynamictypefactory.h \ gstelementfactory.h \ gsterror.h \ gstevent.h \ @@ -205,6 +210,7 @@ gst_headers = \ gstpreset.h \ gstprotection.h \ gstquery.h \ + gstpromise.h \ gstsample.h \ gstsegment.h \ gststreamcollection.h \ @@ -248,9 +254,9 @@ noinst_HEADERS = \ gstenumtypes.h: $(gst_headers) $(AM_V_GEN)$(GLIB_MKENUMS) \ - --fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ + --fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include \n#include \n\nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ - --vhead "GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ + --vhead "GST_API GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \ $^ > gstenumtypes.h @@ -278,7 +284,7 @@ gir_sources=$(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_API_VERSION@_la_SOURCE gir_sources+=$(patsubst %,$(builddir)/%, $(built_source_make)) Gst-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_API_VERSION@.la - $(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \ + $(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_DISABLE=yes GI_SCANNER_DISABLE_CACHE=yes \ CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \ $(INTROSPECTION_SCANNER) -v --namespace Gst \ --nsversion=@GST_API_VERSION@ \