Re: Ogle
Håkan Hjort <[email protected]> Mon, 2 Aug 2004 19:43:47 +0200 (CEST)
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
> Bj|rn Englund wrote : > >> Mon Aug 02 2004, Kalyan Vishnubhatla wrote: >> > I'm using Fedora Core 2 and whenever I goto open disc on the latest >> > version of Ogle, it just shuts down. Is there a reason for this? >> > >> Which version of ogle? Did you install from rpm? >> Where did you get the rpm? >> I found that the rpm for ogle-0.9.2 at freshrpms (for fedora 2) isn't >> conpiled with alsa support. >> And when run with the oss output driver against the alsa oss-compat >> driver ogle crashes when trying to open an spdif output. >> The ogle-0.9.2-ogle1alsa rpm from www.dtek.chalmers.se/~dvd works ok >> when running with the alsa output driver. (both with spdif and analog). > > Hmmm, nobody had reported the problem to me! From the build log, I have > this : > > checking for alsa version... found 0.5.x > configure: WARNING: Disabling ALSA support, install a 0.9.x version > > Which is definitely not normal since I had the FC2 alsa-lib-devel package > installed at the time of the build. Seems like detection of libs is not > broken just for libdvread (no one answered the many posts about x86_64 > libdvdnav detection in ogle's configure script). > This is/was a problem in configure.in, it wasn't checking the major number of alsa correctly. See http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ogle/ogle/configure.in.diff?r1=1.126&r2=1.127 for the patch which fixes this. /Håkan