| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: use here-docs instead of echo for writing config.{h,mak} | Måns Rullgård | 2009-10-31 | 1 | -88/+84 |
* | configure: simplify setting of SDL flags in config.mak | Måns Rullgård | 2009-10-31 | 1 | -6/+4 |
* | Allow disabling doc generation with --disable-doc | Måns Rullgård | 2009-10-31 | 1 | -3/+4 |
* | configure: simplify STRIP setting in config.mak | Måns Rullgård | 2009-10-31 | 1 | -4/+3 |
* | Enable hardcoded tables for ia64 shared builds. | Reimar Döffinger | 2009-10-28 | 1 | -0/+2 |
* | configure: add C99 flags to HOSTCFLAGS | Måns Rullgård | 2009-10-28 | 1 | -1/+17 |
* | Detect Sun Studio compiler and set appropriate variables. | Michael Kostylev | 2009-10-28 | 1 | -0/+5 |
* | Avoid "-z text" diversion on SunOS x86, needed to make FATE happy. | Michael Kostylev | 2009-10-26 | 1 | -0/+1 |
* | Support amdfam10 for --cpu, also avoids a warning about unknown cpu if | Reimar Döffinger | 2009-10-24 | 1 | -1/+1 |
* | Remove ancient redir demuxer. | Diego Biurrun | 2009-10-24 | 1 | -1/+0 |
* | Add clang to detected compilers | David Conrad | 2009-10-22 | 1 | -0/+11 |
* | Update libx264.c for x264 API change | Jason Garrett-Glaser | 2009-10-19 | 1 | -2/+2 |
* | add CONFIG_LPC to the build system for lpc dsputil functions. fixes build | Justin Ruggles | 2009-10-18 | 1 | -1/+4 |
* | ARM: force PIC for shared libs only with ARMv6T2 and later | Måns Rullgård | 2009-10-11 | 1 | -3/+7 |
* | ARM: enable PIC for shared libs | Måns Rullgård | 2009-10-11 | 1 | -0/+1 |
* | configure: define extern symbol prefix without quotes for for asm files | Måns Rullgård | 2009-10-02 | 1 | -0/+1 |
* | Do not use -mdynamic-no-pic if PIC is enabled | Måns Rullgård | 2009-10-02 | 1 | -1/+1 |
* | ARM: add -marm flag since we do not support Thumb | Måns Rullgård | 2009-10-02 | 1 | -0/+2 |
* | Check whether 32-bit x86 is really 64-bit | David Conrad | 2009-10-01 | 1 | -8/+5 |
* | configure: break a long line | Måns Rullgård | 2009-09-30 | 1 | -1/+2 |
* | Re-add check for compilation failure with ebx clobber, and only set | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | configure: return result of test from check_asm | Måns Rullgård | 2009-09-30 | 1 | -1/+2 |
* | Use a "b" constraint instead of ebx clobber to detect if EBX is available. | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | Fix typo in comment. | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | configure: fix tms470 flag mapping for soft-float | Måns Rullgård | 2009-09-23 | 1 | -1/+1 |
* | ARM: improve armcc detection | Måns Rullgård | 2009-09-23 | 1 | -1/+1 |
* | Add support for new x264 API. | Jason Garrett-Glaser | 2009-09-23 | 1 | -2/+2 |
* | Set compiler version string for supported non-gcc compilers | Måns Rullgård | 2009-09-22 | 1 | -0/+5 |
* | Improve compiler information code to print to the console on program startup. | Diego Biurrun | 2009-09-22 | 1 | -0/+4 |
* | The W64 demuxer depends on the WAV demuxer. | Diego Biurrun | 2009-09-22 | 1 | -0/+1 |
* | Deinterleave the generation of config.h and config.mak. | Diego Biurrun | 2009-09-21 | 1 | -20/+21 |
* | configure: remove some unnecessary backslashes | Måns Rullgård | 2009-09-21 | 1 | -28/+28 |
* | Make pkgconfig_generate() fill Libs with the required linking flags | Stefano Sabatini | 2009-09-15 | 1 | -2/+2 |
* | configure: add -g to ASFLAGS when debug is enabled | Måns Rullgård | 2009-09-10 | 1 | -1/+1 |
* | Fix typo in configure error message. | Reimar Döffinger | 2009-09-09 | 1 | -1/+1 |
* | configure: fix check for x264 | Måns Rullgård | 2009-09-02 | 1 | -1/+1 |
* | configure: fix filter() function when matching multiple patterns | Måns Rullgård | 2009-08-23 | 1 | -1/+1 |
* | Add PIC flags early so tests they affect give correct results | Måns Rullgård | 2009-08-23 | 1 | -4/+6 |
* | configure: simplify directory creation for out of tree builds | Måns Rullgård | 2009-08-23 | 1 | -13/+3 |
* | configure: add --enable-pic flag | Måns Rullgård | 2009-08-20 | 1 | -9/+12 |
* | configure: add AVR32 names for --cpu flag | Måns Rullgård | 2009-08-17 | 1 | -0/+19 |
* | Use pkg-config to generate the linker flags for libdirac. | Diego Biurrun | 2009-08-15 | 1 | -2/+2 |
* | Fix dependency generation with ccache/gcc | Måns Rullgård | 2009-08-10 | 1 | -2/+4 |
* | configure: fix gcc detection for v2.95 | Måns Rullgård | 2009-08-10 | 1 | -1/+1 |
* | Fix the EBX available configure check on Darwin/i386. | Alexander Strange | 2009-08-10 | 1 | -1/+2 |
* | Generate dependencies while compiling if supported by compiler | Måns Rullgård | 2009-08-08 | 1 | -3/+15 |
* | Generate dependencies when object files are built | Måns Rullgård | 2009-08-08 | 1 | -1/+1 |
* | configure: allow comma-separated list in --enable/disable-thing=name | Måns Rullgård | 2009-08-06 | 1 | -2/+3 |
* | configure: allow wildcards in --enable/disable-thing=name | Måns Rullgård | 2009-08-06 | 1 | -4/+11 |
* | configure: support --cpu=host to tune for the host system | Måns Rullgård | 2009-08-06 | 1 | -0/+16 |