aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Don't just check for the existence of xmmintrin.h, also verify it will compile.Gravatar diego2006-05-14
* Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.Gravatar diego2006-05-14
* Use egrep together with extended regular expressions for greater portability.Gravatar diego2006-05-14
* Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.Gravatar diego2006-05-14
* add check for a working iconv program and point to workaround if not foundGravatar reimar2006-05-13
* Remove redundant line.Gravatar diego2006-05-13
* Linkers, assisted by a compiler, can optimize out the string that is beingGravatar diego2006-05-13
* mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.Gravatar diego2006-05-12
* mlib != mediaLibGravatar diego2006-05-12
* --enable-mlib should behave like all other commandline parameters.Gravatar diego2006-05-12
* enable mediaLib check execution and honnor user choise to enable mediaLib eve...Gravatar iive2006-05-12
* Add missing --enable-toolame and --enable-twolame parameters.Gravatar diego2006-05-12
* output typo fixesGravatar diego2006-05-12
* Disable mediaLib by default due to brokenness.Gravatar diego2006-05-12
* Fall back on the codecs subdirectory of the current directory for RealGravatar diego2006-05-11
* Remove unnecessary commented out OPTFLAGS line.Gravatar diego2006-05-11
* Feed AltiVec compiler options into CFLAGS explicitly.Gravatar diego2006-05-10
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* Adapt to latest FFmpeg AMR build changes.Gravatar diego2006-05-07
* Fix up some checks to properly use _res_comment.Gravatar diego2006-05-07
* Remove stray variable.Gravatar diego2006-05-07
* x264 linking now requires explicit x11 libraries inclusion.Gravatar iive2006-05-04
* check for XviD compiled with pthread supportGravatar iive2006-05-04
* Add a check for sysi86() on Solaris systems, solving a build failure on SolarisGravatar diego2006-04-30
* use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before theyGravatar reimar2006-04-27
* Document how configure works and how to write basic checks.Gravatar diego2006-04-27
* Fix amr_nb-fixed compilation: Don't depend on amr_nb.Gravatar diego2006-04-27
* Make EDL compilation unconditionalGravatar uau2006-04-27
* 10l: Test the variable, don't set it...Gravatar diego2006-04-26
* Simplify x86 CPU flag/extension check.Gravatar diego2006-04-25
* make _res_comment usage consistentGravatar rathann2006-04-24
* - fix configure output for XvMC and DGA testsGravatar rathann2006-04-24
* cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowextGravatar diego2006-04-23
* Remove second, redundant x86_exts_check.Gravatar diego2006-04-23
* Add support for shared libavutil.Gravatar diego2006-04-22
* sync to x264 r503 (dct_decimate)Gravatar lorenm2006-04-22
* Add --disable-libavutil option to --help output.Gravatar diego2006-04-22
* Add command line options to enable/disable libavutil.Gravatar diego2006-04-22
* Make static libavutil detection semantics explicit.Gravatar diego2006-04-22
* 10l: Add missing fallback case for internal FAAD compiler blacklist.Gravatar diego2006-04-22
* Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxextGravatar diego2006-04-22
* Set all processor flags individually, not implied.Gravatar diego2006-04-22
* Disable RTC on PowerPC.Gravatar diego2006-04-22
* 10l: Fix internal FAAD check for non-x86.Gravatar diego2006-04-22
* Blacklist certain gcc versions instead of running an expensive compilationGravatar diego2006-04-22
* Remove some libmpdvdkit vs libmpdvdkit2 cruft.Gravatar diego2006-04-18
* recognize future pentium-m processors, e.g. there is intel core with model 14Gravatar iive2006-04-16
* add support for intel mac. mp3lib is not fixed yet.Gravatar nplourde2006-04-15
* Simplify some checks.Gravatar diego2006-04-04
* Remove mpdvdkit1 cruft from the build system.Gravatar diego2006-04-02