2006-09-18 |
diego |
Replace preprocessor hacks to work around compilers not supporting named
|
2006-09-18 |
diego |
configure should fall back on -mcpu=pentium4 if -mcpu=prescott
|
2006-09-18 |
diego |
Add --disable-dvdnav to help output.
|
2006-09-17 |
ods15 |
Add demux_nut to MPlayer repo
|
2006-09-16 |
diego |
The recent renaming of the gcc-checking switches to gcc-check was incomplete.
|
2006-09-16 |
nicodvb |
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
|
2006-09-14 |
diego |
Fix Irix build with gcc < 3.x, closes Bugzilla #572.
|
2006-09-12 |
diego |
Move conditional compilation to the build system.
|
2006-09-09 |
nicodvb |
detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
|
2006-09-06 |
gpoirier |
Add support for POWER5 as found on IBM eServer OpenPower 720
|
2006-09-02 |
diego |
-lm needs to come before -laudio to avoid link errors in the NAS check.
|
2006-08-31 |
diego |
Check for requirements at configure-time, not at run-time.
|
2006-08-31 |
diego |
cosmetics: Fix ugly one-space indentation in radio check.
|
2006-08-30 |
nicodvb |
split in 2 'horribly long line'
|
2006-08-30 |
nicodvb |
make sure opt.h is present when detecting libavformat
|
2006-08-29 |
nicodvb |
accept dvdnav version >= 0.2.0; the previous code failed because the check test 020 -ge 0110 failed
|
2006-08-28 |
reimar |
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
|
2006-08-27 |
diego |
Reenable some encoders even for MPlayer-only compilation, some filters need it.
|
2006-08-27 |
diego |
Only add include flags if cc_check succeeded.
|
2006-08-26 |
diego |
Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.
|
2006-08-26 |
diego |
Remove superfluous --with-termcaplib option.
|
2006-08-26 |
diego |
Add --extra-libs option to pass linker flags.
|
2006-08-26 |
diego |
Remove --with-madlibdir option, it never worked anyway.
|
2006-08-25 |
diego |
Disentangle toolame CFLAGS and LDFLAGS handling.
|
2006-08-25 |
diego |
Disentangle libdv and vorbis linker flags.
|
2006-08-24 |
diego |
Fix .align is a power of two check.
|
2006-08-22 |
gpoirier |
fix trailing space problem, which was preventing fontconfig to get compiled
|
2006-08-21 |
diego |
support for disabling/enabling bitmap font support from configure
|
2006-08-21 |
diego |
Remove unused variable.
|
2006-08-21 |
diego |
cosmetics: Fix indentation after last commit.
|
2006-08-21 |
diego |
Properly disable tests that depend on X.
|
2006-08-21 |
diego |
Remove superfluous variable settings.
|
2006-08-21 |
diego |
cosmetics: indentation fix after last commit
|
2006-08-21 |
diego |
Remove duplicate check for $_faad_external = auto.
|
2006-08-21 |
diego |
Only run the check for external FAAD if internal FAAD is not used.
|
2006-08-20 |
nicodvb |
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
|
2006-08-20 |
diego |
The X11 header check looks in $_extra_inc that contains directories in the
|
2006-08-19 |
iive |
Fix xv and xinerama force on --enable-*
|
2006-08-18 |
diego |
Some more consistency for the conditions under which tests are run.
|
2006-08-18 |
diego |
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
|
2006-08-18 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
2006-08-18 |
nplourde |
fix missing symbol when compiling with live support on mac osx
|
2006-08-17 |
diego |
10l: Also rename configure option for gcc check.
|
2006-08-17 |
diego |
Rename gcc_checking variable to gcc_check.
|
2006-08-17 |
reimar |
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
|
2006-08-14 |
nicodvb |
support for dvdnav is now auto-detected; removed support for dvdnav-dir
|
2006-08-14 |
diego |
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
|
2006-08-14 |
diego |
Add a switch for disabling high precision mpeg audio decoding in libavcodec.
|
2006-08-13 |
reimar |
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
|
2006-08-12 |
diego |
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.
|
2006-08-12 |
diego |
Print "no" if all of the Vorbis tests failed.
|
2006-08-08 |
reimar |
-logg must come before -lvorbisidec since both declare the same symbols.
|
2006-08-08 |
diego |
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.
|
2006-08-08 |
diego |
spelling/clarification for --help output
|
2006-08-07 |
diego |
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
|
2006-08-07 |
diego |
cosmetics: Rename some variables for consistency.
|
2006-08-06 |
diego |
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last
|
2006-08-05 |
diego |
Simplify Tremor low accuracy test, label external Tremor as such.
|
2006-08-05 |
diego |
10l, line from a local modification committed by accident.
|
2006-08-04 |
diego |
Unify include path handling in the build system, part III:
|