diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ xine-lib (1-rc4) * new subtitle formats: jacobsub, subviewer 2.0, subrip 0.9 * auto hidding of the subtitles + * raw AAC file demuxer xine-lib (1-rc3) * fix dvd menu blending when using tvtime plugin (yuy2 blend) diff --git a/configure.ac b/configure.ac index 1f45646e7..e96ab1780 100644 --- a/configure.ac +++ b/configure.ac @@ -1958,7 +1958,7 @@ echo " - interplay mve - psx str" echo " - ws aud - pva" echo " - vox - nsf" echo " - nsv - 4xm" -echo " - ac3" +echo " - ac3 - aac" if test x"$enable_asf" = "xyes"; then echo " - asf" fi |