summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot ↵Michael Niedermayer2003-10-19
| | | | | | COM>) Originally committed as revision 2400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen2003-10-18
| | | | | | | | | | | | have it passed to GCC) - Moving the usage in configure to the top of it, so you don't have to wait needlessly - Silence compiler output during configuration - Add support for configuring with IBM XLC patch by (Dan Christiansen <danchr at daimi dot au dot dk>) Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2003-10-04
| | | | Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed windows buildFabrice Bellard2003-09-15
| | | | Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified version handling - set win32 install pathFabrice Bellard2003-09-11
| | | | Originally committed as revision 2262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-09
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed strptime testFabrice Bellard2003-09-08
| | | | Originally committed as revision 2235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable a52 & pp by defaultMichael Niedermayer2003-09-05
| | | | Originally committed as revision 2209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-04
| | | | Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-04
| | | | Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* man page installation supportFabrice Bellard2003-08-24
| | | | Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed deprecated win32 option (use --enable-mingw32 and --cross-prefix)Fabrice Bellard2003-08-24
| | | | Originally committed as revision 2140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabling Sun medialib support via --enable-sunmlib, the defaultRoman Shaposhnik2003-08-21
| | | | | | (even on systems with medialib is to use ffmpeg routines) Originally committed as revision 2130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik2003-08-12
| | | | | | | | | | | this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial sh4 supportAlex Beregszaszi2003-08-12
| | | | Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and ↵Magnus Damm2003-08-11
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot ↵Dan Christiansen2003-07-15
| | | | | | au dot dk>) Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-09
| | | | | | | | | | PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless code around 2) make the PPC perf stuff a configure option 3) make put_pixels16_altivec a bit faster by unrolling the loop by 4 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-04
| | | | Originally committed as revision 2008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2003-06-29
| | | | | | irisa dot fr>) Originally committed as revision 1997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD ↵Steven M. Schultz2003-06-28
| | | | | | dot COM>) Originally committed as revision 1994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for armv5tel (XScale used in iPAQs)Alex Beregszaszi2003-06-24
| | | | Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 compile fix for ffplay by gbazin at altern dot orgFabrice Bellard2003-06-14
| | | | Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable ffplay if no SDLFabrice Bellard2003-06-10
| | | | Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SDL probe - ffplay build optionFabrice Bellard2003-06-07
| | | | Originally committed as revision 1935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l (__CPU__ wasnt set)Michael Niedermayer2003-05-27
| | | | Originally committed as revision 1910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1lAlex Beregszaszi2003-05-21
| | | | Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-21
| | | | Originally committed as revision 1896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-14
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * link libfaad when neededZdenek Kabelac2003-05-12
| | | | Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simple options to enable faad support (no runtime compile checking is made)Zdenek Kabelac2003-05-12
| | | | | | (just like with few others...) Originally committed as revision 1860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes configure create the libpostproc directory andMåns Rullgård2003-05-11
| | | | | | Makefile, when running outside of the source dir patch by (mru at users dot sourceforge dot net (Måns Rullgård)) Originally committed as revision 1854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes for SPARC/Solaris compatibility. Now it should be possible toRoman Shaposhnik2003-04-15
| | | | | | build and test ffmpeg on SPARC/Solaris 8+ out of the box. Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-11
| | | | Originally committed as revision 1753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-04
| | | | Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing typo in some outcommentet codeMichael Niedermayer2003-04-02
| | | | Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optionally optimize for size (libavcodec.a is >30% smaller), no i didnt test ↵Michael Niedermayer2003-04-02
| | | | | | the speed ... Originally committed as revision 1726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making configure a shell script not a bash one patch by (Roman Shaposhnick ↵Roman Shaposhnik2003-03-12
| | | | | | <rvs at sun dot com>) Originally committed as revision 1665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko2003-03-11
| | | | | | newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* temporary fix: BeOS only has 'which' as an alias to a shell func :^)François Revol2003-02-25
| | | | | | btw, someone should indent this mess =) (maybe I'll do) Originally committed as revision 1606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving postprocess to ffmpeg/libavcodecMichael Niedermayer2003-02-14
| | | | | | Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk Originally committed as revision 9427 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc Originally committed as revision 9428 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Add checking for the existience of freetype2Philip Gladstone2003-02-11
| | | | Originally committed as revision 1575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make consistent decisions for dlopen/dlfcn and vhookFabrice Bellard2003-01-28
| | | | Originally committed as revision 1520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec on non darwin systems patch by Romain Dolbeau (NOTE: I would prefer ↵Romain Dolbeau2003-01-26
| | | | | | using the existing CONFIG_DARWIN Makefile variable and suppress the redundant TARGET_OS variable, but it would break the current mplayer patch) Originally committed as revision 1510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
| | | | Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed -msse stuffFabrice Bellard2003-01-22
| | | | Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk