summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Suppress possible error from ulimit not having -c or being missing.François Revol2007-04-06
| | | | Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun2007-04-03
| | | | | | | the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always lowercase targetos.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* run ebp register check in subshell so we can redirect crash messageMåns Rullgård2007-04-01
| | | | Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-31
| | | | | | | thus a 256KB stack is no longer required. according to Marc Hoffman, mmh pleasantst com Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
| | | | | | | | | | interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for ↵François Revol2007-03-23
| | | | | | inet_aton if not found; remove barpainet.h as it's not longer needed. Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DXA demuxer and decoderKostya Shishkov2007-03-14
| | | | Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale header files are put in a subdirectory named ffmpeg, not swscale.Diego Biurrun2007-03-12
| | | | Originally committed as revision 8347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small improvements to the help outputDiego Biurrun2007-03-10
| | | | Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use - instead of _ for AMR options in help output.Benoit Fouet2007-03-10
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan2007-03-03
| | | | | | patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
| | | | Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Use double, not single, quotes when variables need to be expanded.Diego Biurrun2007-02-25
| | | | Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collect the different thread variables in a nice easy to reuse list.Diego Biurrun2007-02-25
| | | | | | based on a patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 8128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver uses dlopen(), so make sure it links to libdl if needed.François Revol2007-02-23
| | | | Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge bfin add_ldflags lines.Diego Biurrun2007-02-22
| | | | Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bfin cpu specific build options, patch by Marc Hoffman % mmh P ↵Marc Hoffman2007-02-22
| | | | | | | | | | pleasantst P com % original thread: date: Feb 21, 2007 1:32 PM subject: [Ffmpeg-devel] bfin cpu specific build options Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW extralibs setting into MinGW section.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm_ms codec depends on libgsmMåns Rullgård2007-02-20
| | | | Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic foo-config --cflags/libs testMåns Rullgård2007-02-19
| | | | Originally committed as revision 8033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* feature tests for functions requiring one or more headersMåns Rullgård2007-02-19
| | | | Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert last change, it breaks on brain damaged distrosMåns Rullgård2007-02-19
| | | | Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify check_libMåns Rullgård2007-02-19
| | | | Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TARGET_OS in config.mak is unusedMåns Rullgård2007-02-18
| | | | Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove --enable-mingw32 option, --target-os=mingw32 should be usedMåns Rullgård2007-02-18
| | | | Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* case insensitive OS nameMåns Rullgård2007-02-18
| | | | Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale is needed in Cygwin vhooksVíctor Paesa2007-02-18
| | | | | | patch by Víctor Paesa wzrlpy arsystel com Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: I thought I'd tested all changes...Måns Rullgård2007-02-17
| | | | Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rearrange --help text slightlyMåns Rullgård2007-02-17
| | | | Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention --target-os in --helpMåns Rullgård2007-02-17
| | | | Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move arch processing after command line loopMåns Rullgård2007-02-17
| | | | Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put mingw section together with other OS specificsMåns Rullgård2007-02-17
| | | | Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --target-os option, and move OS specific settings after command lineMåns Rullgård2007-02-17
| | | | | | processing Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore lost --enable-amr-if2 optionMåns Rullgård2007-02-17
| | | | Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed ↵François Revol2007-02-15
| | | | | | placeholder for winsock. Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
| | | | Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2007-02-14
| | | | Originally committed as revision 7985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-14
| | | | Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parserMåns Rullgård2007-02-14
| | | | Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ever so slightlyMåns Rullgård2007-02-13
| | | | Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable optionMåns Rullgård2007-02-13
| | | | | | to --enable-powerpc-perf Originally committed as revision 7969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
| | | | Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename some --enable options for external libsMåns Rullgård2007-02-13
| | | | Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor help output formatting fixDiego Biurrun2007-02-12
| | | | Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore the possibility to link liba52 instead of dlopening.Diego Biurrun2007-02-12
| | | | Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk