373 Commits (096bc417ae9b5bf35631d48fbc798020aac08aee)

Author SHA1 Message Date
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 19 years ago
Diego Biurrun 408382a434 Make vhook CFLAGS handling less confusing. 19 years ago
Dennis Melentyev a99073939f FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack. 19 years ago
John Dalgliesh 8156056e05 It's not possible to portably echo a backslash, use printf instead. 19 years ago
Diego Biurrun d4596ae3b0 Simplify expression by using single quotes and avoiding backslashes. 19 years ago
Diego Biurrun d7e27559b1 Mac OS X requires running ranlib on static libraries after installation. 19 years ago
John Dalgliesh 4454dc1b6f Support for MacIntel, last part: balign directives 19 years ago
Luca Abeni 790c9ca72a Enable swscale usage in ffmpeg 19 years ago
Diego Biurrun 1066a99540 Shared libraries should go in $PREFIX on MinGW. 19 years ago
Diego Biurrun a1309f8f61 Shared libraries now go in $(shlibdir), not $(libdir). 19 years ago
Måns Rullgård 5237ce67eb detect more broken shells 19 years ago
Måns Rullgård b3cb5d519f simplify command logging 19 years ago
Diego Biurrun dfeb80a5a9 Don't hardcode .dll in the MinGW section, use $SLIBSUF instead. 19 years ago
Diego Biurrun 5cb854e1c6 Move MinGW special casing for shared lib creation to configure. 19 years ago
Måns Rullgård 9b4f605ccf checking compiler output was a bad idea, revert to checking exit status 19 years ago
Måns Rullgård 6c9ce82f74 remove libtheora wrapper 19 years ago
Måns Rullgård 98a2582f49 ignore explicit #warnings in compiler tests 19 years ago
Måns Rullgård b0cfb663c3 can't trust the compiler exit status, check for messages instead 19 years ago
Diego Biurrun d6a07a130d Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW. 19 years ago
Diego Biurrun b2828252a9 Remove redundant TARGET_OS setting. 19 years ago
Graham Booker abafc9c3f6 Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled. 19 years ago
Diego Biurrun a94e666cb5 Fix prefix vs PREFIX handling in pkgconfig files. 19 years ago
Diego Biurrun d4b0cca737 10l: wrong quoting 19 years ago
Diego Biurrun fc8833a1ad Remove unnecessary darwin variable. 19 years ago
Diego Biurrun 8b3a43cf54 Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc 19 years ago
Diego Biurrun 88b6f0faf8 Fix --extra-ldflags when cross-compiling for MinGW. 19 years ago
Diego Biurrun c536cb09f9 Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion. 19 years ago
Michael Niedermayer 1997a98875 disable libtheora, this change leaves all the libtheora related code in svn for now but just disables it in configure 19 years ago
Diego Biurrun 6ce704bbed Remove unused variable. 19 years ago
Víctor Paesa 4581fdffac Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com. 19 years ago
Diego Biurrun 84c22efdfb Create infrastructure to install shared and static libs into different places. 19 years ago
Diego Biurrun 2266e085c9 Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir 19 years ago
Måns Rullgård 7d6ed4aaf2 set defaults before showing help 19 years ago
Diego Biurrun 3409385da6 Properly handle vhook build flags for platforms that require special handling. 19 years ago
Diego Biurrun d14ed1f21b 10l: the ${prefix} variable should not be expanded when setting path defaults. 19 years ago
Diego Biurrun 43865cf092 Simplify the setting of some defaults. 19 years ago
Guillaume Poirier 2645e80f6d Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64, 19 years ago
Måns Rullgård 6636b7e8e3 rename AMR config variables to CONFIG_AMR* 19 years ago
Måns Rullgård 8515d1c846 static libvorbis needs -logg 19 years ago
Måns Rullgård 0607887f0d split compile and link in check_ld 19 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 19 years ago