X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2FMakefile.am;h=dcb8c93e2ac93f2594df59f61bada86d50e607ec;hb=cf18fa9ce580ec60cd51911e6db0aa8915d45883;hp=633756594232899b065562c3359cd9ea4fee4d1e;hpb=fdd64337576fd2dbd7f9e9c43a881013b8e79d4b;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/Makefile.am b/gst/Makefile.am index 6337565..dcb8c93 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -68,7 +68,6 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \ gstindex.c \ gstindexfactory.c \ gstinfo.c \ - gstinterface.c \ gstiterator.c \ gstatomicqueue.c \ gstmessage.c \ @@ -130,7 +129,6 @@ libgstreamer_@GST_MAJORMINOR@_la_LIBADD = \ $(GST_PARSE_LA) \ $(GST_ALL_LIBS) \ $(WIN32_LIBS) \ - $(XML_LIBS) \ $(LIBM) libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS = \ @@ -154,6 +152,7 @@ gst_headers = \ gstdatetime.h \ gstdebugutils.h \ gstelement.h \ + gstelementmetadata.h \ gstelementfactory.h \ gsterror.h \ gstevent.h \ @@ -163,7 +162,6 @@ gst_headers = \ gstindex.h \ gstindexfactory.h \ gstinfo.h \ - gstinterface.h \ gstiterator.h \ gstatomicqueue.h \ gstmacros.h \ @@ -246,6 +244,23 @@ gstenumtypes.c: $(gst_headers) gcov: $(libgstreamer_@GST_MAJORMINOR@_la_SOURCES:=.gcov) +Android.mk: Makefile.am + androgenizer -:PROJECT gstreamer -:SHARED libgstreamer-@GST_MAJORMINOR@ \ + -:TAGS eng debug \ + -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ + -:SOURCES $(libgstreamer_@GST_MAJORMINOR@_la_SOURCES) \ + $(nodist_libgstreamer_@GST_MAJORMINOR@_la_SOURCES) \ + -:CFLAGS $(DEFS) $(libgstreamer_@GST_MAJORMINOR@_la_CFLAGS) \ + -:LDFLAGS $(libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS) \ + $(libgstreamer_@GST_MAJORMINOR@_la_LIBADD) \ + -ldl \ + -:SUBDIR gst/parse \ + -:HEADER_TARGET gstreamer-@GST_MAJORMINOR@/gst \ + -:HEADERS $(libgstreamer_@GST_MAJORMINOR@include_HEADERS) \ + -:LIBFILTER_STATIC gstparse \ + -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ + > $@ + if HAVE_INTROSPECTION BUILT_GIRSOURCES = Gst-@GST_MAJORMINOR@.gir @@ -253,11 +268,13 @@ gir_headers=$(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_MAJORMINOR@include_HEA gir_sources=$(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_MAJORMINOR@_la_SOURCES)) Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@.la - $(AM_V_GEN)$(INTROSPECTION_SCANNER) -v --namespace Gst \ + $(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH="" GST_PLUGIN_PATH="" GST_REGISTRY_UPDATE=no \ + $(INTROSPECTION_SCANNER) -v --namespace Gst \ --nsversion=@GST_MAJORMINOR@ \ -I$(top_srcdir) \ -I$(top_builddir) \ -DIN_GOBJECT_INTROSPECTION=1 \ + -DGST_USE_UNSTABLE_API \ --c-include='gst/gst.h' \ --library=libgstreamer-0.11.la \ --include=GLib-2.0 \ @@ -268,7 +285,8 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@ --pkg gobject-2.0 \ --pkg gmodule-no-export-2.0 \ --pkg gthread-2.0 \ - --pkg-export gstreamer-0.11 \ + --pkg-export gstreamer-@GST_MAJORMINOR@ \ + --add-init-section="gst_init(NULL, NULL);" \ --output $@ \ $(gir_headers) \ $(gir_sources)