1180 Commits (68e5d5235edbb1b837eef046811255a95d6225f9)

Author SHA1 Message Date
Måns Rullgård 82bb33290e Allow different executable suffix for host and target 16 years ago
Diego Biurrun 5add54b4f9 cosmetics: fix indentation 16 years ago
Diego Biurrun 711dae776f Get rid of redundant vdpau option, decoders can still be disabled individually. 16 years ago
Måns Rullgård 03e3776293 ARM: detect armcc compiler and enable gcc mode 16 years ago
Måns Rullgård f65883c812 configure: check asm support using $as 16 years ago
Måns Rullgård 313c46a610 Compile .S files with $(AS), set it in configure 16 years ago
Reimar Döffinger 15ef402663 Remove the swscale dummy option, most (all?) FATE configs should be updated 16 years ago
Måns Rullgård 03754fcd6f Alpha: use -g3 with ccc to allow optimisation with debugging symbols 16 years ago
Måns Rullgård 511b3667d6 Allow --enable-swscale until FATE is updated 16 years ago
Michael Niedermayer 6d4f53cbac Remove old scaler. 16 years ago
Diego Biurrun fdf119062e Remove deprecated vhook subsystem. 16 years ago
Diego Biurrun 9d821fc2d2 Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to 16 years ago
Diego Biurrun 892438a3d1 Remove mpeg4aac dependency declaration, the decoder was removed. 16 years ago
Måns Rullgård 54460a8347 configure: improve temp file creation and cleanup 16 years ago
Måns Rullgård b77df6377b configure: fix return value from check_header 16 years ago
Måns Rullgård cd0d9a9de6 configure: check_func_headers should mark headers as found 16 years ago
Måns Rullgård 7270270541 configure: {enable,disable}_safe functions that sanitise arguments 16 years ago
Måns Rullgård 92971e91ec configure: remove redundant alsa/asoundlib.h check 16 years ago
Diego Biurrun 760227633d 100l: Revert removal of GPL check for libswscale. 16 years ago
Diego Biurrun f83a40985c The software scaler is no longer GPLed. 16 years ago
Diego Biurrun 75ecf14900 Check if -lrt is required for nanosleep, as is the case on Solaris. 16 years ago
Diego Biurrun 3a636b6fd7 Fix gcc detection: Not all gcc versions have "(GCC)" in the version string. 16 years ago
Måns Rullgård df442a8d48 configure: detect ccc compiler (Alpha) and set required flags 16 years ago
Måns Rullgård b1598b5805 configure: indent 16 years ago
Måns Rullgård 154d432cc4 Pass sysroot argument to gcc 16 years ago
Måns Rullgård c5200f1753 Add --sysroot and --sysinclude configure options 16 years ago
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