Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-18 | Add README.macosx for information on Mac OS X support | Matt Messier | |
2007-05-18 | Work around missing pthread_mutex_timedlock() as necessary | Matt Messier | |
2007-05-18 | Merge changes from main 1.2 repository | Matt Messier | |
2007-05-18 | Remove the --mandir for Debian builds and rely on autoconf getting it right. | Darren Salt | |
(Safe since recent xine-lib isn't usefully buildable on sarge.) | |||
2007-05-18 | Re-enable syncfb in .debs, but only when building for Linux. | Darren Salt | |
2007-05-18 | Add summary info for vdr; build plugins if DVB is enabled (no point otherwise). | Darren Salt | |
Valid so long as remote vdr support is not present (a patch exists for this). | |||
2007-05-18 | Merge from 1.2 main branch, except for summary info related to the vdr plugins. | Darren Salt | |
2007-05-18 | Cope with library paths for XvMC and XxMC (and Xv, just in case) being null. | Darren Salt | |
I was seeing '-L -lxvmc', which was resulting in linkage failures (unresolved symbols) at configure time. | |||
2007-05-17 | Fix OSS audio configuration test. | Darren Salt | |
2007-05-17 | Remove obsolete automake diff. | Darren Salt | |
2007-05-17 | Stop using external libdts since only libdts-dev is available in etch. | Darren Salt | |
2007-05-17 | Fix samba configuration test | Matt Messier | |
2007-05-17 | Add a changelog entry for the now-merged VDR support. | Darren Salt | |
2007-05-17 | Merge fixes from Darren Salt | Matt Messier | |
2007-05-17 | Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED. | Darren Salt | |
2007-05-17 | Mac OS X universal binary build cleanups | Matt Messier | |
2007-05-17 | Add missing LIBCDIO_LIBS to the list of linked libraries | Matt Messier | |
2007-05-17 | Add a diff showing the changes from gettext default Makefile.in.in. | Darren Salt | |
2007-05-17 | Update gettext files. Fixes an install target failure. | Darren Salt | |
po/Makefile.in.in was depending on mkinstalldirs, which is no longer installed. | |||
2007-05-17 | Fix some m4 quoting mistakes which were breaking a Perl script. | Darren Salt | |
2007-05-16 | Merge changes from main 1.2 repository | Matt Messier | |
2007-05-17 | Link the vdr input plugin with pthread. | Darren Salt | |
2007-05-17 | Merge from 1.2 main branch. | Darren Salt | |
2007-05-17 | Merge from 1.1. | Darren Salt | |
2007-05-17 | Convert character constants to hex values for redability in UTF-8 terminals. | Darren Salt | |
Add and adjust comments appropriately. | |||
2007-05-17 | Convert comments (and the occasional string where it doesn't matter) to UTF-8. | Darren Salt | |
2007-05-17 | Convert AUTHORS to UTF-8. Add some now-useable accents & use ß where preferred. | Darren Salt | |
2007-05-16 | v4l: replace faulty use of xprintf with lprintf. | Simon Farnsworth | |
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). | |||
2007-05-15 | Remove a stray trailing backslash | Matt Messier | |
2007-05-15 | Tweak large file CPPFLAGS | Matt Messier | |
2007-05-15 | Fix the GNU assembler configuration check | Matt Messier | |
2007-05-15 | Enable dvb input plugin support by default on Linux | Matt Messier | |
2007-05-15 | Stupid typo fix when not building universal binaries. | Matt Messier | |
Also some tweaks for Darwin. | |||
2007-05-15 | Mac OS X universal build fixes | Matt Messier | |
-- 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. | |||
2007-05-15 | Cleanups and fixes for building ffmpeg | Matt Messier | |
2007-05-14 | Clean up xine.m4 to match with package.m4 for 3rd-party use. | Matt Messier | |
Since xine.m4 is also derived from the same code that's all been replaced with the more generic package.m4 code, use that same code for xine.m4 as well, though it doesn't actually depend on package.m4, but is instead a specific, customized version of it intended to be used where package.m4 is not available. | |||
2007-05-14 | Final pass over decoders.m4 | Matt Messier | |
2007-05-14 | Final pass over input plugin configuration checks | Matt Messier | |
-- Move some generic checks out of m4/input.m4 and back into configure.ac -- Remove ioctl_request.m4 and inline it in configure.ac -- Fix compilation of internal libcdio and libvcd stuff -- now works for Darwin -- Add a switch for enabling/disabling dvb support. Disabled by default for all platforms except for Linux. Only allowed to be used on Linux. -- Disable vcd support on all platforms except for FreeBSD, Linux, and Solaris, because src/input/input_vcd.c is only supported on those platforms even though libcdio and libvcd will compile on other platforms -- Clean up some summary.m4 stuff | |||
2007-05-14 | Final pass over video_out.m4 | Matt Messier | |
-- Create ACX_PACKAGE_CHECK to remove duplicate code for aalib, arts, dvdnav, and libfame. Remove aa.m4, arts.m4, dvdnav.m4, and libfame.m4 -- ACX_PACKAGE_CHECK does not require compiling and running a test program. Stole version code from autogen.sh | |||
2007-05-14 | Only check for Xext if X is found via AC_PATH_XTRA | Matt Messier | |
2007-05-13 | Fixes to make Objective C tests actually work | Matt Messier | |
with versions of autoconf that do not have AC_PROG_OBJC. Pull missing bits from autoconf 2.61, guard with m4_ifdef, and forcibly m4_include m4/objc.m4 into configure.ac, because aclocal won't pick it up with the m4_ifdef present. | |||
2007-05-13 | Clean up xxmc/xvmc configure checks, move xv.m4 into video_out.m4 | Matt Messier | |
2007-05-12 | Fix X checks to do AC_PATH_XTRA before PKG_CHECK_MODULES | Matt Messier | |
It seems that even embedded in a shell if-statement, AC_PATH_XTRA still runs before PKG_CHECK_MODULES, even if PKG_CHECK_MODULES comes first. There's something funky going on inside autoconf wrt AC_PATH_XTRA. I know that the intended behavior is to do the PKG_CHECK_MODULES first, but no matter what I do, it never actually works that way. I give up, and so here's the code written to reflect what _actually_ happens in that order that it happens. | |||
2007-05-12 | X11 and video output plugin configuration check cleanups | Matt Messier | |
-- Move x11.m4 back into configure.ac, because AC_PATH_XTRA was behaving oddly inside a macro. That code is now cleaned up enough so that it's not too painful having it there. -- Move opengl.m4 inline into video_out.m4 -- Fix x11 checks to work on Darwin, including XShm checks, Xv checks, OpenGL, and GLU checks. | |||
2007-05-12 | Fix the sense of a check for with_external_libmad | Matt Messier | |
2007-05-12 | Typo fixes: instances of $" should be "$ | Matt Messier | |
2007-05-12 | Style consistency fixes. No functional change. | Matt Messier | |
2007-05-12 | Fix stupid typos: instances of $" should be "$ | Matt Messier | |
2007-05-12 | Final pass over audio_out configure checks | Matt Messier | |
2007-05-12 | Minor fixes and cleanups | Matt Messier | |