summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* reindentationnicodvb2007-11-141-1/+1
* removed unneeded checks on the version of dvdnav (the acceptance ofnicodvb2007-11-141-6/+0
* libogg muxer no longer exists in FFmpeg.diego2007-11-141-1/+0
* OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.diego2007-11-111-1/+1
* add support for newer libdcarathann2007-11-061-2/+4
* Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.diego2007-11-011-0/+1
* Detect IPv6 support on Windowszuxy2007-10-301-1/+5
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowlu_zero2007-10-291-1/+1
* Certain VIDIX drivers only work on x86, disable for other arches.diego2007-10-201-2/+2
* Disable libavcodec libvorbis encoderuau2007-10-201-1/+1
* Set CONFIG_LIBVORBIS correctlyreimar2007-10-201-0/+1
* Replace Polyp- by PulseAudio output.reimar2007-10-181-22/+20
* Sync with latest FFmpeg changes.diego2007-10-181-1/+1
* DirectShow based tv:// driver for win32voroshil2007-10-131-2/+35
* Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.diego2007-10-101-2/+2
* cosmetics: Fix inconsistent indentation in directfb test.diego2007-10-081-7/+7
* Simplify directfb/dfbmga test.diego2007-10-081-10/+10
* cosmetics: Fix indentation after previous commit.diego2007-10-081-3/+3
* Remove useless code, the same check is performed a few lines above.diego2007-10-081-4/+0
* Remove the check for specific gcc versions, because:diego2007-10-081-1/+1
* The combination _vis=yes and proc=v9 makes no sense and will not even compile.reimar2007-10-031-1/+1
* Do not uselessly set _x264 to the value it already hasreimar2007-10-031-2/+0
* Detect support of and add necessary CFLAGS to avoid crashes when loadingdiego2007-10-011-0/+20
* Remove useless quotes.diego2007-10-011-1/+1
* revert changes r23805, r23819 and r23866 to restore the mga_vid checkattila2007-09-301-4/+4
* Require atleast libnemesi 0.6.2 (range api and h263 supportlu_zero2007-09-301-1/+1
* Gentoo patches for Xextlu_zero2007-09-291-2/+2
* Give temporary executable file the system-specific executable extension.diego2007-09-291-1/+1
* Move declaration of temporary file variables to after the system-specificdiego2007-09-291-14/+17
* Fix Theora check without pkgconfig, -ltheora will not link on its own,diego2007-09-291-2/+2
* Nuke some more outdated and confusing comments.diego2007-09-291-9/+0
* Remove redundant comment.diego2007-09-291-1/+0
* Remove useless comment.diego2007-09-291-1/+0
* cosmetics: Move the command to remove configure.log out of a block of variablediego2007-09-291-1/+1
* fixing uau's GNUisms... 100lrfelker2007-09-271-1/+1
* Fix compilation after FFmpegs r10594.cehoyos2007-09-261-1/+1
* BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to ...reimar2007-09-261-2/+2
* Fix building without network.iive2007-09-221-2/+4
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-191-2/+30
* Mention that libavc png decoder depends on zlibreimar2007-09-181-1/+1
* Merge three sed invocations into one.diego2007-09-161-3/+1
* Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/mandiego2007-09-161-2/+2
* prevent some vidix drivers to get compiled on powerpc, they are not intended ...ben2007-09-151-0/+5
* restored vidix build on powerpcben2007-09-151-2/+1
* pthreads support is required for teletextvoroshil2007-09-141-1/+1
* Fix ESD check: use an ESD function to actually check linking and doreimar2007-09-141-2/+2
* Do not replace _ by - if x86_64 is given in --target.reimar2007-09-121-1/+4
* Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.diego2007-09-091-12/+12
* Fix fast_cmov detection broken by r24371zuxy2007-09-081-5/+4
* Use -march=native (avail. since gcc 4.2) when possiblezuxy2007-09-081-0/+2
* Fix typo in r24360cehoyos2007-09-071-1/+1
* Fix compilation after FFmpeg AUDIO_(DE)MUXER splituau2007-09-071-2/+2
* Fix compilation after FFmpeg r10426.cehoyos2007-09-071-2/+2
* Fix AltiVec autodetection: The autodetection was overriding configurediego2007-09-061-4/+5
* Fix compilation after FFmpeg r10411.cehoyos2007-09-051-1/+1
* Make DGA 1 and DGA 2 separately selectable.diego2007-08-311-25/+31
* Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.diego2007-08-271-2/+6
* Better handling of Alpha MVI CPU extensions (untested).diego2007-08-271-10/+11
* Remove unused _def_altivecreimar2007-08-261-8/+0
* Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE...reimar2007-08-261-5/+3
* CONFIG_DARWIN was removed from FFmpeg.diego2007-08-221-1/+1
* Finally fix --enable-debug compilationreimar2007-08-221-0/+2
* Add libdvdcss-specific CFLAGS in the correct place.diego2007-08-181-1/+2
* adding help for --ar --ranlibmhoffman2007-08-161-0/+2
* Move setting of res_comment for internal dvdread to a more sensible place.diego2007-08-161-1/+1
* allow setting of ranlib from the commandline of configuremhoffman2007-08-161-0/+3
* allow setting of ar from the commandline of configuremhoffman2007-08-161-0/+5
* Sync libdvdread with version 0.9.5 (functional changes).diego2007-08-151-0/+3
* cosmetics: Reorder lines for consistency.diego2007-08-151-1/+1
* Rename TMPO to TMPEXE, it is an executable, not an object file.diego2007-08-141-15/+15
* Apple Remote supportdiego2007-08-141-0/+46
* Remove additional warnings when using icc - similar to -Wno-pointer-sign.cehoyos2007-08-131-1/+1
* Remove unused definition.diego2007-08-121-5/+0
* Move some more compiler flags to configure.diego2007-08-091-1/+10
* Remove unused definition.diego2007-08-081-3/+0
* Move some #defines into configure/config.h.diego2007-08-081-0/+12
* Move HAVE_INTTYPES_H definition to a more sensible place in config.h.diego2007-08-071-6/+6
* Improve error message.diego2007-08-071-1/+1
* Give the cpuinfo binary the right suffix $_exesufreimar2007-08-031-2/+2
* add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)reimar2007-08-031-0/+32
* Define ENABLE_GRAY for FFmpeguau2007-08-011-0/+3
* 10l for committing untested changes, a test call was missing.diego2007-08-011-1/+1
* (cosmetics) Make TV detection code two spaces indentedvoroshil2007-08-011-48/+48
* Enable teletext for V4Lv1.voroshil2007-08-011-4/+5
* Make teletext depend on freetype. Fixes compilation failer (in sub.c).iive2007-07-301-1/+1
* 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL testreimar2007-07-301-1/+1
* Extend OpenGL configure test to also check for glx/wgl and proper linking.reimar2007-07-301-1/+17
* Change V4L2 MPEG decoder check so it can actually failreimar2007-07-301-4/+6
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...ben2007-07-291-0/+38
* Teletext support.voroshil2007-07-291-0/+26
* Disable building of vo_mga on all linux platforms despite not having Matrox c...iive2007-07-261-2/+2
* add Hitachi SuperH (SH3) supportgpoirier2007-07-261-2/+20
* Fix configure regexp for enabling FFmpeg featuresuau2007-07-251-1/+1
* avoid ff_config_enable doing partial matches.reimar2007-07-251-1/+1
* Make the assembler accept VIS instrucitions on ultraSPARC.diego2007-07-221-1/+1
* DTS decoding via libdcartogni2007-07-221-0/+25
* Remove unused definition.diego2007-07-211-2/+0
* Use --static flag for pkg-config if --enable-static was used.reimar2007-07-201-0/+3
* !00l, last commit mixed up "normal" ggi and ggiwmh tests.reimar2007-07-201-2/+2
* Change ggi and SDL tests so that linking problems with --enable-static are morereimar2007-07-201-2/+5
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-201-13/+0
* Rename mga_vid test to make it more descriptive.diego2007-07-181-1/+1
* Restore vo_mga check, it is Linux-only.diego2007-07-181-1/+5
* Remove pointless printing of include and linker paths.diego2007-07-171-15/+0
* Do not test for the existence of device files during configuration,diego2007-07-171-6/+2
* Modify X11 headers check so as not to add /usr/include, the default systemdiego2007-07-171-11/+13
* Remove /usr/include from the list of places to check for headers,diego2007-07-171-1/+1
* Remove commented-out dynamic linking check.diego2007-07-171-15/+0
* Remove unused scandir() check and fallback implementation.diego2007-07-171-20/+0
* Remove unused ftello() check and fallback implementation.diego2007-07-171-28/+0
* Remove unused fseeko() check and fallback implementation.diego2007-07-171-25/+0
* Use native Windows thread API when pthreads isn't available.zuxy2007-07-161-0/+17
* Let us not pretend to be checking for devfs when we are not.diego2007-07-141-5/+0
* Mark mp3lib, liba52 and libmpeg2 tests as internal.diego2007-07-141-3/+3
* Group all vo driver checks together.diego2007-07-141-139/+144
* Move QuickTime codecs check together with the other codecs checks.diego2007-07-141-14/+14
* Simplify termios test.diego2007-07-131-24/+11
* typo, wrong variable name in checkdiego2007-07-131-1/+1
* Rename nut option and variables to libnut, FFmpeg also contains NUT support.diego2007-07-131-14/+14
* Remove useless variable indirection.diego2007-07-131-3/+1
* Remove redundant variable setting.diego2007-07-131-1/+0
* Add check for mkstemprtogni2007-07-111-0/+18
* Remove unused test for round().diego2007-07-111-16/+0
* Remove unused stddef.h check.diego2007-07-111-16/+0
* Simplify soundcard.h check.diego2007-07-111-39/+18
* Remove unused variable.diego2007-07-111-1/+0
* Revert r23758: It broke -vf uspp and -vf mcdeint.cehoyos2007-07-111-4/+3
* Fix compilation with -disable-mencodercehoyos2007-07-101-3/+4
* Add ENABLE_THREADS and ENABLE_SMALL definesreimar2007-07-061-0/+6
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-46/+0
* Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.diego2007-07-041-0/+1
* Write configure parameters to configure.log.diego2007-07-041-0/+3
* Sync FFmpeg changes:diego2007-07-031-5/+5
* Add equivalent of -Wno-pointer-sign for icccehoyos2007-07-021-1/+1
* Get rid of duplicate processor feature variables.diego2007-06-271-11/+0
* Remove check for localtime_r, the function is not used within MPlayer.diego2007-06-271-16/+0
* Hint at --disable-* options as a workaround for outdated binutils.reimar2007-06-251-1/+1
* define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).reimar2007-06-241-0/+5
* unbreak armv6 previously broken by me...lu_zero2007-06-221-1/+1
* Unbreak altiveclu_zero2007-06-211-2/+3
* Revert r23530.voroshil2007-06-211-30/+0
* Simplify generation of CPU-extensions HAVE_ and ENABLE_ definesreimar2007-06-191-58/+15
* Simplify generation of ARCH_ and corresponding ENABLE_ definesreimar2007-06-191-50/+17
* Add an optional third parameter to ff_config_enable in preparationreimar2007-06-191-1/+3
* Allow to disable x86 cpu extensions (e.g, via --disable-sse) even withreimar2007-06-191-9/+9
* Compilation fix: define some ENABLE needed by lavcrtogni2007-06-161-0/+35
* Add HAVE_ Makefile variables needed by ffmpegreimar2007-06-161-0/+11
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-161-16/+16
* Do not allow to compile gui without PNG decoder in libavcodec.cehoyos2007-06-131-1/+4
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+30
* Simplify addition of -Wdeclaration-after-statement to CFLAGS.cehoyos2007-06-081-3/+1
* Support icc 10.0.cehoyos2007-06-081-1/+1
* Cosmetics: Fix indentation after last commit.cehoyos2007-06-081-5/+5
* Add -Wdeclaration-after-statement etc. only to gcc.cehoyos2007-06-081-0/+2
* Compile C++ files with the same compiler as all other files.cehoyos2007-06-081-0/+1
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.cehoyos2007-06-071-1/+2
* in vidix check protect [A-Z] and [a-z] with single quotes as in other checks;...nicodvb2007-06-071-1/+1
* Add -Wno-switch to CFLAGS.cehoyos2007-06-071-1/+1
* Fix r23494: It broke gcc 2.95.3cehoyos2007-06-071-1/+2
* Add -Wno-pointer-sign to CFLAGScehoyos2007-06-071-1/+1
* Add -Wall (back) to default CFLAGS.diego2007-06-071-1/+1
* Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.cehoyos2007-06-071-1/+1
* Fix compilation after FFmpeg r9235.cehoyos2007-06-071-4/+4
* 10l: correct Core 2 detection under x86-64zuxy2007-06-071-1/+1
* protect _vidix_drivers variable, allowing --with-vidix-driver option to actua...ben2007-06-051-1/+1
* Keep -pipe option in CFLAGS even in debug mode.diego2007-06-051-1/+1
* Keep unused parameter warnings in debug mode.diego2007-06-051-3/+0
* compilation fix after commit r9172 to ffmpeg, patch by Aurelgpoirier2007-06-021-1/+1
* Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOWzuxy2007-05-311-2/+0
* Add "uclinux" as an accepted system type in the linux() test.diego2007-05-211-1/+1
* Add SSSE3 checkzuxy2007-05-201-0/+13
* Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPR...reimar2007-05-191-7/+7
* Fix compilation: Create CONFIG_*_BSF in config.makreimar2007-05-191-0/+1
* Clean up VIDIX test.diego2007-05-171-126/+50
* 10l: leftover line from incompletely split commitdiego2007-05-171