X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Fext%2Fogg%2FMakefile.am;fp=gst-plugins-base-subtitles0.10%2Fext%2Fogg%2FMakefile.am;h=3d2382156400284cd690aedc8ef921cee10d9edc;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hp=0000000000000000000000000000000000000000;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;p=mafwsubrenderer diff --git a/gst-plugins-base-subtitles0.10/ext/ogg/Makefile.am b/gst-plugins-base-subtitles0.10/ext/ogg/Makefile.am new file mode 100644 index 0000000..3d23821 --- /dev/null +++ b/gst-plugins-base-subtitles0.10/ext/ogg/Makefile.am @@ -0,0 +1,45 @@ +plugin_LTLIBRARIES = libgstogg.la + +libgstogg_la_SOURCES = \ + gstogg.c \ + gstoggdemux.c \ + gstoggmux.c \ + gstogmparse.c \ + gstoggaviparse.c \ + gstoggparse.c \ + gstoggstream.c \ + dirac_parse.c \ + vorbis_parse.c + +noinst_HEADERS = \ + gstogg.h \ + gstoggdemux.h \ + gstoggmux.h \ + gstoggstream.h \ + dirac_parse.h \ + vorbis_parse.h + +libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS) +libgstogg_la_LIBADD = \ + $(top_builddir)/gst-libs/gst/riff/libgstriff-$(GST_MAJORMINOR).la \ + $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \ + $(GST_BASE_LIBS) \ + $(GST_LIBS) \ + $(OGG_LIBS) +libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstogg_la_LIBTOOLFLAGS = --tag=disable-static + + +Android.mk: Makefile.am $(BUILT_SOURCES) + androgenizer \ + -:PROJECT libgstogg -:SHARED libgstogg \ + -:TAGS eng debug \ + -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ + -:SOURCES $(libgstogg_la_SOURCES) \ + -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstogg_la_CFLAGS) \ + -:LDFLAGS $(libgstogg_la_LDFLAGS) \ + $(libgstogg_la_LIBADD) \ + -ldl \ + -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ + LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ + > $@