log configure @ 27241:0f19d253e68a

age author description
2008-07-13 diego cosmetics: main (void) --> main(void)
2008-07-13 diego main(void) --> int main(void) in .align test
2008-07-13 diego Use correct header in libamr narrowband test.
2008-07-12 diego Dependency files should be refreshed when object files are rebuilt.
2008-07-08 diego Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
2008-06-24 diego Add missing 'struct input_id id' to Apple IR configure check.
2008-06-23 diego Dependency files need to get updated when any of their dependencies are
2008-06-22 diego Replace misuse of echores in libdvdnav check by _res_comment.
2008-06-20 ben fix obviously wrong option description
2008-06-20 ben Allow conditional compilation of yuv4mpeg video out.
2008-06-15 diego cosmetics: Group internal codec library tests together.
2008-06-13 lu_zero Fix support for libnemesi installed on nonstandard paths
2008-06-09 gpoirier require latest x264 to enable MEncoder's x264 support
2008-06-08 diego Add support for enabling VIDIX dhahelper.
2008-06-07 diego Restore support for compiling with svgalib_helper.
2008-06-07 diego Only check for VIDIX PCI device name database if VIDIX is enabled.
2008-06-07 diego Make sure that the LC_ALL variable is exported to the environment of
2008-06-07 ben Drop support for external libvidix (unmaintained and not up-to-date)
2008-06-02 diego Use LC_ALL instead of LANG in config.mak to prevent locale settings from
2008-06-02 diego 10l: Restore LANG variable in config.mak so that shell commands are not
2008-06-02 diego Remove unused variable LANG from config.mak.
2008-06-02 diego Remove unused variable TARGET_OS from config.mak.
2008-06-02 diego cosmetics: Restructure config.mak logically and alphabetically.
2008-06-02 diego Remove unused variable TARGET_CPU from config.mak.
2008-06-02 diego Remove unnecessary FFmpeg hack from config.mak.
2008-06-01 nicodvb tiny reindentation
2008-06-01 nicodvb disable dvdnav when using the internal dvdread
2008-06-01 nicodvb reindented the dvdread detection block
2008-06-01 nicodvb changed the code that checks the presence of the external dvdread
2008-06-01 nicodvb removed support for Ogle's dvdread
2008-05-31 diego Change spelling of XviD to Xvid as has already been done in the (rest of the)
2008-05-30 diego Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
2008-05-30 diego Check for AltiVec vector declaration syntax.
2008-05-28 iive Revert commit r26897.
2008-05-27 diego cosmetics: XviD --> Xvid
2008-05-20 ben add potentially missing types
2008-05-19 diego Output a better informative message if no AltiVec CFLAGS can be found.
2008-05-19 diego Do not run second AltiVec CFLAG check in a subshell; the variable that is
2008-05-18 diego Replace hack to disable iconv conversion of messages with something more sane.
2008-05-18 diego Only run AltiVec compiler tests on PowerPC.
2008-05-18 diego 10l: Fix MAN_LANG creation for real this time.
2008-05-18 diego 10l: missing quotes in sed command
2008-05-18 diego Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with
2008-05-18 diego Introduce make variable common to the GTK and Windows GUI and use it
2008-05-18 diego 10l: Add missing parentheses in AltiVec test logic.
2008-05-18 ben Add support for AppleIR Remote as an input under Linux systems.
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-05-10 diego Prefer FSF-style AltiVec flags over Apple-style.
2008-05-10 diego Simplify AltiVec compiler flag test.
2008-05-10 diego Simplify AltiVec CFLAG test.
2008-05-10 diego Replace some if constructs with && in the AltiVec test.
2008-05-10 diego cosmetics: whitespace changes, spelling, code moving in AltiVec test.
2008-05-10 diego Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
2008-05-10 diego Remove outdated FIXME comment.
2008-05-09 diego FFmpeg parts no longer require extra -I CFLAGS.
2008-05-09 diego cosmetics: indentation
2008-05-08 diego Add options to handle the external libraries in libavcodec, which require
2008-05-08 diego Add option to disable mp3lame.
2008-05-08 diego cosmetics: Rename _lavc_* variables to _*_lavc.
2008-05-08 diego cosmetics: Rename _def_lavc_* variables to _def_*_lavc.