aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Remove forgotten --disable-setlocale option from --help output.Gravatar diego2006-06-22
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Remove separation between Win32 DLL and DirectShow support in the build system.Gravatar diego2006-06-21
* Change integer to string comparison in hw.optional.altivec test sinceGravatar diego2006-06-19
* Conditionally run some CPU-architecture and OS-specific tests.Gravatar diego2006-06-18
* Rename --with-dts*dir options to --with-libdts*dir for consistency andGravatar diego2006-06-18
* Consistency fix.Gravatar rathann2006-06-18
* Rename --with-libdvnav --> --with-dvdnavdir for consistency.Gravatar diego2006-06-17
* Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.Gravatar diego2006-06-17
* Simplify and streamline FAAD detection.Gravatar diego2006-06-17
* consistency fix: --with-foo switches shall not enable options.Gravatar diego2006-06-17
* cosmetics: Rename some variables and command line parameters.Gravatar diego2006-06-16
* Use a function for help output.Gravatar diego2006-06-16
* option handling consistency fixesGravatar diego2006-06-16
* readability cosmeticsGravatar diego2006-06-16
* restored support for dvdnav only in the stream layer; all other functionaliti...Gravatar nicodvb2006-06-14
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)Gravatar gpoirier2006-06-12
* Do not require iconv program with --charset=noconvGravatar reimar2006-06-10
* Don't claim that amr_nb is disabled when the fixed point version is enabled.Gravatar diego2006-06-09
* Generalize runtime linker support.Gravatar diego2006-06-09
* move misplaced echores. Output may still not be as intended thoughGravatar reimar2006-06-07
* UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) sol...Gravatar rathann2006-06-06
* libpostproc is not a subdirectory of libavcodec anymore.Gravatar diego2006-06-02
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z...Gravatar poirierg2006-05-31
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.Gravatar gpoirier2006-05-17
* 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