492 Commits (21e3078f27a67c2f82f27ae576ce6a4ef312a0e0)

Author SHA1 Message Date
Guillaume Poirier 4c8d81fa2d fix harmless typo / consistency fix 18 years ago
Guillaume Poirier e7768fc512 Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx) 18 years ago
Guillaume Poirier 1c5d830c25 10l: Revert bogus use of GCC's -march=xx: 18 years ago
Guillaume Poirier 38d0a8aad8 rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to the compiler. 18 years ago
Guillaume Poirier cc6a90dd49 rename --cpu (and related variables) to --arch as this option always 18 years ago
Diego Biurrun 07a1b05e66 Consistently use $(BUILD_ROOT). 18 years ago
Diego Biurrun a88fc5c040 Remove intrinsics checks, they are no longer used. 18 years ago
Guillaume Poirier c2095a8f5c Add pentium-m to the list of tuning targets 18 years ago
Luca Barbato b420448e38 removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore 18 years ago
Michael Niedermayer 2a1a6b64a1 always add -fomit-frame-pointer if optimizations are enabled 18 years ago
Luca Barbato 87ea51e0b5 fix the dcbz check and move it in configure 18 years ago
Luca Barbato c4e96ceef7 fix blackfin support, thaks to vapier for pointing out 18 years ago
Måns Rullgård 0244f74378 f*cking windows confuses itself by adding .exe to filenames 18 years ago
Måns Rullgård be0d52ab78 make sure we can create and execute files in $TMPDIR 18 years ago
Måns Rullgård 854fdb51e6 put ARM feature tests next to other CPU tests 18 years ago
Måns Rullgård c7ae634596 try to stop people blindly using --cross-compile 18 years ago
Diego Biurrun cab3ef828a Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile 18 years ago
Víctor Paesa fbb9d1043d Fix vhook build on Cygwin, shared builds only. 18 years ago
Siarhei Siamashka 1839e854e5 Proper armv5te instructions support detection. 18 years ago
Diego Biurrun 12ccec0f15 Remove superfluous variable setting, the script will exit anyway. 18 years ago
Ramiro Polla ebb810d9f7 The fail test needs to be outside of the GPL test, it's referenced elsewhere. 18 years ago
Diego Biurrun fe84b3f091 Work around Solaris tr not understanding "tr a-z A-Z" as it should. 18 years ago
Michael Niedermayer c07bd6a937 print warnings if 18 years ago
Steve L'Homme 8ac17293d3 AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 18 years ago
Ramiro Polla b89c8f589a The FFLDFLAGS for MinGW are only meant for the shared libraries and not 18 years ago
Nigel Pearson 30a3e5d490 Use add_cflags/add_ldflags/add_extralibs instead of manually manipulating 18 years ago
Michael Benjamin 81a9b052df Blackfin processor support 18 years ago
Reimar Döffinger 32255f6c2a cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not available 18 years ago
Luca Barbato 0c7bb0e5b6 add --disable-ipv6 option to configure 18 years ago
Diego Biurrun 408382a434 Make vhook CFLAGS handling less confusing. 18 years ago
Dennis Melentyev a99073939f FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack. 18 years ago
John Dalgliesh 8156056e05 It's not possible to portably echo a backslash, use printf instead. 18 years ago
Diego Biurrun d4596ae3b0 Simplify expression by using single quotes and avoiding backslashes. 18 years ago
Diego Biurrun d7e27559b1 Mac OS X requires running ranlib on static libraries after installation. 18 years ago
John Dalgliesh 4454dc1b6f Support for MacIntel, last part: balign directives 18 years ago
Luca Abeni 790c9ca72a Enable swscale usage in ffmpeg 18 years ago
Diego Biurrun 1066a99540 Shared libraries should go in $PREFIX on MinGW. 18 years ago
Diego Biurrun a1309f8f61 Shared libraries now go in $(shlibdir), not $(libdir). 18 years ago
Måns Rullgård 5237ce67eb detect more broken shells 18 years ago
Måns Rullgård b3cb5d519f simplify command logging 18 years ago
Diego Biurrun dfeb80a5a9 Don't hardcode .dll in the MinGW section, use $SLIBSUF instead. 18 years ago
Diego Biurrun 5cb854e1c6 Move MinGW special casing for shared lib creation to configure. 18 years ago
Måns Rullgård 9b4f605ccf checking compiler output was a bad idea, revert to checking exit status 18 years ago
Måns Rullgård 6c9ce82f74 remove libtheora wrapper 18 years ago
Måns Rullgård 98a2582f49 ignore explicit #warnings in compiler tests 18 years ago
Måns Rullgård b0cfb663c3 can't trust the compiler exit status, check for messages instead 18 years ago
Diego Biurrun d6a07a130d Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW. 18 years ago
Diego Biurrun b2828252a9 Remove redundant TARGET_OS setting. 18 years ago
Graham Booker abafc9c3f6 Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled. 18 years ago
Diego Biurrun a94e666cb5 Fix prefix vs PREFIX handling in pkgconfig files. 18 years ago