summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2004-12-01 07:33:36 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2004-12-01 07:33:36 +0000
commit5b8c48c34f8c0e23880b902d16e347d9315bb341 (patch)
tree6a05f902d8b97b10f75f2608ad618392f934ff49
parent43e077b7e93a0f56c8a3d0daa4f70d97368455f0 (diff)
downloadxine-lib-5b8c48c34f8c0e23880b902d16e347d9315bb341.tar.gz
xine-lib-5b8c48c34f8c0e23880b902d16e347d9315bb341.tar.bz2
initial import of dvb subtitle decoder
CVS patchset: 7174 CVS date: 2004/12/01 07:33:36
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cc4bb7da7..52d4c8502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2211,6 +2211,7 @@ src/libmpeg2/Makefile
src/libspudec/Makefile
src/libspucc/Makefile
src/libspucmml/Makefile
+src/libspudvb/Makefile
src/libsputext/Makefile
src/libvorbis/Makefile
src/libtheora/Makefile
@@ -2442,6 +2443,7 @@ dnl spu decoders
echo " * subtitle decoder plugins:"
echo " - spu - spucc"
echo " - spucmml - sputext"
+echo " - spudvb"
if test x"$have_dxr3" = "xyes"; then
echo " - dxr3_spu"
fi
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a1b01086..d62a3a54a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ SUBDIRS = \
libspudec \
libspucc \
libspucmml \
+ libspudvb \
libsputext \
libdts \
libmad \