X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Fext%2Fpango%2FMakefile.am;fp=gst-plugins-base-subtitles0.10%2Fext%2Fpango%2FMakefile.am;h=2ffea2268542f446def0ec7c3e05d9404e4d319d;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hp=0000000000000000000000000000000000000000;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;p=mafwsubrenderer diff --git a/gst-plugins-base-subtitles0.10/ext/pango/Makefile.am b/gst-plugins-base-subtitles0.10/ext/pango/Makefile.am new file mode 100644 index 0000000..2ffea22 --- /dev/null +++ b/gst-plugins-base-subtitles0.10/ext/pango/Makefile.am @@ -0,0 +1,30 @@ +plugin_LTLIBRARIES = libgstpango.la + +noinst_HEADERS = \ + gstclockoverlay.h \ + gsttextoverlay.h \ + gsttextrender.h \ + gsttimeoverlay.h + +libgstpango_la_SOURCES = \ + gstclockoverlay.c \ + gsttextoverlay.c \ + gsttextrender.c \ + gsttimeoverlay.c + +libgstpango_la_CFLAGS = \ + $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(GST_CONTROLLER_CFLAGS) \ + $(GST_CFLAGS) \ + $(PANGO_CFLAGS) +libgstpango_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) \ + $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ + $(GST_BASE_LIBS) \ + $(GST_CONTROLLER_LIBS) \ + $(GST_LIBS) \ + $(PANGO_LIBS) +libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstpango_la_LIBTOOLFLAGS = --tag=disable-static +