summaryrefslogtreecommitdiff
path: root/src/libspucmml/Makefile.am
AgeCommit message (Collapse)Author
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
Some plugins may have been missed due to them not being built here.
2007-04-04Rename xine_decoder.c to xine_cmml_decoder.c.Diego 'Flameeyes' Pettenò
Use xineplug_LTLIBRARIES. --HG-- rename : src/libspucmml/xine_decoder.c => src/libspucmml/xine_cmml_decoder.c
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ↵Diego 'Flameeyes' Pettenò
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway. CVS patchset: 8101 CVS date: 2006/07/10 22:08:12
2004-09-09Added codec to decode CMML (Continuous Media Markup Language): seeAndre Pang
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