summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* compiler sanity checkMåns Rullgård2006-06-29
| | | | Originally committed as revision 5551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --cross-compile option to assume cross-compilation without cross-prefixMåns Rullgård2006-06-29
| | | | Originally committed as revision 5550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* send output of exec checks to log fileMåns Rullgård2006-06-29
| | | | Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect availability of -rdynamic and -export-dynamicMåns Rullgård2006-06-29
| | | | Originally committed as revision 5548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'uname -m' returns IP<number> for MIPS CPUs on IRIX.Diego Biurrun2006-06-29
| | | | Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install into $PROGRAMFILES instead of a hardcoded path on MinGW.Ramiro Polla2006-06-27
| | | | | | patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com Originally committed as revision 5531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -logg needs to be after -lvorbisMåns Rullgård2006-06-24
| | | | Originally committed as revision 5520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a silly typo (1l to myself)Måns Rullgård2006-06-24
| | | | Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable logging in configure by default, and print some advice on failureMåns Rullgård2006-06-22
| | | | Originally committed as revision 5509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow recent libfaad versions with new function namesMåns Rullgård2006-06-21
| | | | Originally committed as revision 5508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused VERSION definition from config.mak.Diego Biurrun2006-06-20
| | | | Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libfaac uses pascal calling convention on win32 so the generic testsMåns Rullgård2006-06-17
| | | | | | can't be used Originally committed as revision 5496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved logging testsMåns Rullgård2006-06-17
| | | | Originally committed as revision 5491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test availability of various compiler flags, and verify that requestedMåns Rullgård2006-06-16
| | | | | | libraries are really installed Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård2006-06-14
| | | | | | fall back on SDL_WM_ToggleFullScreen() if not available Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to myself for being overzealous with $cross_prefixMåns Rullgård2006-06-10
| | | | Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-10
| | | | | | patch from Petr Salinger submitted by Sam Hocevar Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use xlib in ffplay, and bump required sdl versionMåns Rullgård2006-06-09
| | | | Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-06-01
| | | | Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apply $cross_prefix before $cc is usedMåns Rullgård2006-06-01
| | | | Originally committed as revision 5446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
| | | | Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* major cleanup of compiler/library testsMåns Rullgård2006-06-01
| | | | Originally committed as revision 5439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make configure --whatever --help work as expectedMåns Rullgård2006-05-30
| | | | Originally committed as revision 5434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include the correct video4linux2 headerLuca Abeni2006-05-30
| | | | Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR URL fixesDiego Biurrun2006-05-27
| | | | Originally committed as revision 5413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.Diego Biurrun2006-05-16
| | | | Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-16
| | | | | | | 3dnow intrinsincs are for now only compiled if 3dnowext support is available. (I should add smth that checks for plain 3dnow later) Originally committed as revision 5386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Honor the LDFLAGS environment variable.Diego Biurrun2006-05-16
| | | | Originally committed as revision 5384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an actual 3dnow intrinsinc so the configure script doesn't just check ↵Guillaume Poirier2006-05-15
| | | | | | for the existence of the 3dnow header Originally committed as revision 5383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ↵Guillaume Poirier2006-05-14
| | | | | | | | GCC, so use -m3dnow instead. Note that there's no way to specificly activate 3dnow ext support Originally committed as revision 5380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally use -lossaudio on NetBSD.Jan Knutar2006-05-11
| | | | | | patch by Jan Knutar jknutar__@__nic__.__fi Originally committed as revision 5364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create shared libraries using versioned filenames and add -rpath-linkMåns Rullgård2006-05-11
| | | | | | | | to LDFLAGS so linker finds them when using --as-needed (which is default in some installations). Using --as-needed is generally a good thing, so add that explicitly as well. Originally committed as revision 5362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify AMR build.Diego Biurrun2006-05-06
| | | | Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amr_nb should disable amr_nb-fixed and vice versa.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
| | | | | | work even without amr_nb. Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsDiego Biurrun2006-04-27
| | | | Originally committed as revision 5320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow passing CFLAGS through the environment on all platforms.Diego Biurrun2006-04-14
| | | | Originally committed as revision 5292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output cosmeticsDiego Biurrun2006-04-14
| | | | Originally committed as revision 5291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable v4l2 is videodev2.h is not "sanitized"Luca Abeni2006-04-13
| | | | Originally committed as revision 5285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sdl-config with $cross_prefixFrantisek Dvorak2006-03-28
| | | | | | patch by Frantisek Dvorak <valtri at users sourceforge net> Originally committed as revision 5234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be nice to syntax highlighting that doesn't understand here-docsMåns Rullgård2006-03-28
| | | | Originally committed as revision 5233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix order of operands in lrintf test to make the test not fail if you haveDiego Pettenò2006-03-24
| | | | | | | a strict compile/linker that accepts arguments just in the canonical order. patch by Diego Pettenò, flameeyes.. at ..gentoo.. dot ..org Originally committed as revision 5205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable ffserver on Darwin, non-AltiVec regression tests pass.Diego Biurrun2006-03-19
| | | | Originally committed as revision 5181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-08
| | | | | | | Patch by Zuxy Meng, zuxy <<dot>> meng >>at<< gmail <<dot>> com Minor non-functional diff-related fixes by me. Originally committed as revision 5125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use != instead of -ne in test invocations for greater portability.Michel Bardiaux2006-02-13
| | | | | | patch by Michel Bardiaux, mbardiaux XatX mediaxim XdotX be Originally committed as revision 5021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.Diego Biurrun2006-02-13
| | | | Originally committed as revision 5020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally overwrite config.h. The current behavior where config.h isDiego Biurrun2006-02-13
| | | | | | only overwritten if it differs from the new one is effectively a nop. Originally committed as revision 5018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move SRC_PATH out of the conditional, it is always added to config.mak.Diego Biurrun2006-02-12
| | | | Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add quotes around SRC_PATH, the quoting has to be done at a laterDiego Biurrun2006-02-12
| | | | | | | stage else the quotes may appear in the middle of a path if it is constructed with SRC_PATH. Originally committed as revision 5010 to svn://svn.ffmpeg.org/ffmpeg/trunk