From cvs at videolan.org Mon Dec 2 14:01:13 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Mon, 2 Dec 2002 14:01:13 +0100 (CET) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021202130113.2B2B4233AB@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay Modified Files: bootstrap Update of /var/cvs/videolan/libdvdplay/src Modified Files: .cvsignore Update of /var/cvs/videolan/libdvdplay/src/dvdplay Modified Files: .cvsignore Log Message: * ./bootstrap: copied libdvdcss's version. * ./bootstrap: we look for glibtoolize if libtoolize isn't present. -- sam From cvs at videolan.org Tue Dec 3 01:05:16 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 3 Dec 2002 01:05:16 +0100 (CET) Subject: CVS Commit: libdvdplay (titer) Message-ID: <20021203000516.D5E0A233C8@brahma.via.ecp.fr> Update of /cvs/videolan/libdvdplay Modified Files: configure.ac Log Message: * added --with-dvdread-tree and --with-dvdplay-tree for static linking. libdvdplay compiles and runs fine under BeOS ;) -- titer From titer at videolan.org Tue Dec 3 01:09:26 2002 From: titer at videolan.org (Eric Petit) Date: Tue, 3 Dec 2002 01:09:26 +0100 Subject: CVS Commit: libdvdplay (titer) In-Reply-To: <20021203000516.D5E0A233C8@brahma.via.ecp.fr> References: <20021203000516.D5E0A233C8@brahma.via.ecp.fr> Message-ID: <20021203000926.GA26787@via.ecp.fr> On Tue, Dec 03, 2002, cvs at videolan.org wrote: > * added --with-dvdread-tree and --with-dvdplay-tree for static linking. oops, s/with-dvdplay-tree/with-dvdcss-tree/ -- Eric Petit From sam at zoy.org Tue Dec 3 09:56:52 2002 From: sam at zoy.org (Sam Hocevar) Date: Tue, 3 Dec 2002 09:56:52 +0100 Subject: CVS Commit: libdvdplay (titer) In-Reply-To: <20021203000516.D5E0A233C8@brahma.via.ecp.fr> References: <20021203000516.D5E0A233C8@brahma.via.ecp.fr> Message-ID: <20021203085652.GM25402@zoy.org> On Tue, Dec 03, 2002, cvs at videolan.org wrote: > * added --with-dvdread-tree and --with-dvdplay-tree for static linking. > libdvdplay compiles and runs fine under BeOS ;) This is not the way to go. libdvdplay should not be statically linked with those libraries; it's the _application_ that links with libdvdplay which should link with libdvdread/libdvdcss. -- Sam. From titer at videolan.org Tue Dec 3 18:47:54 2002 From: titer at videolan.org (Eric Petit) Date: Tue, 3 Dec 2002 18:47:54 +0100 Subject: CVS Commit: libdvdplay (titer) In-Reply-To: <20021203085652.GM25402@zoy.org> References: <20021203000516.D5E0A233C8@brahma.via.ecp.fr> <20021203085652.GM25402@zoy.org> Message-ID: <20021203174754.GB16450@via.ecp.fr> On Tue, Dec 03, 2002, Sam Hocevar wrote: > > * added --with-dvdread-tree and --with-dvdplay-tree for static linking. > > libdvdplay compiles and runs fine under BeOS ;) > > This is not the way to go. libdvdplay should not be statically linked > with those libraries; it's the _application_ that links with libdvdplay > which should link with libdvdread/libdvdcss. libdvdplay needs libdvdread headers, it should be a way to provide the headers path. Libtool often claimed about unresolved symbol so I linked it dvdread and dvdcss, I'll clean this as soon as I manage to make it work as you said. -- Eric Petit From cvs at videolan.org Tue Dec 3 23:47:10 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 3 Dec 2002 23:47:10 +0100 (CET) Subject: CVS Commit: libdvdplay (titer) Message-ID: <20021203224710.97EDB233A9@brahma.via.ecp.fr> Update of /cvs/videolan/libdvdplay Modified Files: configure.ac Log Message: * removed useless --with-dvdcss-tree * --with-dvdread-tree is now only used to add the right include path -- titer From cvs at videolan.org Tue Dec 10 14:04:55 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 10 Dec 2002 14:04:55 +0100 (CET) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021210130455.A1C4A233CD@brahma.via.ecp.fr> -- sam From cvs at videolan.org Tue Dec 10 14:11:54 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 10 Dec 2002 14:11:54 +0100 (CET) Subject: CVS Commit: libdvdplay (yves) Message-ID: <20021210131154.AFBA3233CD@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay Added Files: libdvdplay.spec Log Message: import of spec file. -- yves From cvs at videolan.org Tue Dec 10 14:15:23 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 10 Dec 2002 14:15:23 +0100 (CET) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021210131523.50231233CD@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay/msvc Added Files: .cvsignore config.h libdvdplay.dsp workspace.dsw Update of /var/cvs/videolan/libdvdplay/src Modified Files: accessor.c command.c command.h 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: info.h nav.h Log Message: * ./msvc/*: MS VC++ project files. * ./src/*: completed switch to C99 integer types. -- sam From cvs at videolan.org Wed Dec 11 16:15:02 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Wed, 11 Dec 2002 16:15:02 +0100 (CET) Subject: CVS Commit: libdvdplay (sam) Message-ID: <20021211151502.882A2233CD@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay/msvc Modified Files: libdvdplay.dsp Log Message: * ./msvc/libdvdplay.dsp: updated MSVC++ files. -- sam From cvs at videolan.org Fri Dec 13 14:53:45 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Fri, 13 Dec 2002 14:53:45 +0100 (CET) Subject: CVS Commit: libdvdplay (yves) Message-ID: <20021213135345.30B9D233CA@brahma.via.ecp.fr> Update of /var/cvs/videolan/libdvdplay Modified Files: Makefile.am Log Message: added libdvdplay.spec and bootstrap to the tarball. bud a bzip2 tarball too. -- yves From cvs at videolan.org Fri Dec 20 21:32:43 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Fri, 20 Dec 2002 21:32:43 +0100 (CET) Subject: CVS Commit: libdvdplay (babal) Message-ID: <20021220203243.27DC5233AB@brahma.via.ecp.fr> Update of /cvs/videolan/libdvdplay/src Modified Files: common.h Log Message: - defined vsnprintf when cross-compiling with mingw32 -- babal