aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Set ARCH=c with --disable-asm, fix buildMåns Rullgård2010-04-261-1/+1
* Make WMAVoice decoder depend on DCT/RDFTRonald S. Bultje2010-04-231-1/+1
* Workaround for missing llrintf()Måns Rullgård2010-04-231-0/+2
* Revert "Fix libx264 configure check to use pkg-config if available."Måns Rullgård2010-04-191-1/+1
* Fix libx264 configure check to use pkg-config if available.Jason Garrett-Glaser2010-04-191-1/+1
* configure: simplify $COMPONENT_LIST handlingMåns Rullgård2010-04-191-23/+7
* configure: simplify vaapi dependenciesMåns Rullgård2010-04-191-5/+1
* configure: simplify vdpau dependenciesMåns Rullgård2010-04-191-5/+2
* configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange2010-03-301-1/+2
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-281-0/+4
* Implement av_strerror().Stefano Sabatini2010-03-251-0/+2
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-1/+2
* configure: do not use $_Måns Rullgård2010-03-161-4/+4
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-5/+6
* Add FATE testsMåns Rullgård2010-03-151-0/+3
* Add dependencies used by the RDT and ASF/RTP codeMartin Storsjö2010-03-151-0/+1
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-1/+3
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-121-0/+1
* Document --disable-everything in configure --help.Ramiro Polla2010-03-121-0/+1
* configure: remove stray semicolonMåns Rullgård2010-03-111-1/+1
* configure: use map() function in a couple of placesMåns Rullgård2010-03-111-6/+2
* configure: add --disable-everything optionMåns Rullgård2010-03-111-0/+9
* configure: allow mips64el and powerpc64 as values for --archMåns Rullgård2010-03-101-2/+2
* undef av_always_inline before redefiningMåns Rullgård2010-03-101-0/+1
* configure: always write shared lib variables to config.makMåns Rullgård2010-03-091-11/+8
* Enable tcp_protocol when enabling httpPeter Ross2010-03-091-0/+1
* Add missing build dependencies for the AAC decoder caused by adding of SBR.Georgi Chorbadzhiyski2010-03-091-1/+1
* Error on missing function prototypes with gccMåns Rullgård2010-03-081-0/+1
* Use -Werror=implicit only with gccMåns Rullgård2010-03-071-1/+1
* Fix clang sysroot flagDavid Conrad2010-03-071-2/+2
* Error on implicit function declarationsMåns Rullgård2010-03-061-0/+1
* Fix make installMåns Rullgård2010-03-061-1/+1
* Add INSTALL makefile variableMåns Rullgård2010-03-061-0/+1
* Add CP make variableMåns Rullgård2010-03-061-0/+1
* Add YASMDEP variable; use for deps on yasm filesMåns Rullgård2010-03-061-0/+1
* Make lsp a separate configurable and select it from codecs needing itMåns Rullgård2010-03-021-1/+6
* Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun2010-02-231-0/+1
* Fix snow encoder dependenciesDaniel Verkamp2010-02-231-0/+1
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-231-0/+1
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-221-0/+4
* Add an RTSP muxerMartin Storsjö2010-02-221-0/+2
* Revert "Suppress icc warnings about unknown attributes"Måns Rullgård2010-02-221-1/+1
* Suppress armcc warnings about unknown attributesMåns Rullgård2010-02-211-0/+1
* Add FFprobe tool.Stefano Sabatini2010-02-211-0/+4
* Suppress icc warnings about unknown attributesMåns Rullgård2010-02-181-1/+1
* configure: allow setting strip tool with --stripMåns Rullgård2010-02-171-3/+4
* PPC and x86 support aligning variables on stackMåns Rullgård2010-02-171-0/+4
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-171-0/+2
* Add "tomi" architectureMåns Rullgård2010-02-111-0/+1
* configure: require --arch and --target-os when cross-compilingMåns Rullgård2010-02-111-3/+10