2007-04-06 |
diego |
There was a fallback value for libtheora linker flags, but it was never added
|
2007-04-04 |
cehoyos |
Fix compilation after FFmpeg r8619.
|
2007-04-03 |
diego |
Use "generic" optimization instead of 686 as default for runtime-cpudetection
|
2007-03-31 |
diego |
Move QNX-specific settings next to the other OS-specific settings.
|
2007-03-30 |
uau |
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg
|
2007-03-29 |
diego |
Remove stray variable that was causing tests to fail randomly.
|
2007-03-29 |
diego |
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.
|
2007-03-28 |
nicodvb |
replaced ! with not as adviced by Reimar
|
2007-03-28 |
nicodvb |
don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff made me twist the log)
|
2007-03-25 |
diego |
Fall back on plain awk during the awk test. It should be safe to assume
|
2007-03-24 |
diego |
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
|
2007-03-24 |
diego |
Move the addition of basic include flags to configure.
|
2007-03-24 |
diego |
Error out if the libavutil subdirectory is unavailable.
|
2007-03-21 |
cehoyos |
Fix comment about defining HAVE_POSIX_SELECT
|
2007-03-21 |
diego |
Conditionally compile vf_bmovl.c instead of enclosing all of the file
|
2007-03-21 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
2007-03-19 |
diego |
--enable-win32 was renamed to --enable-win32dll.
|
2007-03-19 |
diego |
Remove commented-out Cygwin CFLAGS settings.
|
2007-03-19 |
diego |
Move setting Cygwin specific CFLAGS to configure.
|
2007-03-18 |
diego |
The -Wdeclaration-after-statement test needs a C program.
|
2007-03-18 |
nicodvb |
check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
|
2007-03-18 |
diego |
Move setting CXXFLAGS to configure.
|
2007-03-18 |
diego |
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
|
2007-03-18 |
nicodvb |
shared libavcodec is not at all broken/obsolete, but simply discouraged
|
2007-03-18 |
diego |
Group (system-specific) CFLAGS settings together.
|
2007-03-18 |
diego |
Move Cygwin specific #define setting to system OS-specific settings section.
|
2007-03-18 |
diego |
Move setting of TARGET_WIN32 together with other Win32 settings.
|
2007-03-18 |
diego |
Rename win32 variable to the more sensible name win32dll.
|
2007-03-18 |
diego |
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
|
2007-03-18 |
diego |
Move fast cmov detection code from the PPC section into the x86 section
|
2007-03-18 |
diego |
support for setting and detecting FAST_CMOV
|
2007-03-18 |
uau |
Fix configure -march detection for athlon-xp
|
2007-03-17 |
diego |
Do not disable cache on MinGW, just disable shmem compilation.
|
2007-03-17 |
voroshil |
10l: omitted '-e' in my r22630 commit.
|
2007-03-16 |
diego |
Turn on largefile support for libdvdcss as well.
|
2007-03-16 |
diego |
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
|
2007-03-16 |
voroshil |
libavcodec's DXA decoder is dependent on zlib
|
2007-03-15 |
diego |
Add live555 include flags to CXXFLAGS only.
|
2007-03-15 |
diego |
Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.
|
2007-03-12 |
compn |
add vcd support to mingw, patch by zuxy meng
|
2007-03-03 |
diego |
live555 version 2006.03.03 or later is needed to compile MPlayer.
|
2007-02-27 |
diego |
10l: Add missing definition of USE_STREAM_CACHE.
|
2007-02-27 |
voroshil |
Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
|
2007-02-27 |
diego |
Move the decision about stream cache compilation to configure.
|
2007-02-27 |
diego |
Simplify strip parameter for install handling.
|
2007-02-25 |
rathann |
Support for PowerPC 440x embedded CPUs.
|
2007-02-20 |
diego |
Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
|
2007-02-18 |
diego |
liblzo support fix, take X: forgotten variable setting.
|
2007-02-18 |
diego |
Use liblzo2 instead of liblzo1, it's not bigger but faster.
|
2007-02-15 |
reimar |
We definitely want to avoid an emulated poll()
|
2007-02-13 |
diego |
Move setting _ld_extra and _inc_extra for live to autodetection part,
|
2007-02-12 |
rtogni |
Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
|
2007-02-12 |
diego |
Fix setting of mtrr variable.
|
2007-02-12 |
diego |
Always disable libnut demuxer in libavformat.
|
2007-02-12 |
diego |
Revert libnut option names, the issue is fixed in FFmpeg.
|
2007-02-09 |
uau |
Handle libavformat libnut dependencies.
|
2007-02-07 |
gpoirier |
Fix libnut build failure.
|
2007-02-05 |
diego |
FFmpeg #defines must be uppercase now.
|
2007-02-04 |
diego |
Fix MMX2 check, _sse is set to "kernel_check", not "yes".
|
2007-02-04 |
lorenm |
r21753 broke compile-time detection of mmx flags on x86_64
|