summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* configure: use warn function for unrecognised --cc and --arch settingsMåns Rullgård2010-06-24
| | | | Originally committed as revision 23762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: warn about missing yasmMåns Rullgård2010-06-24
| | | | Originally committed as revision 23761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add 'warn' functionMåns Rullgård2010-06-24
| | | | | | | The 'warn' function records a warning message for display after other informational messages. Originally committed as revision 23760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for the ra_144 encoderFrancesco Lavra2010-06-24
| | | | | | Patch by Francesco Lavra, francescolavra at interfree dot it Originally committed as revision 23748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable pthreads automatically unless w32threads is requestedMåns Rullgård2010-06-23
| | | | Originally committed as revision 23733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 threads supportMåns Rullgård2010-06-23
| | | | | | | OS/2 SMP support is rare, and a pthreads library exists. No need to keep this code. Originally committed as revision 23731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add barcelona to the list of cmov/fast_cmov compatible CPUs.Diego Pettenò2010-06-22
| | | | | | | For GCC, barcelona is just an alias for amdfam10, so simply add it in there. Originally committed as revision 23730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove beosthreads supportMåns Rullgård2010-06-22
| | | | | | | Relevant BeOS variants support pthreads, so there is no need to maintain the beos-native threads interface. Originally committed as revision 23729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: preserve cross-prefix for strip on darwinRamiro Polla2010-06-20
| | | | Originally committed as revision 23657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove libfaad wrapperMåns Rullgård2010-06-20
| | | | Originally committed as revision 23653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG-2 DXVA2 implementationLaurent Aimar2010-06-18
| | | | | | | | It allows VLD MPEG-2 decoding using DXVA2 (GPU assisted decoding API under VISTA and Windows 7). It is implemented by using AVHWAccel API. Originally committed as revision 23644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Name the default configure log filename as "config.log" rather thanStefano Sabatini2010-06-16
| | | | | | | "config.err". The former name was misleading, as the file contains useful information not necessarily related to errors. Originally committed as revision 23630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix symver detection with icc 10Måns Rullgård2010-06-15
| | | | | | | | | | | Apparently the compiler sometimes bypasses the normal assembler, in which case the asm label variant works. If the file contains any inline asm, this bypassing is not done, and the assembler chokes on invalid syntax. Inserting a dummy asm() statement in the test when the compiler supports it makes sure no shortcuts are taken and the test fails as it should. Originally committed as revision 23616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-15
| | | | | | | | When symbol versioning is enabled, moving symbols from one library to another breaks binary compatibility. This adds wrappers with the old version tag for the av_*packet functions recently moved to lavc. Originally committed as revision 23611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
| | | | | | Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.François Revol2010-06-10
| | | | Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apparently nowadays things should be installed in /boot/common on Haiku.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded -nostart SHFLAG for Haiku.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
| | | | | | | | BeOS support has been broken for many years and the "maintainer" of the port has not reacted to countless requests to get the port fixed. approved by Mans Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* librtmp may link to different ssl implementationsLuca Barbato2010-06-06
| | | | | | Make sure we link using the right libs by using pkg-config Originally committed as revision 23511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpx now has an (L)GPL-compatible license.Diego Biurrun2010-06-05
| | | | Originally committed as revision 23482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 encoding via libvpx.James Zern2010-06-03
| | | | | | Patch by James Zern, Google, Inc. Originally committed as revision 23449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-02
| | | | | | Bump libx264 version requirement accordingly. Originally committed as revision 23430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use .p2align in ASMALIGN() macroMåns Rullgård2010-06-02
| | | | | | | The test for .align syntax was apparently unreliable with some compilers. Using the .p2align directive instead avoids the need for this test. Originally committed as revision 23428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not check_lib for -lva if vaapi is disabled, having -lva in extralibsReimar Döffinger2010-06-01
| | | | | | if vaapi is disabled is at best pointless. Originally committed as revision 23417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatically enable buffer_filter when compiling ffmpegPeter Ross2010-05-30
| | | | | | Fixes issue 1949 Originally committed as revision 23388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Require --enable-nonfree flag for libvpx.Diego Biurrun2010-05-29
| | | | | | | The license of libvpx is incompatible with the (L)GPL. As long as this is the case, the only way to use it is by marking the result as nonfree. Originally committed as revision 23371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmst_protocol depends on networkMåns Rullgård2010-05-25
| | | | Originally committed as revision 23310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Look for libvpx headers in the vpx subdirectory in configure, tooMartin Storsjö2010-05-25
| | | | Originally committed as revision 23308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 decoding via libvpx.James Zern2010-05-25
| | | | | | Patch by James Zern for Google, Inc., jzern google com Originally committed as revision 23303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change inter-protocol dependencies from _deps to _selectMartin Storsjö2010-05-14
| | | | Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau2010-05-11
| | | | | | | The latter does not exist and thus compilation fails. patch by Janne Grunau, janne-ffmpeg jannau.net Originally committed as revision 23087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger2010-05-08
| | | | | | causes linking errors instead of avoiding them. Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer2010-05-07
| | | | Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: update suncc SPARC CPU name mappingMichael Kostylev2010-05-07
| | | | | | Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 23047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SPARC: disable VIS for Niagara CPUMichael Kostylev2010-05-07
| | | | | | | | The Niagara/T1 supports only a subset of VIS, and even this is very slow. Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 23045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-06
| | | | | | Minor version bump. Originally committed as revision 23038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow compiler-specific flags for --disable-optimizationsMåns Rullgård2010-05-03
| | | | | | | ICC needs at least -O1 to link so add this when optimisations are otherwise disabled. Originally committed as revision 23013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to set archiver tool ar.Carl Eugen Hoyos2010-05-02
| | | | Originally committed as revision 23010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set ARCH=c with --disable-asm, fix buildMåns Rullgård2010-04-26
| | | | Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WMAVoice decoder depend on DCT/RDFTRonald S. Bultje2010-04-23
| | | | Originally committed as revision 22955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround for missing llrintf()Måns Rullgård2010-04-23
| | | | Originally committed as revision 22954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Fix libx264 configure check to use pkg-config if available."Måns Rullgård2010-04-19
| | | | | | | There are problems using pkg-config, and a better solution is being worked on. Originally committed as revision 22914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libx264 configure check to use pkg-config if available.Jason Garrett-Glaser2010-04-19
| | | | Originally committed as revision 22913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify $COMPONENT_LIST handlingMåns Rullgård2010-04-19
| | | | | | | This lets check_deps set the generic CONFIG_ENCODERS and friends using an _if_any construct. Originally committed as revision 22911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify vaapi dependenciesMåns Rullgård2010-04-19
| | | | Originally committed as revision 22910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify vdpau dependenciesMåns Rullgård2010-04-19
| | | | Originally committed as revision 22909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange2010-03-30
| | | | | | | | | | | Darwin compilers default to PIC on, so -mdynamic-no-pic (which disables it again) needs to be added to cflags before enable pic is checked. Fixes compilation without --enable-shared at least the 10.6 system compiler for x86-32. Fixes speed regression on all darwin arches except x86-64. Originally committed as revision 22730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28
| | | | | | | | librtmp. Patch by Howard Chu <hyc * highlandsun * com>. Originally committed as revision 22710 to svn://svn.ffmpeg.org/ffmpeg/trunk