summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Fix small errors in configure --help's output.Carl Eugen Hoyos2009-01-04
| | | | Originally committed as revision 16429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make shared/static full CONFIG optionsMåns Rullgård2008-12-30
| | | | Originally committed as revision 16394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: check for ARMv6T2 supportMåns Rullgård2008-12-30
| | | | Originally committed as revision 16393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: accept $TMP as location for temporary filesMåns Rullgård2008-12-29
| | | | Originally committed as revision 16386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify TMPDIR settingMåns Rullgård2008-12-29
| | | | Originally committed as revision 16385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
| | | | Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
| | | | | | | It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check function prototype in check_asm function to avoid compiler warnings.Marc Mason2008-12-17
| | | | | | patch by Marc Mason, mpeg.blue free fr Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
| | | | Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add xvmc configure support.Diego Biurrun2008-12-15
| | | | Originally committed as revision 16154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the use of Requires.private and Libs.private in generated .pc files.Reinhard Tartler2008-12-14
| | | | | | Patch by Reinhard Tartler \ siretart ! tauware + de /. Originally committed as revision 16125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix $nmMåns Rullgård2008-12-13
| | | | Originally committed as revision 16104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow setting a different nm binary from the configure line.Reimar Döffinger2008-12-13
| | | | Originally committed as revision 16102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make mips64 a separate arch with fast_64bit.Diego Biurrun2008-12-13
| | | | Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mips64 to the architecture list.Diego Biurrun2008-12-13
| | | | | | Taken from the OpenBSD ports tree. Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alternative names for sh4 and parisc architectures.Diego Biurrun2008-12-13
| | | | | | Taken from the OpenBSD ports tree. Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.Reimar Döffinger2008-12-13
| | | | Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also include sys/types.h when testing for socklen_t, since unfortunatelyReimar Döffinger2008-12-12
| | | | | | | OpenBSD 4.4 defines it there (and sys/socket.h does not compile without it). Originally committed as revision 16084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: clean up .align detectionMåns Rullgård2008-12-12
| | | | Originally committed as revision 16083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw: update w32api to 3.13Ramiro Polla2008-12-07
| | | | Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: vertical alignment cosmetics.Ramiro Polla2008-11-30
| | | | Originally committed as revision 15958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: Use check_lib2 for bzlib.Ramiro Polla2008-11-30
| | | | | | Functions are exported as WINAPI in win32, so it is not picked up by check_lib. Originally committed as revision 15957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Automatically check the dependencies for the AAN DCT tables.Diego Biurrun2008-11-26
| | | | | | This also makes the AAN DCT tables individually selectable. Originally committed as revision 15940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set TARGET_EXEC and TARGET_PATHMåns Rullgård2008-11-23
| | | | | | | | | | TARGET_EXEC specifies a command to execute cross-compiled binaries, e.g. through a remote shell or an emulator. TARGET_PATH specifies the path to the build directory on the target, e.g. mounted over NFS. Originally committed as revision 15913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set HOSTCC to native compilerMåns Rullgård2008-11-23
| | | | | | | | | | The HOSTCC value defaults to the value of CC if not cross-compiling. If cross-compiling, HOSTCC defaults to "gcc". HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default values. Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify set_default functionMåns Rullgård2008-11-23
| | | | Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-17
| | | | | | scaler is disabled to get rid of a Makefile ifdef. Originally committed as revision 15867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing options to the help output.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move some options to more sensible places within the help output.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move zlib/bzlib options to the external library section of the help output andDiego Biurrun2008-11-17
| | | | | | mention the enable variant of the option since they are disabled by default. Originally committed as revision 15860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling and wording cosmetics for the help outputDiego Biurrun2008-11-17
| | | | Originally committed as revision 15859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take build_suffix into account in pkg-config files.Charles Yates2008-11-17
| | | | | | patch by Charles Yates, charles.yates gmail com Originally committed as revision 15858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print just [no] or [yes] in the help output instead of [default=no/yes].Diego Biurrun2008-11-17
| | | | Originally committed as revision 15857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the library names for the require checks more explicit.Stefano Sabatini2008-11-16
| | | | Originally committed as revision 15845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checks on the _mingw.h and w32api.h versions.Stefano Sabatini2008-11-08
| | | | | | Based on a patch by Ramiro. Originally committed as revision 15793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.Dominik Mierzejewski2008-11-01
| | | | Originally committed as revision 15763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder may need zlibBaptiste Coudurier2008-10-27
| | | | Originally committed as revision 15722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable zlib and bzlib only when usefulAurelien Jacobs2008-10-25
| | | | Originally committed as revision 15710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård2008-10-25
| | | | Originally committed as revision 15706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auto-enable CONFIG_MDCT when neededMåns Rullgård2008-10-25
| | | | Originally committed as revision 15705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoder doesn't need FFTMåns Rullgård2008-10-25
| | | | Originally committed as revision 15704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun2008-10-25
| | | | | | where all other such dependencies are declared. Originally committed as revision 15696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-24
| | | | Originally committed as revision 15692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA decoder needs FFTMåns Rullgård2008-10-24
| | | | Originally committed as revision 15691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add foo_suggest facilityMåns Rullgård2008-10-24
| | | | | | | This is like foo_select, except the selected options being disabled does not disable foo. Originally committed as revision 15690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add enable_weak and disable_weakMåns Rullgård2008-10-24
| | | | | | | These functions enable/disable their options if these are unset, leaving their old values otherwise. Originally committed as revision 15689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow recursive foo_select optionsMåns Rullgård2008-10-24
| | | | Originally committed as revision 15688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-24
| | | | Originally committed as revision 15686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: cosmeticsMåns Rullgård2008-10-24
| | | | Originally committed as revision 15685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add foo_select facilityMåns Rullgård2008-10-24
| | | | | | | | If an option 'foo' is enabled, all options listed in foo_select are automatically enabled, unless explicitly disabled. In the latter case, foo is also disabled. Originally committed as revision 15684 to svn://svn.ffmpeg.org/ffmpeg/trunk