1199 Commits (147a90a3e59414a98f09d7a61db6664680a7d631)

Author SHA1 Message Date
Diego Biurrun e467369278 Add a configure check for lzo1x_999_compress() and compile the lzo test program 16 years ago
Ramiro Polla e90f5b5ab1 configure: Add --enable-runtime-cpudetect 16 years ago
Olivier Guilyardi 80ff8a16f5 Implement JACK input device. 16 years ago
Gwenole Beauchesne ff41873562 Add VA API deps. 16 years ago
Gwenole Beauchesne 5666fd731e Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL 16 years ago
Diego Biurrun d326cf7f8f Add an empty line in front of configure debug instructions. 16 years ago
Måns Rullgård 13cbe2c026 Quote stored configure arguments containing spaces 16 years ago
Ramiro Polla 4b51fb1ce0 mingw32: Restore creation of import libraries. They are still not being 16 years ago
Ramiro Polla b2cfd7e360 Create swscale subdirs for out-of-tree builds. 16 years ago
Diego Biurrun 0a7ee3ef59 cosmetics: Group all path variables together in config.mak. 16 years ago
Cédric Schieli a9ddb5b1a4 Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default) 16 years ago
Ramiro Polla 7c5bfe7add Check for VirtualAlloc() so it may be used to allocate executable memory in 16 years ago
Ramiro Polla 06abe7f5b4 mingw32: call lib.exe instead of lib to facilitate running it through wine. 16 years ago
Matthieu Castet 337cee680b Disallow out-of-tree builds with config.h in the source tree. 16 years ago
Carl Eugen Hoyos be2cf98a75 Force ebp_available for icc. 16 years ago
Diego Biurrun 5e622c401f Replace all `` by $(), the latter can be nested more easily. 16 years ago
Diego Biurrun 5fd89ca03f Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead. 16 years ago
Måns Rullgård 75800dce2b Set AS to $CC by default, override with gcc only when CC is armcc 16 years ago
Måns Rullgård aa033b1ed7 Enable CONFIG_FASTDIV by default 16 years ago
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