From 03fc820be11dc14d6f507bbe31559920576d54f3 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Sun, 9 Mar 2003 19:44:16 +0000 Subject: [PATCH] * configure.ac.in: fixed my previous commit. * NEWS: added an entry about fixes in the dvd menu support. --- NEWS | 5 ++++- configure.ac.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 772c8aac04..ecead89a34 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -$Id: NEWS,v 1.30 2003/03/06 23:52:31 sigmunau Exp $ +$Id: NEWS,v 1.31 2003/03/09 19:44:16 gbazin Exp $ Changes between 0.5.1a and 0.5.2: -------------------------------- @@ -15,6 +15,9 @@ Codecs: * new but basic MPEG video decoder based on libmpeg2. * fixed a major bug in LPCM code ( fixes a problem with iDVD disks ) +DVD support: + * fixed quite a few problems with the dvd menu support. + UNIX ports: * fixed the GNU-pth support. diff --git a/configure.ac.in b/configure.ac.in index 2fbf145e4b..3fac7fcb4b 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -818,7 +818,7 @@ PLUGINS="${PLUGINS} sap httpd" dnl dnl Some plugins aren't useful on some platforms dnl -if test "x${SYS}" != "xmingw32" +if test "x${SYS}" != "xmingw32"; then PLUGINS="${PLUGINS} screensaver" fi -- 2.39.2