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.
|
|
-- Set -isysroot in CFLAGS and -syslibroot in LDFLAGS early
-- Patch libtool's sys_lib_search_path_spec to not search /usr/lib, et al.,
and instead search /Developer/SDKs/MacOSX10.4u.sdk/usr/lib so that it'll
find universal versions of stuff, libiconv.dylib in particular. There's
a libiconv.la file hanging around in /usr/lib that breaks everything
otherwise.
|
|
|