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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c843141f0..413ebd1a5 100644 --- a/configure.ac +++ b/configure.ac @@ -2054,6 +2054,7 @@ src/libmad/Makefile src/libmpeg2/Makefile src/libspudec/Makefile src/libspucc/Makefile +src/libspucmml/Makefile src/libsputext/Makefile src/libvorbis/Makefile src/libtheora/Makefile @@ -2281,7 +2282,7 @@ echo "" dnl spu decoders echo " * subtitle decoder plugins:" echo " - spu - spucc" -echo " - sputext" +echo " - spucmml - sputext" if test x"$have_dxr3" = "xyes"; then echo " - dxr3_spu" fi |