1154 Commits (629687f62fbd85ea41abfd33fb2e864222a0dd29)

Author SHA1 Message Date
Måns Rullgård 629687f62f configure: move detection of compiler type to single location 16 years ago
Måns Rullgård 333d5374d0 Remove special treatment of version.h in DEPEND_CMD 16 years ago
Måns Rullgård f4870943ea configure: add (empty) avr32 arch case 16 years ago
Måns Rullgård cfdb6148d6 configure: sort cases in arch section 16 years ago
Aurelien Jacobs d52b39c79c fix missing dependencies 16 years ago
Diego Biurrun ca14e2a8b7 Handle conditional compilation of CPU-specific FFT code in the Makefile. 16 years ago
Diego Biurrun a1ef9f08ec Add support for enabling/disabling AMD 3DNow! extended optimizations. 16 years ago
Andreas Öman 3fff63826b Gopher protocol should depend on networking being enabled. 16 years ago
Diego Biurrun 8f6f050aae 100l: Remove stray character that slipped into header name. 16 years ago
Diego Biurrun fc2dd7e3de Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. 16 years ago
Diego Biurrun d3a4b4e09c Add check whether the compiler/assembler supports 10 or more operands. 16 years ago
Mathieu Malaterre 3d6fac8cee Use default system include path for an installed OpenJPEG library. 16 years ago
Jai Menon 9a77d59a89 Use libopenjpeg for jpeg2k decoding. 16 years ago
Måns Rullgård 7595a5e491 configure: add command flag to disable yasm use 16 years ago
Måns Rullgård c0f5b7f107 configure: set EXESUF before it is used 16 years ago
Måns Rullgård 993f2d0fd7 configure: move basic sanity tests before other tests 16 years ago
Diego Biurrun 242e22708c fastdiv is disabled by default, so put --enable-fastdiv into the help output. 16 years ago
Alex Converse 63cae55d62 Use the new RDFT code in the QDM2 decoder. 16 years ago
Alex Converse 6860254044 Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. 16 years ago
Ramiro Polla f7ad5aa2e8 indentation 16 years ago
Ramiro Polla b1549d6113 mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64 16 years ago
Måns Rullgård 4f924f9aa0 configure: exit with error if OS is unknown 16 years ago
Nicolas George 35fd81224a Add ALSA support in libavdevice. 16 years ago
Måns Rullgård 14a8acf108 configure: add datadir variable and write to config.{h,mak} 16 years ago
Diego Biurrun 3bf96eec17 Add AMD 3DNow! instruction enabling/disabling support in the build system. 16 years ago
Diego Biurrun 75aa95a6d9 Drop redundant architecture extension dependencies. 16 years ago
Diego Biurrun 30e98e62b1 Add missing architecture-specific options to summary output. 16 years ago
Diego Biurrun 7996d1536e SSE depends on x86. 16 years ago
Diego Biurrun 62560865ff Add configuration options section to help output. 16 years ago
Diego Biurrun 732c9a3462 help output cosmetics 16 years ago
Diego Biurrun d233d8efdd Remove --enable-static and --disable-shared from help output. 16 years ago
Diego Biurrun 15396d5cd0 Use cc_default variable in help output for --cc option. 16 years ago
Diego Biurrun 799fde37cc Add a check for ppc4xx instructions; rename preprocessor directive accordingly. 16 years ago
Måns Rullgård a0d8a50bca configure: add help for fastdiv 16 years ago
NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 16 years ago
Måns Rullgård c0a02a3e47 Alpha: add -mieee to CFLAGS 16 years ago
Måns Rullgård 27a9466b21 configure: add fastdiv to CONFIG_LIST 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Aurelien Jacobs 764551c672 add -Wundef compiler flag, to catch typo in #if or similar situations 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård 1cd11856b0 configure: add Alpha CPU types 16 years ago
Måns Rullgård a8e2869820 configure: fix PIC activation for x86_64 shared libs 16 years ago
Ramiro Polla d52481b9ce Pass subarch instead of arch to YASMFLAGS 16 years ago
Diego Biurrun 7b5e8a274a Extend 'checkheaders' target to architecture-specific subdirectories. 16 years ago
Diego Biurrun 62045d4860 Split arch variable into arch and subarch. 16 years ago
Diego Biurrun 1fc9fb8a77 Use 'enabled' function to simplify x86_64 check in the mingw32 section. 16 years ago
Michael Kostylev 7b04b8a057 Add truncf() replacement function. 16 years ago
Ramiro Polla b507ebd179 Use setmode() if it exists in <io.h>, and not based on O_BINARY. 16 years ago