summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+0
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-171-22/+0
* Move the internal VIDIX check from a random place into the VIDIX section.diego2007-05-171-35/+34
* Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,diego2007-05-171-1/+0
* Merge internal and external VIDIX checks.diego2007-05-171-8/+7
* ffdts is no more.diego2007-05-171-26/+0
* Avoid passing test invalid arguments when string is empty.reimar2007-05-151-1/+1
* ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comdiego2007-05-131-0/+18
* Compilation fix after ffmpeg r9010 (bitstream filters optional rtogni2007-05-131-0/+3
* help output typo noticed by Ramiro Polladiego2007-05-111-1/+1
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-101-1/+23
* Simplify libamr_nb test.diego2007-05-031-5/+2
* cosmetics: Rename remaining instances of amr_* to libamr_*.diego2007-05-031-8/+8
* Rename amr_nb and amr_wb options to libamr_*.diego2007-05-031-6/+6
* FFmpeg sync: Rename AMR config settings to LIBAMR.diego2007-05-031-13/+13
* cosmetics: Rename _amr* variables to _libamr*.diego2007-05-031-33/+33
* FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.diego2007-05-031-1/+1
* Remove libpng dependency for Gui, use libavcodec insteadreimar2007-05-021-1/+1
* Disable internal vidix on PPC linux, it breaks compilation.reimar2007-05-021-1/+2
* reindented dvdread check blocknicodvb2007-05-011-3/+3
* libdvdnav now depends on our fork of the library; only the version without nicodvb2007-05-011-40/+35
* Merge FFmpeg dependency handling into the individual tests.diego2007-05-011-39/+17
* cosmetics: Fix bogus indentation.diego2007-05-011-25/+25
* Add configures arguments to its outputcehoyos2007-04-271-1/+1
* Fix compilation with *_PROTOCOLs in libavformatcehoyos2007-04-271-0/+2
* 100l: Fix another round of copy and paste typos.diego2007-04-261-5/+5
* Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.diego2007-04-261-1/+1
* 10l: Remove stray 'fi'.diego2007-04-261-1/+0
* Add config.h variables for static FFmpeg libraries.diego2007-04-261-7/+15
* Ooops, variable names got confused during copy and paste:diego2007-04-261-4/+2
* Merge config.h variable declarations into libpostproc test.diego2007-04-261-9/+5
* Remove unused libavformat #define.diego2007-04-261-3/+0
* Merge config.h variable declarations into libavformat test.diego2007-04-261-17/+8
* Merge config.h variable declarations into libavcodec test.diego2007-04-261-18/+18
* Merge config.h variable declarations into libavutil test.diego2007-04-261-8/+4
* indentation cosmeticsdiego2007-04-261-2/+2
* Remove redundant comments.diego2007-04-261-3/+0
* Clean up static libavcodec check, just checking for a file is enough.diego2007-04-261-19/+0
* Fix typo in _libavcodec vs _libavcodec_a variable name.diego2007-04-261-1/+1
* cosmetics: Fix indentation, merge some lines in the FFmpeg checks.diego2007-04-261-12/+7
* Merge static and shared libpostproc checks.diego2007-04-261-12/+6
* Merge static and shared libavformat checks.diego2007-04-261-23/+18
* Move misplaced res_comment to where it actually takes effect.diego2007-04-261-2/+1
* Merge static and shared libavcodec checks.diego2007-04-261-32/+25
* 10l elif syntax errordiego2007-04-261-1/+1
* Merge checks for static and shared libavutil.diego2007-04-261-30/+25
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-7/+19
* Give variable names for static FFmpeg libraries a '_a' suffix.diego2007-04-261-46/+46
* AMR-NB fixed-point mode external library support was removed from FFmpeg.diego2007-04-251-33/+3
* cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.diego2007-04-251-12/+12
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.diego2007-04-251-1/+1
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-8/+8
* typo: mingw --> mingw32diego2007-04-251-1/+1
* CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now calledcehoyos2007-04-241-2/+2
* allows cross-compilation for PPC target when using a toolchain defined as pow...ben2007-04-231-2/+2
* Set _audio_input to yes for V4L2 as well.diego2007-04-231-0/+1
* Add Makefile variable for audio input that is enabled by V4L or radio capture.diego2007-04-221-0/+3
* Add Makefile variable for either internal or external VIDIX.diego2007-04-221-2/+3
* include inttypes.h in the check for dvdnavnicodvb2007-04-221-0/+1
* Intel's Conroe-L makes use of extended models, so adjust CPU detectiondiego2007-04-201-1/+1
* Report if internal, external of dvdnav version of dvdread is used.diego2007-04-151-5/+11
* Disabled VCD support under Cygwin, it fails to link.diego2007-04-151-1/+1
* Update amr-nb and amr-wb checks for changes in FFmpeg.diego2007-04-151-12/+18
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-141-1/+9
* added conditional vidix drivers compilationben2007-04-141-0/+109
* Remove *ancient* ldd debugging junk.diego2007-04-111-4/+0
* Rework of *BSD BT848 detection for radio://voroshil2007-04-111-14/+16
* remove ugly #include from tvi_bsdbt848.cvoroshil2007-04-091-5/+71
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-091-3/+3
* There was a fallback value for libtheora linker flags, but it was never addeddiego2007-04-061-1/+1
* Fix compilation after FFmpeg r8619.cehoyos2007-04-041-1/+1
* Use "generic" optimization instead of 686 as default for runtime-cpudetectiondiego2007-04-031-3/+4
* Move QNX-specific settings next to the other OS-specific settings.diego2007-03-311-5/+4
* Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeguau2007-03-301-0/+4
* Remove stray variable that was causing tests to fail randomly.diego2007-03-291-1/+1
* OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.diego2007-03-291-1/+1
* replaced ! with not as adviced by Reimarnicodvb2007-03-281-1/+1
* don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff ma...nicodvb2007-03-281-1/+1
* Fall back on plain awk during the awk test. It should be safe to assumediego2007-03-251-2/+2
* Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.diego2007-03-241-1/+1
* Move the addition of basic include flags to configure.diego2007-03-241-1/+2
* Error out if the libavutil subdirectory is unavailable.diego2007-03-241-1/+1
* Fix comment about defining HAVE_POSIX_SELECTcehoyos2007-03-211-1/+1
* Conditionally compile vf_bmovl.c instead of enclosing all of the filediego2007-03-211-0/+1
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-7/+4
* --enable-win32 was renamed to --enable-win32dll.diego2007-03-191-1/+1
* Remove commented-out Cygwin CFLAGS settings.diego2007-03-191-2/+0
* Move setting Cygwin specific CFLAGS to configure.diego2007-03-191-1/+1
* The -Wdeclaration-after-statement test needs a C program.diego2007-03-181-0/+3
* check that definition of prototype of sysi86(int, void*) doesn't conflict; fi...nicodvb2007-03-181-0/+6
* Move setting CXXFLAGS to configure.diego2007-03-181-1/+4
* Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.diego2007-03-181-1/+1
* shared libavcodec is not at all broken/obsolete, but simply discouragednicodvb2007-03-181-1/+1
* Group (system-specific) CFLAGS settings together.diego2007-03-181-40/+40
* Move Cygwin specific #define setting to system OS-specific settings section.diego2007-03-181-1/+4
* Move setting of TARGET_WIN32 together with other Win32 settings.diego2007-03-181-6/+3
* Rename win32 variable to the more sensible name win32dll.diego2007-03-181-15/+15
* Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's addeddiego2007-03-181-3/+0
* Move fast cmov detection code from the PPC section into the x86 sectiondiego2007-03-181-11/+10
* support for setting and detecting FAST_CMOVdiego2007-03-181-0/+17
* Fix configure -march detection for athlon-xpuau2007-03-181-55/+55
* Do not disable cache on MinGW, just disable shmem compilation.diego2007-03-171-2/+3
* 10l: omitted '-e' in my r22630 commit.voroshil2007-03-171-1/+1
* Turn on largefile support for libdvdcss as well.diego2007-03-161-1/+2
* Put special CFLAGS for low accuracy tremor in the Makefile, similar to thediego2007-03-161-2/+1
* libavcodec's DXA decoder is dependent on zlibvoroshil2007-03-161-1/+1
* Add live555 include flags to CXXFLAGS only.diego2007-03-151-1/+2
* Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.diego2007-03-151-1/+16
* add vcd support to mingw, patch by zuxy mengcompn2007-03-121-1/+1
* live555 version 2006.03.03 or later is needed to compile MPlayer.diego2007-03-031-2/+2
* 10l: Add missing definition of USE_STREAM_CACHE.diego2007-02-271-0/+2
* Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with ...voroshil2007-02-271-2/+2
* Move the decision about stream cache compilation to configure.diego2007-02-271-2/+7
* Simplify strip parameter for install handling.diego2007-02-271-3/+3
* Support for PowerPC 440x embedded CPUs.rathann2007-02-251-0/+8
* Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.diego2007-02-201-2/+2
* liblzo support fix, take X: forgotten variable setting.diego2007-02-181-0/+1
* Use liblzo2 instead of liblzo1, it's not bigger but faster.diego2007-02-181-4/+4
* We definitely want to avoid an emulated poll()reimar2007-02-151-0/+8
* Move setting _ld_extra and _inc_extra for live to autodetection part,diego2007-02-131-9/+9
* Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939rtogni2007-02-121-1/+1
* Fix setting of mtrr variable.diego2007-02-121-3/+3
* Always disable libnut demuxer in libavformat.diego2007-02-121-2/+1
* Revert libnut option names, the issue is fixed in FFmpeg.diego2007-02-121-1/+1
* Handle libavformat libnut dependencies.uau2007-02-091-1/+2
* Fix libnut build failure.gpoirier2007-02-071-1/+1
* FFmpeg #defines must be uppercase now.diego2007-02-051-4/+4
* Fix MMX2 check, _sse is set to "kernel_check", not "yes".diego2007-02-041-1/+1
* r21753 broke compile-time detection of mmx flags on x86_64lorenm2007-02-041-1/+1
* Convert patterns to upper case to fix compilation after r22117.uau2007-02-031-19/+19
* Speed up config.h generation by transforming FFmpeg part names to uppercasediego2007-02-031-9/+8
* Wrong variable name used in libfaac check.diego2007-01-311-1/+1
* libfaac detection skipped linking, and thus only checked for headers and not ...lorenm2007-01-311