log Makefile @ 28003:2c3528928d6b

age author description
2008-11-16 bircoph Add yasm support to the build system.
2008-10-16 diego Create LIBDIR for binary codecs upon make install.
2008-10-01 diego 10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.
2008-09-16 rathann Add shared libswscale support.
2008-09-15 rathann External liba52 support, part 2 of 2.
2008-09-15 diego Use standard -I flags to compile codec-cfg.
2008-08-30 rathann Rename internal libdvdread fork from dvdread to libdvdread
2008-08-18 diego Remove SKIP_DEPS trick. The same effect can be achieved without it.
2008-08-14 diego FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
2008-08-11 ben Add VIDIX driver for SuperH Mobile VEU hardware block.
2008-08-09 diego Skip dependency generation if we just run distclean or if skipping
2008-08-07 diego Add separate variables for CFLAGS that are specific to internal libraries
2008-08-07 diego cosmetics: Rename some CFLAGS-related variables.
2008-08-07 diego 10l: Remove stray backslash at end of line.
2008-08-07 diego Merge two redundantly declared lines into one.
2008-08-07 diego cosmetics: Sort things into alphabetical order in various places.
2008-08-07 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
2008-08-07 diego Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
2008-08-03 diego Revert mistakenly committed temporary local change.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-08-02 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
2008-07-30 diego Use conditional compilation instead of an #ifdef around the whole file.
2008-07-28 diego Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
2008-07-26 diego Revert to previous dependency checking behavior.
2008-07-19 diego Remove "en" from list of all man page languages when generating man page
2008-07-17 diego Rewrite translation handling in the build system.
2008-07-17 diego Evaluate man page installation rule for all available languages,
2008-07-12 diego Dependency files should be refreshed when object files are rebuilt.
2008-07-06 diego Introduce DRIVER_OBJS variable for list of all driver targets.
2008-07-06 diego Simplify codecs.conf.h generation rule.
2008-07-06 diego Merge version.h dependency declarations.
2008-07-06 diego Remove redundant dependencies for .rc files.
2008-07-06 diego Add a generic rule for .rc files and use it.
2008-07-06 diego cosmetics: Merge three lines into two.
2008-07-06 diego Also remove dhahelper and dhahelperwin on distclean.
2008-07-05 diego Rename ALLPARTSLIBS variable to FFMPEGLIBS.
2008-07-05 diego Group some variable declarations together in sensible places.
2008-07-05 diego Declare FFmpeg dependencies in a more elegant way using the PARTS variable.
2008-07-04 diego Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.
2008-07-04 diego Simplify tool generation rules with a pattern rule.
2008-07-04 diego Only build loader tests on x86.
2008-07-04 diego Fix liba52/test linking, it needs -lm.
2008-07-04 diego Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.
2008-07-04 diego Declare common netstream + vivodump dependencies in the common place.
2008-07-01 diego Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
2008-06-24 diego Touch FFmpeg libraries after recursing into their subdirectories.
2008-06-24 diego Do not unconditionally recurse into FFmpeg subdirectories. Instead, just
2008-06-20 ben renamed vidixlib.c to vidix.c
2008-06-20 ben Allow conditional compilation of yuv4mpeg video out.
2008-06-17 diego Add copyright and license statement.
2008-06-08 diego Add command to create dhahelper device to install-dhahelper target.
2008-06-08 diego Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
2008-06-08 diego Add dhahelper CFLAGS where appropriate if enabled.
2008-06-08 diego Fix silly typo in CFLAG_SVGALIB_HELPER variable name.
2008-06-07 diego Restore support for compiling with svgalib_helper.
2008-06-07 diego No need to set LC_ALL=C for individual shell commands,
2008-06-07 diego The VIDIX PCI files should be regenerated when the awk script
2008-06-06 diego Remove unnecessary -o option from windres invocation.
2008-06-06 diego Fix the linking of TOOLS/netstream and TOOLS/vivodump.
2008-05-30 diego Add install-dhahelperwin target to simplify dhahelper installation on Windows.