summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau ↵Romain Dolbeau2003-01-19
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 1476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau ↵Michael Niedermayer2003-01-16
| | | | | | <dolbeau at irisa dot fr>) Originally committed as revision 1464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow easy use of GCC vector builtins on x86 (has someone a better idea?)Fabrice Bellard2003-01-07
| | | | Originally committed as revision 1409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32 configure patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-20
| | | | Originally committed as revision 1351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffserver disabling for easier portingFabrice Bellard2002-12-18
| | | | Originally committed as revision 1341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more tests for the presence of dlfcn.h and dlopenPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-29
| | | | Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3Philip Gladstone2002-11-28
| | | | | | I can't actually test it fully. Originally committed as revision 1288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More changes to make things compile on more platformsPhilip Gladstone2002-11-27
| | | | Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More fixes to compile and build on more platforms.Philip Gladstone2002-11-26
| | | | Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some rudimentary support for sparc64Philip Gladstone2002-11-26
| | | | Originally committed as revision 1279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-26
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
| | | | Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
| | | | Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf detection (based upon a patch by François Revol <revol at free dot fr>)Michael Niedermayer2002-11-05
| | | | Originally committed as revision 1162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc optimization on BeOS (patch by François Revol <revol at free dot fr>)François Revol2002-11-02
| | | | Originally committed as revision 1151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-02
| | | | | | | | problems as with winsock (sockets != fd), and the broken select(). based on older patch by Andrew Bachmann. patch by (François Revol <revol at free dot fr>) Originally committed as revision 1146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters ↵Dieter2002-11-02
| | | | | | at schemasoft dot com>) Originally committed as revision 1140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cross compiling supportFabrice Bellard2002-10-14
| | | | Originally committed as revision 1034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed unrelated logsFabrice Bellard2002-10-01
| | | | Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
| | | | Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s -> ranlibMichael Niedermayer2002-09-02
| | | | Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-09-02
| | | | | | dot ie>) Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)Felix Bünemann2002-08-30
| | | | Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
| | | | | | | | - configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2) Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at ↵Brian Foley2002-08-28
| | | | | | compsoc dot nuigalway dot ie>) Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better big/little endian testMichael Niedermayer2002-07-28
| | | | Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add logic to figure out whether strptime is present on the system. If not, thenPhilip Gladstone2002-07-27
| | | | | | get it built. Originally committed as revision 819 to svn://svn.ffmpeg.org/ffmpeg/trunk