log Makefile @ 29080:4fb59dd67cda

age author description
2009-03-23 diego Do not use full CFLAGS to build codec-cfg, they are unnecessary.
2009-03-14 diego KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
2009-03-14 diego Only compile fastmemcpybench on x86.
2009-03-10 diego Fix and restructure fastmemcpybench. It is now one binary that runs all
2009-03-09 reimar Remove native nuv demuxer, it only needs more code to achieve the same thing
2009-03-09 reimar Make fastmemcpybench almost working - only thing missing is a way to
2009-03-09 diego Fix fastmemcpybench tools build:
2009-03-08 michael Add test for C memcpy()
2009-03-08 reimar rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly
2009-03-08 reimar Remove internal NuppelVideo decoder, the code in libavcodec can decode
2009-03-05 diego Only add -Ilibdvdnav to the CFLAGS of the files that require it.
2009-03-05 diego Simplify CFLAGS generation for individual targets.
2009-03-05 diego Simplify some vidix dhahelper build commands with automatic make variables.
2009-03-01 diego DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
2009-03-01 diego Fix 10l typo in ADD_ALL_EXESUFS function name.
2009-03-01 diego codec-cfg does not depend on codecs.conf.h, it is used to generate it.
2009-03-01 diego Make all object files depend on generated header files.
2009-03-01 diego Add explicit dependencies on generated header files for the object files along
2009-03-01 diego Fix dependencies on generated header files for the codec* binaries.
2009-02-21 diego Add statistics audio filter that prints information about the audio stream.
2009-02-16 reimar Add support for VDPAU video out, including hardware decoding.
2009-02-14 reimar Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.
2009-02-12 diego Ignore errors from all rm commands in clean targets.
2009-02-12 diego On clean/distclean, remove binaries with all types of executable suffixes.
2009-02-12 diego Use addprefix and addsuffix functions to generate TOOLS variable.
2009-02-10 diego Add priority support for OS/2 and factorize the Windows priority support.
2009-02-08 diego Conditionally compile aclib.c instead of placing #ifdef around its content.
2009-02-04 diego cosmetics: Remove stray tab.
2009-02-04 diego We use libdvdcss 1.2.10, not 1.2.9.
2009-02-01 diego Remove -c option from install commands. It is ignored by GNU install and
2009-01-31 diego Slightly simplify VIDIX_PCI_FILES command.
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 diego version.h depends on version.sh.
2009-01-25 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
2009-01-25 diego Factorize print_version().
2009-01-10 reimar Support an "internal" dvdnav version to make it easier to compile with,
2009-01-08 reimar Switch internal dvdread to libdvdread SVN external.
2008-12-22 diego libavcodec/i386/ was renamed to libavcodec/x86/.
2008-12-17 diego another round of armv4l --> arm changes
2008-12-17 diego libavcodec/armv4l/ was renamed to libavcodec/arm/.
2008-12-03 diego Treat video output objects the same as everything else in the build system,
2008-12-03 diego cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
2008-12-03 diego Treat audio output objects the same as everything else in the build system,
2008-11-30 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
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.