summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* don't use non-standard sed -i optionMåns Rullgård2006-12-15
| | | | Originally committed as revision 7321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace bashism with POSIX constructMåns Rullgård2006-12-13
| | | | Originally committed as revision 7317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkgconfig files via two functions.Diego Biurrun2006-12-13
| | | | Originally committed as revision 7313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-13
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-13
| | | | Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-12-12
| | | | Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc has its own version number and should not use libavcodec's.Diego Biurrun2006-12-12
| | | | Originally committed as revision 7291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve broken shell warning.Diego Biurrun2006-12-11
| | | | Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in Darwin shared lib namingMåns Rullgård2006-12-11
| | | | Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenBSD settings by Nikns Siankin <nikns at secure lv>Måns Rullgård2006-12-09
| | | | Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify test for memalign emulation requirementMåns Rullgård2006-12-08
| | | | Originally committed as revision 7262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BUILD_SHARED_AV is no longer usedMåns Rullgård2006-12-07
| | | | Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make shell test work with Solaris /bin/shMåns Rullgård2006-12-07
| | | | Originally committed as revision 7251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW install path special-casing.Ramiro Polla2006-12-05
| | | | | | patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 7230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.Diego Biurrun2006-12-04
| | | | Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-28
| | | | Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in muxer/demuxer registrationAurelien Jacobs2006-11-27
| | | | Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nuke config.log support.Diego Biurrun2006-11-20
| | | | Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved pthreads testMåns Rullgård2006-11-18
| | | | Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TUNECPU is never usedMåns Rullgård2006-11-16
| | | | Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify [TARGET_]ARCH_* settingMåns Rullgård2006-11-16
| | | | Originally committed as revision 7108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add copyright notices for myself and DiegoMåns Rullgård2006-11-16
| | | | Originally committed as revision 7107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CONFIG_OS2 using new methodMåns Rullgård2006-11-15
| | | | Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc always #defines __MINGW32__ on mingw targetsMåns Rullgård2006-11-15
| | | | Originally committed as revision 7091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS extralibs handling into configure.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set status variables automatically in check_header and check_funcMåns Rullgård2006-11-15
| | | | Originally committed as revision 7079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
| | | | Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve broken shell detection, and give a better error messageMåns Rullgård2006-11-14
| | | | Originally committed as revision 7077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove workaround for missing inttypes.hMåns Rullgård2006-11-14
| | | | Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AMR support instructions into the documentation.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-14
| | | | Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inet_aton in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move comment where it makes senseMåns Rullgård2006-11-14
| | | | Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move makefile linking after config.* creationMåns Rullgård2006-11-14
| | | | Originally committed as revision 7039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beautifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up setting of HAVE_*THREADSMåns Rullgård2006-11-14
| | | | Originally committed as revision 7037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move AMR notices next to other messagesMåns Rullgård2006-11-14
| | | | Originally committed as revision 7036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some unused variables.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break CONFIG_LIST and HAVE_LIST onto multiple linesMåns Rullgård2006-11-14
| | | | Originally committed as revision 7027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix HAVE_LRINTF settingMåns Rullgård2006-11-14
| | | | Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize config.h/config.mak writingMåns Rullgård2006-11-14
| | | | Originally committed as revision 7024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variables v4l[2] to video4linux[2]Måns Rullgård2006-11-14
| | | | Originally committed as revision 7023 to svn://svn.ffmpeg.org/ffmpeg/trunk