summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Enable PIC unconditionally on OpenBSDMåns Rullgård2009-07-28
| | | | Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: always write PIC flags to config.makMåns Rullgård2009-07-28
| | | | Originally committed as revision 19525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: enable PIC in per-arch section instead of separatelyMåns Rullgård2009-07-28
| | | | Originally committed as revision 19524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in MinGWCE support in configure.Martin Storsjö2009-07-28
| | | | | | Patch by Martin Storsjö and Måns. Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGWCE support in configure; networking is disabled for now.Martin Storsjö2009-07-27
| | | | | | patch by Martin Storsjö, martin martin st and Ismail Dönmez, ismail namtrac org Originally committed as revision 19521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
| | | | Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix various compilation dependenciesAurelien Jacobs2009-07-24
| | | | Originally committed as revision 19507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for the isatty function.Martin Storsjö2009-07-24
| | | | | | Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: some small simplificationsMåns Rullgård2009-07-23
| | | | Originally committed as revision 19503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add some blank lines to improve readabilityMåns Rullgård2009-07-23
| | | | Originally committed as revision 19502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård2009-07-22
| | | | Originally committed as revision 19493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-22
| | | | | | Practically all the code is shared. Originally committed as revision 19491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: group tests for compiler characteristics togetherMåns Rullgård2009-07-22
| | | | Originally committed as revision 19490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set -mdynamic-no-pic flag in main darwin sectionMåns Rullgård2009-07-22
| | | | Originally committed as revision 19489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove special flags for XLC on DarwinMåns Rullgård2009-07-22
| | | | | | | | Rationale: - Current versions of XLC accept gcc flags - XLC can't compile FFmpeg Originally committed as revision 19488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove some darwin-related cruftMåns Rullgård2009-07-22
| | | | Originally committed as revision 19487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: group all cpu-specific tests togetherMåns Rullgård2009-07-22
| | | | Originally committed as revision 19485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-21
| | | | | | It is impossible to build E-AC-3 without AC-3. Originally committed as revision 19477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: check for VFP register argumentsMåns Rullgård2009-07-20
| | | | Originally committed as revision 19474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: make --extra-cflags cumulative againMåns Rullgård2009-07-20
| | | | Originally committed as revision 19471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-20
| | | | | | They share so much code that enabling one without the other is pointless. Originally committed as revision 19468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-19
| | | | | | They share so much code that enabling one without the other is pointless. Originally committed as revision 19466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support building with TI TMS470 compilerMåns Rullgård2009-07-19
| | | | Originally committed as revision 19465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If any input/output devices are enabled then indevs/outdevs shouldDiego Biurrun2009-07-19
| | | | | | get enabled, not demuxers/muxers. Originally committed as revision 19463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', IStefano Sabatini2009-07-18
| | | | | | | missed them in r19293. Re-enable version check on w32api.h if the vfwcap input device has been selected. Originally committed as revision 19461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow enabling alsa and jack devices.Carl Eugen Hoyos2009-07-18
| | | | Originally committed as revision 19460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: improve detection of out-of-tree buildsMåns Rullgård2009-07-17
| | | | Originally committed as revision 19456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove some useless commentsMåns Rullgård2009-07-17
| | | | Originally committed as revision 19455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-17
| | | | | | Not all compilers claiming to be gcc support this attribute. Originally committed as revision 19453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: handle --cpu before running compilerMåns Rullgård2009-07-17
| | | | | | | | It is possible that the compiler requires flags set by the --cpu option, so we should not attempt to run it before those flags have been added. Originally committed as revision 19452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify --cpu handling slightlyMåns Rullgård2009-07-17
| | | | Originally committed as revision 19451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: do not warn about mismatching altivec/cpu selectionMåns Rullgård2009-07-16
| | | | | | | We do not issue similar warnings for other architectures, and we generally assume users know what they want. Originally committed as revision 19445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix check_func_headers. The reference to the function under test was beingMartin Storsjö2009-07-16
| | | | | | | | | optimized out by gcc when the headers lied about the function existing, rendering the test useless in that situation. This new test throws a warning in mingw-w64, but that should not be a problem. Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable gcc auto-vectorisationMåns Rullgård2009-07-15
| | | | | | | | | | | The auto-vectoriser in gcc is enabled by default at -O3 since version 4.3. However, it provides no speed benefit, but does produce incorrect code on many targets. Disabling it for gcc should give more reliable builds. If the adventurous want it back, they can edit the makefile themselves. Originally committed as revision 19439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Require aligned memory for everything that needs itMåns Rullgård2009-07-15
| | | | | | | Altivec, NEON, and SSE require more alignment than standard malloc() guarantees, whereas MMX does not. Update checks to reflect this. Originally committed as revision 19438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip the check for SSE aligned memory allocators when SSE is disabled.Diego Biurrun2009-07-15
| | | | | | Fixes issue 1269. Originally committed as revision 19437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use normal check_func test for math functionsMåns Rullgård2009-07-15
| | | | Originally committed as revision 19434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve linker check for Winsock library name.Martin Storsjö2009-07-14
| | | | | | | On Windows CE, the Winsock library name is ws2, not ws2_32. patch by Martin Storsjö, martin martin st Originally committed as revision 19431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set default flag filters before compiler detectionMåns Rullgård2009-07-13
| | | | | | | This allows use of the add_*flags functions in the compiler detection section. Originally committed as revision 19428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install the mingw import libraries, too.Martin Storsjö2009-07-13
| | | | | | Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable creation of microsoft-style import libraries on arm.Martin Storsjö2009-07-13
| | | | | | Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use add_*flags only after compiler-specific configurationMåns Rullgård2009-07-12
| | | | Originally committed as revision 19422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow filtering of flags passed to compiler and assemblerMåns Rullgård2009-07-12
| | | | | | | This can be used to map gcc-type flags to equivalents with other compilers. Originally committed as revision 19421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-12
| | | | | | It makes little sense to enable the variant without the main format. Originally committed as revision 19420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place flags for dependency generation in DEPFLAGSMåns Rullgård2009-07-12
| | | | | | | This avoids duplicating the full DEPEND_CMD line only to change some flags. Originally committed as revision 19419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård2009-07-12
| | | | | | | Setting this value using ?= caused some trouble if it was already defined in the environment. Originally committed as revision 19418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect config.mak against multiple inclusionMåns Rullgård2009-07-12
| | | | | | | Some of the values set here are modified by the main makefiles and should not be reset when config.mak is included again. Originally committed as revision 19417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-12
| | | | Originally committed as revision 19415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CFLAGS in check_cppMåns Rullgård2009-07-12
| | | | Originally committed as revision 19414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-12
| | | | Originally committed as revision 19413 to svn://svn.ffmpeg.org/ffmpeg/trunk