]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - Makefile
configure: remove redundant alsa/asoundlib.h check
[frescor/ffmpeg.git] / Makefile
2009-02-21 diegoBail out if regtest-flashsv is run but zlib is not...
2009-02-21 diegoFix swscale-error vs. swscale_error typo; it is marked...
2009-02-21 mruDeclare version.h dependencies explicitly
2009-01-25 superdumpAdd (un)installation targets for ffpresets using the...
2009-01-10 diegoAdd a separate 'testclean' rule to clean regression...
2008-11-23 mruRun regression tests on target system.
2008-11-23 mruBuild regression test data generators using HOSTCC
2008-10-30 diegoAdd check target to run both tests and checkheaders...
2008-10-25 mruUse OBJS variable for all object files
2008-09-27 diegoAdd alltools target to build all the tools/ stuff.
2008-09-13 michaelSwitch regression tests to swscale.
2008-08-24 jbrrestore accidently deleted file
2008-08-24 jbr1000l to me. committed to wrong repo. revert last commit.
2008-08-08 prossPCM regression tests.
2008-07-17 diegoMove up swscale_error target so that regression tests...
2008-06-19 mruenable version.h to be created from subdirs
2008-06-16 diegoGenerate pkg-config files in each library subdirectory...
2008-06-06 diegoRemove Fabrice's copyright from the Makefiles. They...
2008-05-27 diegoDo not remove gmon.out on clean, we never create it.
2008-05-27 diegoRemove TAGS target cruft.
2008-05-27 diegoSimplify phony target declaration.
2008-05-27 diegoRename test-server target to servertest for consistency...
2008-04-16 mruclear TESTS variable between subdirs
2008-04-14 diegoAdd DIRS variable to the list of variables to be cleare...
2008-04-10 mruffplay.d needs SDL_CFLAGS
2008-04-10 mrucorrect soname for vhooks
2008-04-10 mrusave DEP_LIBS before processing subdirs
2008-04-09 mrumove DEP_LIBS to common.mak
2008-04-09 mrufix build with --build-suffix
2008-04-09 mrugenerate separate dependency files per object file
2008-04-07 mrucollect vhook-related makefile lines in one place
2008-04-07 diegoMake the install-man target depend on $(MANPAGES).
2008-04-07 mrunon-recursive makefiles
2008-04-03 mrusimplify LDFLAGS and EXTRALIBS handling
2008-04-03 mrusimplify vhook/*.o rule
2008-04-03 mruclean up DEP_LIBS setting
2008-04-03 diego10l typo, restore forgotten $.
2008-04-02 diegoAdd libavutil to DEP_LIBS so that PROGS get rebuilt...
2008-03-29 mrufix ff*_g -> ff* rules
2008-03-28 diegobandaid fix for broken shared library installation
2008-03-28 diegoMove INSTALL_PROGS_TARGETS variable to a better place.
2008-03-28 diegoHandle EXTRALIBS and LDFLAGS for libswscale and libavfi...
2008-03-28 diegoReplace ifeq to declare install-progs dependencies...
2008-03-28 diegoThe install target should depend on enabled installatio...
2008-03-28 diegoRemove TAGS target. It is ages old and has never been...
2008-03-26 diegoUse common.mak in the top-level Makefile as well.
2008-03-26 diegocosmetics: Rename SRCS variable to PROGS_SRCS.
2008-03-26 diegoMerge LDFLAGS lines.
2008-03-26 diegocosmetics: Move around some rules and variable declarat...
2008-03-26 diegocosmetics: Rename 'all' target to 'main'.
2008-03-15 diegoMerge binary generation rules.
2008-03-15 mruset SRC_DIR in top-leve Makefile
2008-03-15 diegoUse $< to simplify a few lines.
2008-03-14 diegoBuild ffserver_g as well as ffserver, consistent with...
2008-03-12 diegoMove dependency generation commands into configure.
2008-03-12 diegoDo not calculate dependencies for header files in the...
2008-03-12 diegoUse $^ without header files instead of $(SRCS) to refer...
2008-03-10 ramiroRemove windows installer. I'm not aware of anyone that...
2008-03-10 diegoSimplify .depend generation command.
2008-03-10 diegoReplace the awkward '1>' with the more natural '>'.
2008-03-10 diegoMerge SDL_CFLAGS handling for files that need it.
2008-03-10 diegovhooks really need libav* even if they compile fine...
2008-03-10 diegoRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 diegoRename pp variable to postproc for consistency.
2008-03-08 diegocosmetics: prettyprinting
2008-03-08 diegoInstall libavfilter if it has been enabled.
2008-03-08 diegoThe videohook target does not depend on .libs.
2008-03-07 mruRemove mp4psp regression test
2008-03-06 kostyaIMA ADPCM encoder - QT variant
2008-03-05 mruallow vpath search only for source files
2008-02-26 vitorBuild system changes for libavfilter addition. Add...
2008-02-23 mruuse diff -u -w in codec regression test
2008-02-16 mrudo not run ldconfig after installing shared libraries
2008-02-03 mrusplit lavf regression tests
2008-02-03 mrusplit regression tests allowing make to run them in...
2008-01-28 diegoseektest depends on both codectest and libavtest.
2008-01-27 mruwhitespace cosmetics
2008-01-27 mruremove some ifeq ($(CONFIG_FOO),yes)
2008-01-26 diegoMerge rules for tools/* into a generic rule.
2008-01-26 diegoProperly remove tools on clean.
2008-01-16 diegoMake .vhookdep depend on version.h, same as .depend.
2008-01-14 diegoAdd compilation rule for tools/pktdumper.
2008-01-08 diegoAdd compilation rule for tools/trasher.
2007-11-22 lucabeIntroduce libavdevice
2007-11-04 diegoQuote paths in uninstall commands where necessary.
2007-10-31 diegoRemove redundant -DHAVE_AV_CONFIG_H from tests/seek_tes...
2007-10-30 diegoClarify comment about gcc -MM.
2007-10-22 diegoFix uninstall-vhook, SLIBSUF was being left out.
2007-10-22 diegoFix make install of man pages when PROGS is empty.
2007-10-22 diegoFix make install when PROGS is empty.
2007-10-22 diegoFurther simplify install-progs dependencies, no need...
2007-10-22 diegoSimplify install-progs prerequisite declaration.
2007-09-15 diegoMake distclean should remove .vhookdep.
2007-09-12 diegoRecurse into libswscale on uninstall.
2007-08-28 diego10l: Actually add the .libs dependency to the seek_test...
2007-08-28 diegoSplit FFmpeg documentation into general documentation...
2007-08-27 diegoGive seektest .libs dependency so that it gets updated...
2007-08-27 diegocosmetics: Insert empty line for readability.
2007-08-22 benoitMake ffserver use cmdutils.c show_license function
2007-07-21 diegocosmetics: Use uppercase names for installation directo...
next