summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
| | | | Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -Wundef compiler flag, to catch typo in #if or similar situationsAurelien Jacobs2009-01-16
| | | | Originally committed as revision 16621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
| | | | | | and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add Alpha CPU typesMåns Rullgård2009-01-13
| | | | Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix PIC activation for x86_64 shared libsMåns Rullgård2009-01-11
| | | | Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass subarch instead of arch to YASMFLAGSRamiro Polla2009-01-11
| | | | Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split arch variable into arch and subarch.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function to simplify x86_64 check in the mingw32 section.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add truncf() replacement function.Michael Kostylev2009-01-11
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
| | | | Originally committed as revision 16553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 'enabled' function instead of raw 'test' calls in arch checks.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless quotes.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: better alphabetical orderDiego Biurrun2009-01-11
| | | | Originally committed as revision 16543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing --disable-armv6t2 to help output.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use coff as objformat for dos.Michael Kostylev2009-01-11
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow to disable sse code.Ramiro Polla2009-01-07
| | | | | | Based on patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use posix_memalign() if available.Ramiro Polla2009-01-07
| | | | Originally committed as revision 16488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't prefix yasm with cross prefix.Michael Kostylev2009-01-07
| | | | | | Patch by Michael Kostylev <mik at it-1 dot ru> Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetical ordering cosmeticsDiego Biurrun2009-01-07
| | | | Originally committed as revision 16461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-05
| | | | Originally committed as revision 16445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.Palle Lyckegaard2009-01-05
| | | | | | | Fixes compilation of libavformat/udp.c. patch by Palle Lyckegaard, palle lyckegaard dk Originally committed as revision 16440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
| | | | | | | | video players. Original patch by NVIDIA corporation. Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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