diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-04-11 12:21:34 +0000 | 
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-04-11 12:21:34 +0000 | 
| commit | 33f41cd9f5504072438e1263a89599ce358e6faf (patch) | |
| tree | 22fc76fd82f5e9bedc9fb88d503e8114c5989aff | |
| parent | c4e423537d77267ff859f20cefcbeaa4817d7199 (diff) | |
| download | xine-lib-33f41cd9f5504072438e1263a89599ce358e6faf.tar.gz xine-lib-33f41cd9f5504072438e1263a89599ce358e6faf.tar.bz2 | |
update vcd libs
CVS patchset: 6389
CVS date: 2004/04/11 12:21:34
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 4 insertions, 0 deletions
| @@ -10,6 +10,8 @@ xine-lib (1-rc4)    * fix channel swapping in wave demuxer (lpcm)    * colorkey support for drawing OSD (XVideo only - fix some flickering)    * avoid possible segfaults in cdda +  * libvcd updated to 0.7.20 +  * libcdio updated to 0.68    * build improvements - different source and build directory, translations  xine-lib (1-rc3c) diff --git a/configure.ac b/configure.ac index 4351aa361..ab2445cfb 100644 --- a/configure.ac +++ b/configure.ac @@ -1927,6 +1927,8 @@ src/input/libreal/Makefile  src/input/vcd/Makefile  src/input/vcd/libcdio/Makefile  src/input/vcd/libcdio/cdio/Makefile +src/input/vcd/libcdio/MSWindows/Makefile +src/input/vcd/libcdio/image/Makefile  src/input/vcd/libvcd/Makefile  src/input/vcd/libvcd/libvcd/Makefile  src/liba52/Makefile | 
