2006-11-04 |
reimar |
Extended/reworked fontconfig test to work without pkg-config with versions
|
2006-11-03 |
diego |
Streamline and simplify internal vs external libdvdread handling.
|
2006-11-03 |
kraymer |
remove charset files (all of them are in UTF-8 now anyway)
|
2006-11-03 |
diego |
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
|
2006-11-02 |
reimar |
remove accidential ';' (that's what too much C programming does to you ;-) )
|
2006-11-02 |
reimar |
Check for existence of libcdio_paranoia, not libcdio, since the former is
|
2006-11-02 |
reimar |
Useless break in libcdio pkg-config check
|
2006-11-02 |
reimar |
Remove spurious $_inc_tmp in libcdio check
|
2006-11-01 |
diego |
Rework binary codec directory handling. Don't use directories from other
|
2006-11-01 |
reimar |
libcdio also needs to link against libcdio_paranoia
|
2006-11-01 |
diego |
Support for recent changes to ARCH_X86 handling in FFmpeg.
|
2006-11-01 |
reimar |
Proper libcdio detection also without pkg-config
|
2006-11-01 |
reimar |
gcc optimized != 0 check for extern function away, thus linking
|
2006-11-01 |
reimar |
Test proper linking for cdda/cdio
|
2006-10-31 |
diego |
Fix codec directory fallback, it was overriding the autodetection.
|
2006-10-31 |
diego |
Implement proper codecs directory fallback.
|
2006-10-31 |
diego |
Rename all codecs directory options.
|
2006-10-31 |
diego |
Unification of linker option handling, part 1 of many.
|
2006-10-31 |
diego |
100l to me for not checking properly, really fix pkg-config detection now.
|
2006-10-31 |
diego |
10l, use a pkg-config parameter that makes it return 0...
|
2006-10-31 |
diego |
Test for the existence of pkg-config, fixes Bugzilla #553.
|
2006-10-30 |
diego |
Explain the risks of forcing options with --enable-* in a way that is
|
2006-10-30 |
diego |
Remove special output for outdated SDL. It's doubtful such old versions still
|
2006-10-30 |
reimar |
Also detect static fontconfig when pkg-config is not installed
|
2006-10-30 |
diego |
Add a parameter to enable colorized console output.
|
2006-10-30 |
diego |
Fix libmpdvdkit2 linking on Mac OS X.
|
2006-10-30 |
diego |
Remove redundant variable setting.
|
2006-10-30 |
diego |
Make libmpdvdkit2 compilation slightly more consistent with the other modules.
|
2006-10-29 |
reimar |
Factor out common cdda stuff from cdio and cdparanoia tests.
|
2006-10-27 |
iive |
Add cmov detection to configure
|
2006-10-23 |
diego |
Remove -fno-PIC check from configure and put -fPIC back at the beginning
|
2006-10-22 |
diego |
Replace $() by the slightly more portable ``.
|
2006-10-22 |
reimar |
Consistency fix: use "signed long long" for int_fast64_t instead of
|
2006-10-22 |
diego |
IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.0
|
2006-10-22 |
diego |
Provide fallback definition for uint_fast64_t as well.
|
2006-10-22 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-10-22 |
diego |
Do not check for the existence of LIRC devices during autodetection.
|
2006-10-20 |
diego |
Add fallback on the (undocumented) x86-64 -march option in
|
2006-10-17 |
diego |
Add configure switch to enable fixed-pointed mode of internal libfaad2.
|
2006-10-16 |
diego |
Skip -march tests for values that are aliases of already tested values.
|
2006-10-16 |
diego |
libdv may depend on libpthread.
|
2006-10-15 |
diego |
Remove Linux test from DirectFB check, it runs on some BSD systems at least.
|
2006-10-15 |
diego |
Remove test for framebuffer device from DirectFB check.
|
2006-10-14 |
diego |
Create proper define for DFBMGA.
|
2006-10-14 |
diego |
Remove intrinsics check, they are no longer used in FFmpeg.
|
2006-10-12 |
diego |
Check for maeomo-specific libraries (Nokia 770).
|
2006-10-11 |
diego |
Make the socklib check search gethostbyname/socket in libc.
|
2006-10-11 |
diego |
Streamline socklib check.
|
2006-10-11 |
diego |
Run TOOLS/cpuinfo on x86_64 as well as x86.
|
2006-10-10 |
diego |
Change == to = in test comparisons for better portability.
|
2006-10-08 |
syrjala |
List dfbmga and directfb in _novomodules.
|
2006-10-08 |
syrjala |
Fix DirectFB version check. The old code simply concatenated the
|
2006-10-08 |
rathann |
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
|
2006-10-08 |
diego |
Support for detection of extended instructions on ARM.
|
2006-10-07 |
reimar |
Cosmetics: consistent order for en-/disabled codecs list
|
2006-10-07 |
uau |
Remove special warning printed when VIDIX is disabled
|
2006-10-07 |
diego |
Sync with latest BUILD_ROOT changes in FFmpeg.
|
2006-10-06 |
gpoirier |
add gcc-4.x to the list of compilers displayed
|
2006-10-05 |
lorenm |
Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options.
|
2006-09-27 |
ben |
removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above)
|