diff options
| author | Andre Pang <athp@users.sourceforge.net> | 2004-09-09 06:35:44 +0000 |
|---|---|---|
| committer | Andre Pang <athp@users.sourceforge.net> | 2004-09-09 06:35:44 +0000 |
| commit | 7d34c6992692dede72d8fe067a1a7dd0c30aecde (patch) | |
| tree | 548bf766ff913b2dbf93b8f8cdf881f595d53567 /src/libspucmml/Makefile.am | |
| parent | fea2aadcf0479908d9cf525048261dd0682729c9 (diff) | |
| download | xine-lib-7d34c6992692dede72d8fe067a1a7dd0c30aecde.tar.gz xine-lib-7d34c6992692dede72d8fe067a1a7dd0c30aecde.tar.bz2 | |
Added codec to decode CMML (Continuous Media Markup Language): see
http://www.annodex.net/TR/draft-pfeiffer-cmml-01.html
for more information on CMML. In a nutshell, it's a markup language for
multimedia and other time-continuous streams, enabling things such as metadata
and hyperlinks to be attached to multimedia. This implementation currently
displays anchor text as subtitles: full support for CMML will be an on-going
xine project.
CVS patchset: 6952
CVS date: 2004/09/09 06:35:44
Diffstat (limited to 'src/libspucmml/Makefile.am')
| -rw-r--r-- | src/libspucmml/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libspucmml/Makefile.am b/src/libspucmml/Makefile.am new file mode 100644 index 000000000..ad86c0da0 --- /dev/null +++ b/src/libspucmml/Makefile.am @@ -0,0 +1,9 @@ +include $(top_srcdir)/misc/Makefile.common + +libdir = $(XINE_PLUGINDIR) + +lib_LTLIBRARIES = xineplug_decode_spucmml.la + +xineplug_decode_spucmml_la_SOURCES = xine_decoder.c +xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB) +xineplug_decode_spucmml_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |
