aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.Gravatar diego2007-01-10
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.Gravatar diego2007-01-10
* Move #ifdef directives around complete files into the build system.Gravatar diego2007-01-10
* GNU/kFreeBSD support, closes Bugzilla #704.Gravatar diego2007-01-10
* CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.Gravatar diego2007-01-10
* Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.Gravatar diego2007-01-07
* Set default values for proc and iproc for x86_32 case.Gravatar reimar2007-01-06
* move runtime cpu detection check after detection of host architecture,Gravatar reimar2007-01-05
* 100l syntax errorGravatar diego2006-12-24
* cosmetics: Fix indentation after last commit.Gravatar diego2006-12-24
* Run less CPU checks when runtime CPU detection is enabled.Gravatar diego2006-12-24
* Exit when runtime CPU detection is requested on unsupported arches.Gravatar diego2006-12-24
* Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.Gravatar diego2006-12-24
* Extend runtime CPU detection to x86-64.Gravatar diego2006-12-23
* Fix disabling individual demuxers, parsers and decodersGravatar diego2006-12-23
* cosmetics: Rename variables to simplify upcoming patches.Gravatar diego2006-12-23
* Remove x11grab hack, it's now disabled by default in FFmpeg.Gravatar diego2006-12-23
* Color console had a big bug nobody noticed, so mark this feature asGravatar reimar2006-12-18
* Compilation fix hacks: disable libavformat X11 grabber andGravatar reimar2006-12-15
* Add missing redirect to /dev/null.Gravatar corey2006-12-13
* Ugly hotfix for --disable-mencoder.Gravatar diego2006-12-13
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Fix --extra-libs-mplayer and --extra-libs-mencoder.Gravatar diego2006-12-11
* 10l, forgot to add _inc_x11 to X11 cc checkGravatar reimar2006-12-11
* Better default CFLAGS for non-gnu, non-intel compilersGravatar reimar2006-12-10
* Add x11 include path only to _inc_extra if X11 is actually enabled.Gravatar reimar2006-12-10
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...Gravatar reimar2006-12-10
* do not force arch and isysroot in osxGravatar nplourde2006-12-09
* force ppc arch and 10.3.9 sys lib on ppc macGravatar nplourde2006-12-04
* Move cddb "autodetection" so it also works for libcdioGravatar reimar2006-12-04
* Add full support for en-/disabling cddb supportGravatar reimar2006-12-04
* Use fallback XAnim and Real codecs directories when autodetection is skipped.Gravatar diego2006-12-02
* Remove warning about missing codecs directory, the condition is always true.Gravatar diego2006-12-02
* Add /usr/local/lib and /usr/local/include to the linker/compilerGravatar diego2006-11-29
* `sdl-config --libs` under mingw32 will give -lmingw32, which leads toGravatar diego2006-11-29
* Sync with FFmpeg changes for encoder/decoder registration.Gravatar aurel2006-11-29
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.Gravatar diego2006-11-28
* support Intel Core 2 and AMD Geode in the processor detection routinesGravatar diego2006-11-28
* Merge _ld_arch into _ld_extra.Gravatar diego2006-11-27
* Disable cddb on Darwin at Reimar's request.Gravatar diego2006-11-27
* _ld_sock is already in _ld_extra.Gravatar diego2006-11-27
* Add a config.mak variable for CDDB.Gravatar diego2006-11-27
* Sync with FFmpeg changes for (de)muxer registration.Gravatar diego2006-11-27
* Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,Gravatar reimar2006-11-26
* -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.cGravatar reimar2006-11-26
* Revert r21251 (moving loader/config.h contents to main config.h).Gravatar uau2006-11-26
* Set _win32codecsdir fallback also with --enable-win32Gravatar reimar2006-11-26
* Move contents of loader/config.h to configure/config.h, there areGravatar diego2006-11-25
* Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,Gravatar reimar2006-11-25
* Add generic target that allow compiling without any assembler or otherwiseGravatar reimar2006-11-25