aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ...Gravatar cehoyos2009-09-27
* Cosmetics: Fix whitespace.Gravatar cehoyos2009-09-27
* Amend previous commit: both zlib decoder and encoder must be disabledGravatar reimar2009-09-26
* Disable libavcodec zlib decoder when zlib is not available, fixes compilationGravatar reimar2009-09-26
* Do not override host_arch in x86 vs. x86_64 detection if it was forced via --...Gravatar reimar2009-09-25
* Sync with current FFmpeg HEAD.Gravatar diego2009-09-24
* sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICGravatar diego2009-09-24
* sync to x264-r1260 (which changed api)Gravatar lorenm2009-09-23
* Add autodetection for ARM NEON SIMD.Gravatar reimar2009-09-19
* Use a compilation check to distinguish between x86 and x86_64, uname andGravatar reimar2009-09-19
* Add a check for availability of ebx register, needed forGravatar reimar2009-09-19
* Treat Haiku as BeOS (only changes the displayed name actually)Gravatar reimar2009-09-19
* Allow disabling and enabling lower-case codecs.Gravatar cehoyos2009-09-08
* 100l, forgot to use "test" for checking the value of the quicktime variableGravatar reimar2009-09-08
* 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer sinceGravatar reimar2009-09-04
* Split QuickTime check off from quartz check and use the result to enable/disableGravatar reimar2009-09-04
* Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor...Gravatar reimar2009-09-04
* The libamrnb *en*coder, not the *de*coder should be added to the list ofGravatar diego2009-09-01
* Also check linker flags to make sure that liveMedia libraries are there, too,Gravatar reimar2009-08-31
* Fix detection of mips arch on NetBSD/sgimips.Gravatar diego2009-08-19
* Allow compilation with gcc 2.95.3 if videodev2.h does not support it.Gravatar cehoyos2009-08-14
* Make sure that unavailable message languages are not accepted.Gravatar diego2009-08-03
* Add a variable in config.mak whether SHM support is enabled or not.Gravatar ben2009-07-31
* Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.Gravatar diego2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.Gravatar cehoyos2009-07-26
* Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.Gravatar diego2009-07-19
* The Makefile variable names for external libraries in FFmpeg changed.Gravatar diego2009-07-19
* Remove redundant ivtv VIDIX driver variable declarations.Gravatar diego2009-07-19
* The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable theGravatar diego2009-07-19
* Change libamr support to libopencore-amr support.Gravatar diego2009-07-18
* Restore alphabetic order for HAVE_ defines.Gravatar cehoyos2009-07-17
* Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.Gravatar diego2009-07-17
* Assume HAVE_ATTRIBUTE_PACKED.Gravatar cehoyos2009-07-17
* Fix compilation after FFmpeg r19395.Gravatar cehoyos2009-07-11
* Disable libavcodec AAC encoder, there are too many systems where it doesn't c...Gravatar reimar2009-07-09
* Modern Solaris versions have different default CD-ROM devices.Gravatar diego2009-06-24
* Do not use -rdynamic on Solaris, where the flag is unsupported.Gravatar diego2009-06-22
* Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.Gravatar diego2009-06-19
* Do not auto-detect old libnut installations.Gravatar cehoyos2009-06-16
* Rename LIBVORBIS Makefile variable to VORBIS.Gravatar diego2009-06-14
* 100l: Add missing $s to default language variable checks, which preventedGravatar diego2009-06-14
* Overhaul translation handling completely and add options to install specificGravatar diego2009-06-14
* cosmetics: Drop leading underscore from _language* variables.Gravatar diego2009-06-14
* Allow setting message language separately from documentation language.Gravatar diego2009-06-14
* Drop redundant setting of message language to English when all languagesGravatar diego2009-06-14
* Configure needs AS to be set for the Makefiles.Gravatar reimar2009-06-02
* Add actually working support for PPC64Gravatar reimar2009-06-01
* Use target_arch and target_subarch which is more similar to what FFmpeg usesGravatar reimar2009-06-01
* Add some missing FFmpeg archsGravatar reimar2009-06-01
* Set XVR100 make variable. Fixes compilation when support for xvr100 was detec...Gravatar reimar2009-05-19