summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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
* improve video4linux2 detection (without sys/time.h it was complaining about ↵Alex Beregszaszi2006-02-12
| | | | | | struct timeval Originally committed as revision 5009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo: libdir --> incdirDiego Biurrun2006-02-11
| | | | Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add incdir to configure.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video4linux2 detection to configure.Luca Abeni2006-02-08
| | | | | | patch by Luca Abeni, lucabe72*at*email*dot*it Originally committed as revision 4963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some Make variants complain if the LIB variable does not exist.Alexander Strasser2006-02-06
| | | | | | patch by Alexander Strasser Originally committed as revision 4948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detection of IPv6 support on Darwin by ensuring thatDan Villiom Podlaski Christiansen2006-02-05
| | | | | | | IN6_IS_ADDR_MULTICAST gets an argument of type (const struct in6_addr *). patch by Dan Villiom Podlaski Christiansen, danchr.at.daimi.dot.au.dot.dk Originally committed as revision 4943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t ↵Michael Niedermayer2006-02-02
| | | | | | smedleydot d o t info) Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video4linux2 input supportLuca Abeni2006-02-01
| | | | | | patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
| | | | | | | | Add means to disable building the static libraries and fix a few issues with the MinGW build. All the hard work done by Alexander Strasser, minor changes by myself. Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable protocols by default on WinCE, not MinGW.Gildas Bazin2006-01-24
| | | | | | patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org Originally committed as revision 4892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WinCE cross-compilation supportGildas Bazin2006-01-22
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
| | | | | | | libavformat. Also fix build with --disable-muxers and --disable-ffserver. patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-01-19
| | | | Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous extralibs line in a --disable option.Diego Biurrun2006-01-18
| | | | Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define separate version number for libpostproc.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-14
| | | | | | use the standard --enable-shared option. Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
| | | | | | based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org > Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-shared-pp should directly enable pp and not depend on --enable-pp.Diego Biurrun2006-01-09
| | | | Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify source_path handling, avoids some warnings with non-bash shells.Diego Biurrun2006-01-03
| | | | Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bashism--; Use POSIX-compatible string handling instead.Diego Biurrun2006-01-03
| | | | Originally committed as revision 4806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bashism--;Diego Biurrun2006-01-03
| | | | Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk