| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable. | Diego Biurrun | 2006-07-15 | 1 | -2/+0 |
* | Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com. | Víctor Paesa | 2006-07-15 | 1 | -0/+6 |
* | Create infrastructure to install shared and static libs into different places. | Diego Biurrun | 2006-07-15 | 1 | -0/+5 |
* | Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir | Diego Biurrun | 2006-07-15 | 1 | -24/+25 |
* | set defaults before showing help | Måns Rullgård | 2006-07-15 | 1 | -4/+4 |
* | Properly handle vhook build flags for platforms that require special handling. | Diego Biurrun | 2006-07-14 | 1 | -0/+3 |
* | 10l: the ${prefix} variable should not be expanded when setting path defaults. | Diego Biurrun | 2006-07-14 | 1 | -4/+4 |
* | Simplify the setting of some defaults. | Diego Biurrun | 2006-07-13 | 1 | -20/+4 |
* | Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64, | Guillaume Poirier | 2006-07-13 | 1 | -1/+1 |
* | rename AMR config variables to CONFIG_AMR* | Måns Rullgård | 2006-07-12 | 1 | -8/+8 |
* | static libvorbis needs -logg | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | split compile and link in check_ld | Måns Rullgård | 2006-07-12 | 1 | -4/+3 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -4/+2 |
* | simplify list processing | Måns Rullgård | 2006-07-11 | 1 | -5/+11 |
* | tidy up option parsing | Måns Rullgård | 2006-07-11 | 1 | -24/+25 |
* | another round of cola, please | Måns Rullgård | 2006-07-11 | 1 | -2/+2 |
* | log stderr of test programs in check_exec() | Måns Rullgård | 2006-07-11 | 1 | -1/+1 |
* | find all codecs, even the ones with numbers | Måns Rullgård | 2006-07-11 | 1 | -2/+2 |
* | 10l to Diego for disabling all codecs | Måns Rullgård | 2006-07-11 | 1 | -2/+2 |
* | Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST. | Diego Biurrun | 2006-07-11 | 1 | -10/+11 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+19 |
* | Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead. | Diego Biurrun | 2006-07-10 | 1 | -1/+1 |
* | 100l: Add missing quotes to FFLDFLAGS in the MinGW section. | Diego Biurrun | 2006-07-10 | 1 | -1/+1 |
* | MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works. | Diego Biurrun | 2006-07-10 | 1 | -1/+2 |
* | Move MinGW section before the combination of FFLDFLAGS and LDFLAGS. | Diego Biurrun | 2006-07-10 | 1 | -29/+29 |
* | Move gprof compiler flag handling to configure. | Diego Biurrun | 2006-07-10 | 1 | -1/+5 |
* | Move MinGW LDFLAGS setting to configure. | Diego Biurrun | 2006-07-10 | 1 | -0/+1 |
* | Move UltraSparc CFLAG addition to configure. | Diego Biurrun | 2006-07-10 | 1 | -0/+3 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -1/+11 |
* | 10l: make disabling all pcm/adpcm codecs work | Måns Rullgård | 2006-07-09 | 1 | -2/+0 |
* | enable/disable pcm and adpcm codecs | Måns Rullgård | 2006-07-08 | 1 | -0/+2 |
* | set CONFIG_SMALL if user wants small ffmpeg | Michael Niedermayer | 2006-07-08 | 1 | -0/+1 |
* | set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled | Måns Rullgård | 2006-07-05 | 1 | -4/+8 |
* | Remove obsolete and non-functional support for external LZO. | Ville Skyttä | 2006-07-05 | 1 | -11/+0 |
* | set flags needed for shared libs on solaris | Måns Rullgård | 2006-07-04 | 1 | -3/+4 |
* | Try to find a better shell if the one configure was started under is | Måns Rullgård | 2006-07-04 | 1 | -0/+14 |
* | solaris sh doesn't allow functions and variables with the same name | Måns Rullgård | 2006-07-04 | 1 | -9/+9 |
* | compiler sanity check | Måns Rullgård | 2006-06-29 | 1 | -0/+14 |
* | add --cross-compile option to assume cross-compilation without cross-prefix | Måns Rullgård | 2006-06-29 | 1 | -2/+7 |
* | send output of exec checks to log file | Måns Rullgård | 2006-06-29 | 1 | -1/+1 |
* | detect availability of -rdynamic and -export-dynamic | Måns Rullgård | 2006-06-29 | 1 | -5/+4 |
* | 'uname -m' returns IP<number> for MIPS CPUs on IRIX. | Diego Biurrun | 2006-06-29 | 1 | -1/+1 |
* | Install into $PROGRAMFILES instead of a hardcoded path on MinGW. | Ramiro Polla | 2006-06-27 | 1 | -1/+1 |
* | -logg needs to be after -lvorbis | Måns Rullgård | 2006-06-24 | 1 | -1/+1 |
* | fix a silly typo (1l to myself) | Måns Rullgård | 2006-06-24 | 1 | -1/+1 |
* | enable logging in configure by default, and print some advice on failure | Måns Rullgård | 2006-06-22 | 1 | -7/+31 |
* | allow recent libfaad versions with new function names | Måns Rullgård | 2006-06-21 | 1 | -1/+15 |
* | Remove unused VERSION definition from config.mak. | Diego Biurrun | 2006-06-20 | 1 | -3/+1 |
* | libfaac uses pascal calling convention on win32 so the generic tests | Måns Rullgård | 2006-06-17 | 1 | -1/+17 |
* | improved logging tests | Måns Rullgård | 2006-06-17 | 1 | -1/+11 |