summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* ARM: force PIC for shared libs only with ARMv6T2 and laterMåns Rullgård2009-10-11
* ARM: enable PIC for shared libsMåns Rullgård2009-10-11
* configure: define extern symbol prefix without quotes for for asm filesMåns Rullgård2009-10-02
* Do not use -mdynamic-no-pic if PIC is enabledMåns Rullgård2009-10-02
* ARM: add -marm flag since we do not support ThumbMåns Rullgård2009-10-02
* Check whether 32-bit x86 is really 64-bitDavid Conrad2009-10-01
* configure: break a long lineMåns Rullgård2009-09-30
* Re-add check for compilation failure with ebx clobber, and only setReimar Döffinger2009-09-30
* configure: return result of test from check_asmMåns Rullgård2009-09-30
* Use a "b" constraint instead of ebx clobber to detect if EBX is available.Reimar Döffinger2009-09-30
* Fix typo in comment.Reimar Döffinger2009-09-30
* configure: fix tms470 flag mapping for soft-floatMåns Rullgård2009-09-23
* ARM: improve armcc detectionMåns Rullgård2009-09-23
* Add support for new x264 API.Jason Garrett-Glaser2009-09-23
* Set compiler version string for supported non-gcc compilersMåns Rullgård2009-09-22
* Improve compiler information code to print to the console on program startup.Diego Biurrun2009-09-22
* The W64 demuxer depends on the WAV demuxer.Diego Biurrun2009-09-22
* Deinterleave the generation of config.h and config.mak.Diego Biurrun2009-09-21
* configure: remove some unnecessary backslashesMåns Rullgård2009-09-21
* Make pkgconfig_generate() fill Libs with the required linking flagsStefano Sabatini2009-09-15
* configure: add -g to ASFLAGS when debug is enabledMåns Rullgård2009-09-10
* Fix typo in configure error message.Reimar Döffinger2009-09-09
* configure: fix check for x264Måns Rullgård2009-09-02
* configure: fix filter() function when matching multiple patternsMåns Rullgård2009-08-23
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-23
* configure: simplify directory creation for out of tree buildsMåns Rullgård2009-08-23
* configure: add --enable-pic flagMåns Rullgård2009-08-20
* configure: add AVR32 names for --cpu flagMåns Rullgård2009-08-17
* Use pkg-config to generate the linker flags for libdirac.Diego Biurrun2009-08-15
* Fix dependency generation with ccache/gccMåns Rullgård2009-08-10
* configure: fix gcc detection for v2.95Måns Rullgård2009-08-10
* Fix the EBX available configure check on Darwin/i386.Alexander Strange2009-08-10
* Generate dependencies while compiling if supported by compilerMåns Rullgård2009-08-08
* Generate dependencies when object files are builtMåns Rullgård2009-08-08
* configure: allow comma-separated list in --enable/disable-thing=nameMåns Rullgård2009-08-06
* configure: allow wildcards in --enable/disable-thing=nameMåns Rullgård2009-08-06
* configure: support --cpu=host to tune for the host systemMåns Rullgård2009-08-06
* Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun2009-08-05
* Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun2009-08-05
* Make XVMC mpegvideo decoder depend on mpegvideo decoder.Diego Biurrun2009-08-02
* RTMP needs tcp_protocolMåns Rullgård2009-07-31
* Make av_always_inline a no-op when --disable-optimizations is supplied toJeff Downs2009-07-30
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-30
* Undefine av_always_inline before setting it to an empty value.Jeff Downs2009-07-30
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28