aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.Gravatar diego2008-02-23
* Move libdca definition to a better place in config.h.Gravatar diego2008-02-23
* Replace Alpha MVI compiler workarounds by a proper configure check.Gravatar diego2008-02-21
* Use standard multiple inclusion guard.Gravatar diego2008-02-21
* Remove unused #define from config.h.Gravatar diego2008-02-21
* basic support for OS/2 in configureGravatar diego2008-02-18
* Set SYS_BEOS for libdvdcss compilation on BeOS.Gravatar diego2008-02-18
* Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.Gravatar diego2008-02-16
* Implement test for system byteswap.h header file.Gravatar iive2008-02-12
* Disable v4l2 if pthreads are not available, fixes bug #1015.Gravatar diego2008-02-10
* Update the test for ivtv output driver.Gravatar iive2008-02-01
* Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-I...Gravatar reimar2008-01-30
* Remove setting of ldconfig, it is unused.Gravatar diego2008-01-27
* Move Zoran video controller check after the libavcodec one.Gravatar iive2008-01-23
* The GUI requires font support.Gravatar diego2008-01-14
* Set CONFIG_SWSCALER in order to avoid imgresampleGravatar uau2008-01-09
* Add HAVE_SOCKLEN_T to config.h for FFmpegGravatar uau2008-01-03
* Use _ISOC99_SOURCE instead of _GNU_SOURCE.Gravatar diego2008-01-02
* include dvdnav.h from its installation directory rather than appendingGravatar nicodvb2008-01-01
* Add detection of *lrint* and round* functions to configure.Gravatar eugeni2007-12-28
* Make windres binary name configurable, useful for cross-compiling.Gravatar diego2007-12-28
* Simplify int_fastXY_t test in configure.Gravatar reimar2007-12-22
* Add support for XScreenSaverSuspendGravatar reimar2007-12-22
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.Gravatar diego2007-12-20
* Support cddb on darwin.Gravatar ulion2007-12-16
* Always enable largefile support by defaultGravatar uau2007-12-14
* Support using unrar executable to access rar-compressed vobsub files.Gravatar ulion2007-12-14
* support for xtensa CPU architectureGravatar diego2007-12-11
* Do not set SYS_AMIGAOS4, it is unused.Gravatar diego2007-12-11
* SYS_AMIGAOS4 --> __AMIGAOS4__Gravatar diego2007-12-11
* slight consistency change for default DVD device selectionGravatar diego2007-12-11
* Remove redundant condition from list of CD/DVD-ROM devices.Gravatar diego2007-12-11
* Do not set -DSYS_DARWIN, it is unused.Gravatar diego2007-12-11
* Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.Gravatar diego2007-12-11
* Allow usage of icc 10.1Gravatar cehoyos2007-12-08
* add new configure option to disable VIDIX PCI device name database (saves a 3...Gravatar ben2007-12-04
* live555 and libnemesi support coexistsGravatar lu_zero2007-12-04
* Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.Gravatar cehoyos2007-11-24
* Fix half-baked last commit.Gravatar diego2007-11-22
* Remove ! operator hack, we require a POSIX-compatible-shell.Gravatar diego2007-11-22
* Invert the logic to check the cmp return value cmp to avoid using the ! opera...Gravatar diego2007-11-22
* main() --> main(void)Gravatar diego2007-11-21
* reindentationGravatar nicodvb2007-11-14
* removed unneeded checks on the version of dvdnav (the acceptance ofGravatar nicodvb2007-11-14
* libogg muxer no longer exists in FFmpeg.Gravatar diego2007-11-14
* OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.Gravatar diego2007-11-11
* add support for newer libdcaGravatar rathann2007-11-06
* Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.Gravatar diego2007-11-01
* Detect IPv6 support on WindowsGravatar zuxy2007-10-30
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowGravatar lu_zero2007-10-29