Age | Commit message (Collapse) | Author |
|
|
|
function static.
|
|
|
|
|
|
|
|
development branche
Am Samstag, 26. Mai 2007 17:48 schrieb Darren Salt:
> Could you also try not reverting that and instead applying one or
> both of the attached patches? Both playback and eject need to be
> tested. You should use the drive's eject button, though there's no
> harm in also checking xine-lib's eject code.
Ok, here's a modified patch, a combination of your two patches, with a
little fix. It works fine here, pressing the vcd button on xine-ui
starts playing vcd's directly and when pressing the stop button, I can
eject the CD by pressing the eject button on the cd drive.
I hope it's ok for you.
--
Machs gut | http://www.iivs.de/schwinde/buerger/tremmel/
| http://packman.links2linux.de/
Manfred | http://www.knightsoft-net.de
|
|
|
|
|
|
This should allow for front ends to do things such as prompt for authentication.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
except on FreeBSD, Linux, and Solaris. There's no explicit option to enable or
disable vcdo, and it's built if the platform supports it and vcd is enabled.
|
|
|
|
|
|
|
|
|
|
(Safe since recent xine-lib isn't usefully buildable on sarge.)
|
|
|
|
Valid so long as remote vdr support is not present (a patch exists for this).
|
|
|
|
I was seeing '-L -lxvmc', which was resulting in linkage failures
(unresolved symbols) at configure time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
po/Makefile.in.in was depending on mkinstalldirs, which is no longer installed.
|
|
|
|
|
|
|
|
|
|
|
|
Add and adjust comments appropriately.
|
|
|
|
|