aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
...
* There was a fallback value for libtheora linker flags, but it was never addedGravatar diego2007-04-06
* Fix compilation after FFmpeg r8619.Gravatar cehoyos2007-04-04
* Use "generic" optimization instead of 686 as default for runtime-cpudetectionGravatar diego2007-04-03
* Move QNX-specific settings next to the other OS-specific settings.Gravatar diego2007-03-31
* Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpegGravatar uau2007-03-30
* Remove stray variable that was causing tests to fail randomly.Gravatar diego2007-03-29
* OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.Gravatar diego2007-03-29
* replaced ! with not as adviced by ReimarGravatar nicodvb2007-03-28
* don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff ma...Gravatar nicodvb2007-03-28
* Fall back on plain awk during the awk test. It should be safe to assumeGravatar diego2007-03-25
* Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.Gravatar diego2007-03-24
* Move the addition of basic include flags to configure.Gravatar diego2007-03-24
* Error out if the libavutil subdirectory is unavailable.Gravatar diego2007-03-24
* Fix comment about defining HAVE_POSIX_SELECTGravatar cehoyos2007-03-21
* Conditionally compile vf_bmovl.c instead of enclosing all of the fileGravatar diego2007-03-21
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* --enable-win32 was renamed to --enable-win32dll.Gravatar diego2007-03-19
* Remove commented-out Cygwin CFLAGS settings.Gravatar diego2007-03-19
* Move setting Cygwin specific CFLAGS to configure.Gravatar diego2007-03-19
* The -Wdeclaration-after-statement test needs a C program.Gravatar diego2007-03-18
* check that definition of prototype of sysi86(int, void*) doesn't conflict; fi...Gravatar nicodvb2007-03-18
* Move setting CXXFLAGS to configure.Gravatar diego2007-03-18
* Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.Gravatar diego2007-03-18
* shared libavcodec is not at all broken/obsolete, but simply discouragedGravatar nicodvb2007-03-18
* Group (system-specific) CFLAGS settings together.Gravatar diego2007-03-18
* Move Cygwin specific #define setting to system OS-specific settings section.Gravatar diego2007-03-18
* Move setting of TARGET_WIN32 together with other Win32 settings.Gravatar diego2007-03-18
* Rename win32 variable to the more sensible name win32dll.Gravatar diego2007-03-18
* Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's addedGravatar diego2007-03-18
* Move fast cmov detection code from the PPC section into the x86 sectionGravatar diego2007-03-18
* support for setting and detecting FAST_CMOVGravatar diego2007-03-18
* Fix configure -march detection for athlon-xpGravatar uau2007-03-18
* Do not disable cache on MinGW, just disable shmem compilation.Gravatar diego2007-03-17
* 10l: omitted '-e' in my r22630 commit.Gravatar voroshil2007-03-17
* Turn on largefile support for libdvdcss as well.Gravatar diego2007-03-16
* Put special CFLAGS for low accuracy tremor in the Makefile, similar to theGravatar diego2007-03-16
* libavcodec's DXA decoder is dependent on zlibGravatar voroshil2007-03-16
* Add live555 include flags to CXXFLAGS only.Gravatar diego2007-03-15
* Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.Gravatar diego2007-03-15
* add vcd support to mingw, patch by zuxy mengGravatar compn2007-03-12
* live555 version 2006.03.03 or later is needed to compile MPlayer.Gravatar diego2007-03-03
* 10l: Add missing definition of USE_STREAM_CACHE.Gravatar diego2007-02-27
* Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with ...Gravatar voroshil2007-02-27
* Move the decision about stream cache compilation to configure.Gravatar diego2007-02-27
* Simplify strip parameter for install handling.Gravatar diego2007-02-27
* Support for PowerPC 440x embedded CPUs.Gravatar rathann2007-02-25
* Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.Gravatar diego2007-02-20
* liblzo support fix, take X: forgotten variable setting.Gravatar diego2007-02-18
* Use liblzo2 instead of liblzo1, it's not bigger but faster.Gravatar diego2007-02-18
* We definitely want to avoid an emulated poll()Gravatar reimar2007-02-15