Age | Commit message (Expand) | Author |
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 |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier |
2007-05-11 | Cleanup, fix, and generally rework assembler configure checks | Matt Messier |
2007-05-10 | Rename PPC_ARCH to ARCH_PPC for consistency. | Matt Messier |
2007-05-10 | Uncomment libFLAC tests accidentally left commented out | Matt Messier |
2007-05-09 | Clean up decoder/demuxer configuration checks | Matt Messier |
2007-05-09 | Move some more macros around into more approriately named places | Matt Messier |
2007-05-09 | Move decoder/demuxer checks from configure.ac to decoders.m4 | Matt Messier |
2007-05-09 | Clean up input plugin configuration checks | Matt Messier |
2007-05-09 | Clean up video output plugin configure checks | Matt Messier |
2007-05-08 | Clean up audio out plugin tests | Matt Messier |
2007-05-08 | Add AC_MSG_RESULT([no]) for test failures so lines don't bunch up | Matt Messier |
2007-05-08 | Minor cleanups for X11 checks. Mostly comment what's going on. | Matt Messier |
2007-05-08 | More configure.ac cleanups | Matt Messier |
2007-05-08 | Remove some more dead macros | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-05-05 | More configure cleanups. | Matt Messier |
2007-05-04 | More build cleanups | Matt Messier |
2007-05-04 | Begin cleaning up compiler command-line flags | Matt Messier |
2007-05-04 | Move a bunch of x11/xv related stuff out of configure.ac | Matt Messier |
2007-05-04 | Move some stuff out of configure.ac and into existing or new m4 files for | Matt Messier |
2007-05-03 | Remove libtool15.m4 -- Nobody can offer up an explanation as to what this is | Matt Messier |
2007-05-03 | Fix alpha order of files in EXTRA_DIST and add missing files: | Matt Messier |
2007-05-03 | Move autoconf macros that come from gettext from m4 to m4/gettext to make it | Matt Messier |
2007-05-02 | Mac OS X Universal Binary support | Matt Messier |
2007-04-14 | Check for __malloc__ attribute during configure stage, avoid conditional in x... | Diego 'Flameeyes' Pettenò |
2007-04-12 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-12 | Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Return NULL to avoid 'control reaches end of non-void function' warning from ... | Ville Skyttä |
2007-04-11 | Merge changes from 1.1 branch (where they still make sense). | Diego 'Flameeyes' Pettenò |
2007-04-11 | Try linking the program for Pthread support, and feed proper parameters to pt... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Add a new check for __attribute__((packed)), and if present, define XINE_PACKED. | Diego 'Flameeyes' Pettenò |
2007-04-09 | format_arg attribute requires the function to return char*. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Never udnefine m4_foreach_w, after all if it's defined it is because it never... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Use LT_AC_PROG_SED rather than AC_PROG_SED. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Add a m4_foreach_w macro when autoconf does not provide it. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-04-01 | Fix test for visibility attributes. Patch thanks to Matt Messier. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Replace obsolete macros (processing done by autoupdate). | Darren Salt |
2007-03-26 | Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING. | Darren Salt |
2007-03-24 | Improve tests for visibility attribute support; Mach-O supports default visib... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Add the gas.m4 macro file, at least :) | Diego 'Flameeyes' Pettenò |
2007-03-22 | Move handling of Win32 codecs all in a single point of configure.ac rather th... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-20 | The AC_C_ATTRIBUTE_ALIGNED macro is broken, it always reports maximum aligned... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Make CC_CHECK_CFLAGS report the name of the compiler, like AC_TRY_CFLAGS used... | Diego 'Flameeyes' Pettenò |