diff options
author | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-04-30 11:09:48 +0000 |
---|---|---|
committer | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-04-30 11:09:48 +0000 |
commit | f97f9b8d7930244a55e7b06e997b7d273d242551 (patch) | |
tree | 20497dc96b6270c10917b5ab170e9b20de22f3be | |
parent | 6680721a58a6c1ed242fdd87c36757d3315fd70a (diff) | |
download | xine-lib-f97f9b8d7930244a55e7b06e997b7d273d242551.tar.gz xine-lib-f97f9b8d7930244a55e7b06e997b7d273d242551.tar.bz2 |
added support for theora
CVS patchset: 4719
CVS date: 2003/04/30 11:09:48
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0ed2a62dd..15a2a4b2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = \ libxinevdec \ libxineadec \ libvorbis \ + libtheora \ libreal \ libfaad \ libflac \ |