aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Cosmetics: Fix indentation after last commit.Gravatar cehoyos2007-06-08
* Add -Wdeclaration-after-statement etc. only to gcc.Gravatar cehoyos2007-06-08
* Compile C++ files with the same compiler as all other files.Gravatar cehoyos2007-06-08
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.Gravatar cehoyos2007-06-07
* in vidix check protect [A-Z] and [a-z] with single quotes as in other checks;...Gravatar nicodvb2007-06-07
* Add -Wno-switch to CFLAGS.Gravatar cehoyos2007-06-07
* Fix r23494: It broke gcc 2.95.3Gravatar cehoyos2007-06-07
* Add -Wno-pointer-sign to CFLAGSGravatar cehoyos2007-06-07
* Add -Wall (back) to default CFLAGS.Gravatar diego2007-06-07
* Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.Gravatar cehoyos2007-06-07
* Fix compilation after FFmpeg r9235.Gravatar cehoyos2007-06-07
* 10l: correct Core 2 detection under x86-64Gravatar zuxy2007-06-07
* protect _vidix_drivers variable, allowing --with-vidix-driver option to actua...Gravatar ben2007-06-05
* Keep -pipe option in CFLAGS even in debug mode.Gravatar diego2007-06-05
* Keep unused parameter warnings in debug mode.Gravatar diego2007-06-05
* compilation fix after commit r9172 to ffmpeg, patch by AurelGravatar gpoirier2007-06-02
* Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOWGravatar zuxy2007-05-31
* Add "uclinux" as an accepted system type in the linux() test.Gravatar diego2007-05-21
* Add SSSE3 checkGravatar zuxy2007-05-20
* Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPR...Gravatar reimar2007-05-19
* Fix compilation: Create CONFIG_*_BSF in config.makGravatar reimar2007-05-19
* Clean up VIDIX test.Gravatar diego2007-05-17
* 10l: leftover line from incompletely split commitGravatar diego2007-05-17
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.Gravatar diego2007-05-17
* Move the internal VIDIX check from a random place into the VIDIX section.Gravatar diego2007-05-17
* Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,Gravatar diego2007-05-17
* Merge internal and external VIDIX checks.Gravatar diego2007-05-17
* ffdts is no more.Gravatar diego2007-05-17
* Avoid passing test invalid arguments when string is empty.Gravatar reimar2007-05-15
* ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comGravatar diego2007-05-13
* Compilation fix after ffmpeg r9010 (bitstream filters optional Gravatar rtogni2007-05-13
* help output typo noticed by Ramiro PollaGravatar diego2007-05-11
* new VIDIX driver for IVTV cards, original patch by Lutz KoschorreckGravatar ben2007-05-10
* Simplify libamr_nb test.Gravatar diego2007-05-03
* cosmetics: Rename remaining instances of amr_* to libamr_*.Gravatar diego2007-05-03
* Rename amr_nb and amr_wb options to libamr_*.Gravatar diego2007-05-03
* FFmpeg sync: Rename AMR config settings to LIBAMR.Gravatar diego2007-05-03
* cosmetics: Rename _amr* variables to _libamr*.Gravatar diego2007-05-03
* FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.Gravatar diego2007-05-03
* Remove libpng dependency for Gui, use libavcodec insteadGravatar reimar2007-05-02
* Disable internal vidix on PPC linux, it breaks compilation.Gravatar reimar2007-05-02
* reindented dvdread check blockGravatar nicodvb2007-05-01
* libdvdnav now depends on our fork of the library; only the version without Gravatar nicodvb2007-05-01
* Merge FFmpeg dependency handling into the individual tests.Gravatar diego2007-05-01
* cosmetics: Fix bogus indentation.Gravatar diego2007-05-01
* Add configures arguments to its outputGravatar cehoyos2007-04-27
* Fix compilation with *_PROTOCOLs in libavformatGravatar cehoyos2007-04-27
* 100l: Fix another round of copy and paste typos.Gravatar diego2007-04-26
* Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.Gravatar diego2007-04-26
* 10l: Remove stray 'fi'.Gravatar diego2007-04-26