summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPCMåns Rullgård2010-07-01
| | | | Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for GNU assembler, use gas-preprocessor on darwinMåns Rullgård2010-07-01
| | | | Originally committed as revision 23953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård2010-07-01
| | | | | | | This checks which assembler syntax is supported and defines macros for register names accordingly. Originally committed as revision 23952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio float decoders depend on dctAurelien Jacobs2010-07-01
| | | | Originally committed as revision 23945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: replace unwarranted gcc bashing with a real explanationMåns Rullgård2010-07-01
| | | | Originally committed as revision 23929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for fcntl()Måns Rullgård2010-06-30
| | | | Originally committed as revision 23902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: make --disable-everything soft-disable thingsMåns Rullgård2010-06-28
| | | | | | | This allows explicitly enabled things to _select others with the intended result. Originally committed as revision 23843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make implicit function declarations an errorMåns Rullgård2010-06-27
| | | | Originally committed as revision 23823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove PPC perf counter supportMåns Rullgård2010-06-26
| | | | | | This functionality is better accessed through tools like oprofile. Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --enable-gprof flagMåns Rullgård2010-06-26
| | | | | | | | gprof is far too intrusive to be of use as a profile for ffmpeg, and it fails to build in many configurations. Oprofile is a better tool for profiling on Linux. Originally committed as revision 23807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-25
| | | | Originally committed as revision 23790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove superflous -lm flagsMåns Rullgård2010-06-25
| | | | Originally committed as revision 23781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: reverse order of -l flagsMåns Rullgård2010-06-25
| | | | | | | Adding new libs to the front of the list allows them to resolve symbols against previously added ones. Originally committed as revision 23780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove unused flag save/restore functionsMåns Rullgård2010-06-25
| | | | Originally committed as revision 23779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify append functionMåns Rullgård2010-06-25
| | | | Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify check_lib functionMåns Rullgård2010-06-25
| | | | Originally committed as revision 23777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove unused function check_foo_configMåns Rullgård2010-06-25
| | | | Originally committed as revision 23776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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