Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
The current input_v4l in xine-lib 1.1.6 is inherently buggy (it will
deference an invalid pointer in extract_mrl if the MRL contains a V4L input
name or frequency).
|
|
|
|
|
|
|
|
|
|
Also some tweaks for Darwin.
|