Re: ogle-0.9.0 on hpux 11.00 questions
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Fri Feb 28 2003, Gansser, Martin wrote: > Hi, > > I tried ogle-0.9.0 to compile on hpux 11.00, it compiles fine with the > following changes: > You should make changes to the configure.in file, configure is built from it. > +hpux*) > + DEFAULT_DVD_DEVICE="/dev/dvd" is /dev/dvd a standard link in hpux? You can also change this by editing the oglerc file. > cd ogle_gui-0.9.0: > change the shared library suffix of libglade in configure > > # diff -Naur configure.orig configure > 1. Is it possible, that you apply this patches ? If you change them so they are patches against configure.in I will apply them. To generate the configure file from configure.in run the ./autogen.sh script or autoconf. Beware that some versions of autoconf/automake/libtool won't work. > > 2. ogle plays a dvd at the moment only w/o the gui > > ogle -u cli /dev/dvd > prounix_root:/opt/ogle/bin # ./ogle -u cli /dev/dvd > libdvdread: Encrypted DVD support unavailable. > libdvdread: Encrypted DVD support unavailable. libdvdread doesn't find libdvdcss, how are shared library files named on hpux? What should libdvdread dlopen? > vmg: attach_ctrl_data(), shmat(): Invalid argument > Xscreensaver not running. > No accelerated colorspace coversion found > vmg: attach_decoder_buffer(), shmat(): Invalid argument > No accelerated IMDCT transform found > ERROR[ogle_audio]: odelay failed, falling back to clock sync > > What means this message ? > Is it possible to play ogle w/o audio ? set the audiodriver to 'null' in the oglerc file. > Is it possible to change the video mode (sdl/X11/XShm) ? X11 will be used with XShm if available and Xv if available. > 3. The playback with ogle gui starts, but if I want to > navigate in the DVD Mainmenue nothing happens. There seems to be some problem with SysV shared memory, I'm surprised that you even get a picture.