From cvs at videolan.org Mon Oct 7 19:29:51 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Mon, 7 Oct 2002 19:29:51 +0200 (CEST) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021007172951.BB8CE233A4@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay Modified Files: Makefile.am configure.in Update of /var/cvs/videolan/libdvdplay/debian Modified Files: control Added Files: .cvsignore Makefile.am Update of /var/cvs/videolan/libdvdplay/src Modified Files: Makefile.am Makefile.in accessor.c command.c common.h dvdplay.c info.c msg.c nav.c tools.c vmg.c vmg.h Update of /var/cvs/videolan/libdvdplay/src/dvdplay Modified Files: Makefile.in Log Message: * ./src/*.c: reworked the includes so that libdvdplay compiles with mingw32, provided you remove the inclusion in the dvdread headers. -- sam From cvs at videolan.org Fri Oct 18 11:22:53 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Fri, 18 Oct 2002 11:22:53 +0200 (CEST) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021018092253.7FC29233A6@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay Modified Files: .cvsignore Added Files: configure.ac Removed Files: configure.in Update of /var/cvs/videolan/libdvdplay/debian Modified Files: .cvsignore Update of /var/cvs/videolan/libdvdplay/src Modified Files: msg.c Removed Files: Makefile.in Update of /var/cvs/videolan/libdvdplay/src/dvdplay Removed Files: Makefile.in Log Message: * ./src/msg.c: added fallback for systems without vasprintf like Win32. * ./configure.in: moved to ./configure.ac to be consistent with all our libs. -- sam From cvs at videolan.org Mon Oct 21 00:04:33 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Mon, 21 Oct 2002 00:04:33 +0200 (CEST) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021020220433.BDC3B233B0@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay/src Modified Files: dvdplay.c nav.c vmg.c Log Message: * ./src/nav.c: fixed an uninitialized access. * ./src/dvdplay.c, ./src/vmg.c: fixed two invalid return values. -- sam