OSDN Git Service

Flush SDP description
[coroid/libav_saccubus.git] / Makefile
2008-10-30 Diego BiurrunAdd check target to run both tests and checkheaders...
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-09-27 Diego BiurrunAdd alltools target to build all the tools/ stuff.
2008-09-13 Michael NiedermayerSwitch regression tests to swscale.
2008-08-24 Justin Rugglesrestore accidently deleted file
2008-08-24 Justin Ruggles1000l to me. committed to wrong repo. revert last commit.
2008-08-08 Peter RossPCM regression tests.
2008-07-17 Diego BiurrunMove up swscale_error target so that regression tests...
2008-06-19 Måns Rullgårdenable version.h to be created from subdirs
2008-06-16 Diego BiurrunGenerate pkg-config files in each library subdirectory...
2008-06-06 Diego BiurrunRemove Fabrice's copyright from the Makefiles. They...
2008-05-27 Diego BiurrunDo not remove gmon.out on clean, we never create it.
2008-05-27 Diego BiurrunRemove TAGS target cruft.
2008-05-27 Diego BiurrunSimplify phony target declaration.
2008-05-27 Diego BiurrunRename test-server target to servertest for consistency...
2008-04-16 Måns Rullgårdclear TESTS variable between subdirs
2008-04-14 Diego BiurrunAdd DIRS variable to the list of variables to be cleare...
2008-04-10 Måns Rullgårdffplay.d needs SDL_CFLAGS
2008-04-10 Måns Rullgårdcorrect soname for vhooks
2008-04-10 Måns Rullgårdsave DEP_LIBS before processing subdirs
2008-04-09 Måns Rullgårdmove DEP_LIBS to common.mak
2008-04-09 Måns Rullgårdfix build with --build-suffix
2008-04-09 Måns Rullgårdgenerate separate dependency files per object file
2008-04-07 Måns Rullgårdcollect vhook-related makefile lines in one place
2008-04-07 Stefano SabatiniMake the install-man target depend on $(MANPAGES).
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-03 Måns Rullgårdsimplify LDFLAGS and EXTRALIBS handling
2008-04-03 Måns Rullgårdsimplify vhook/*.o rule
2008-04-03 Måns Rullgårdclean up DEP_LIBS setting
2008-04-03 Diego Biurrun10l typo, restore forgotten $.
2008-04-02 Björn AxelssonAdd libavutil to DEP_LIBS so that PROGS get rebuilt...
2008-03-29 Måns Rullgårdfix ff*_g -> ff* rules
2008-03-28 Diego Biurrunbandaid fix for broken shared library installation
2008-03-28 Diego BiurrunMove INSTALL_PROGS_TARGETS variable to a better place.
2008-03-28 Diego BiurrunHandle EXTRALIBS and LDFLAGS for libswscale and libavfi...
2008-03-28 Diego BiurrunReplace ifeq to declare install-progs dependencies...
2008-03-28 Diego BiurrunThe install target should depend on enabled installatio...
2008-03-28 Diego BiurrunRemove TAGS target. It is ages old and has never been...
2008-03-26 Diego BiurrunUse common.mak in the top-level Makefile as well.
2008-03-26 Diego Biurruncosmetics: Rename SRCS variable to PROGS_SRCS.
2008-03-26 Diego BiurrunMerge LDFLAGS lines.
2008-03-26 Diego Biurruncosmetics: Move around some rules and variable declarat...
2008-03-26 Diego Biurruncosmetics: Rename 'all' target to 'main'.
2008-03-15 Diego BiurrunMerge binary generation rules.
2008-03-15 Måns Rullgårdset SRC_DIR in top-leve Makefile
2008-03-15 Diego BiurrunUse $< to simplify a few lines.
2008-03-14 Diego BiurrunBuild ffserver_g as well as ffserver, consistent with...
2008-03-12 Diego BiurrunMove dependency generation commands into configure.
2008-03-12 Diego BiurrunDo not calculate dependencies for header files in the...
2008-03-12 Diego BiurrunUse $^ without header files instead of $(SRCS) to refer...
2008-03-10 Ramiro PollaRemove windows installer. I'm not aware of anyone that...
2008-03-10 Diego BiurrunSimplify .depend generation command.
2008-03-10 Diego BiurrunReplace the awkward '1>' with the more natural '>'.
2008-03-10 Diego BiurrunMerge SDL_CFLAGS handling for files that need it.
2008-03-10 Diego Biurrunvhooks really need libav* even if they compile fine...
2008-03-10 Diego BiurrunRename --enable-swscaler --> enable-swscale to be consi...
2008-03-08 Diego BiurrunRename pp variable to postproc for consistency.
2008-03-08 Diego Biurruncosmetics: prettyprinting
2008-03-08 Diego BiurrunInstall libavfilter if it has been enabled.
2008-03-08 Diego BiurrunThe videohook target does not depend on .libs.
2008-03-07 Måns RullgårdRemove mp4psp regression test
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-03-05 Måns Rullgårdallow vpath search only for source files
2008-02-26 Vitor SessakBuild system changes for libavfilter addition. Add...
2008-02-23 Måns Rullgårduse diff -u -w in codec regression test
2008-02-16 Måns Rullgårddo not run ldconfig after installing shared libraries
2008-02-03 Måns Rullgårdsplit lavf regression tests
2008-02-03 Måns Rullgårdsplit regression tests allowing make to run them in...
2008-01-28 Diego Biurrunseektest depends on both codectest and libavtest.
2008-01-27 Måns Rullgårdwhitespace cosmetics
2008-01-27 Måns Rullgårdremove some ifeq ($(CONFIG_FOO),yes)
2008-01-26 Diego BiurrunMerge rules for tools/* into a generic rule.
2008-01-26 Diego BiurrunProperly remove tools on clean.
2008-01-16 Diego PettenòMake .vhookdep depend on version.h, same as .depend.
2008-01-14 Diego BiurrunAdd compilation rule for tools/pktdumper.
2008-01-08 Diego BiurrunAdd compilation rule for tools/trasher.
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-04 Diego BiurrunQuote paths in uninstall commands where necessary.
2007-10-31 Diego BiurrunRemove redundant -DHAVE_AV_CONFIG_H from tests/seek_tes...
2007-10-30 Diego BiurrunClarify comment about gcc -MM.
2007-10-22 Diego BiurrunFix uninstall-vhook, SLIBSUF was being left out.
2007-10-22 Diego BiurrunFix make install of man pages when PROGS is empty.
2007-10-22 Diego BiurrunFix make install when PROGS is empty.
2007-10-22 Diego BiurrunFurther simplify install-progs prerequisites, no need...
2007-10-22 Diego BiurrunSimplify install-progs prerequisite declaration.
2007-09-15 Stefano SabatiniMake distclean should remove .vhookdep.
2007-09-12 Dave YeoRecurse into libswscale on uninstall.
2007-08-28 Diego Biurrun10l: Actually add the .libs dependency to the seek_test...
2007-08-28 Diego BiurrunSplit FFmpeg documentation into general documentation...
2007-08-27 Wolfram GlogerGive seektest .libs dependency so that it gets updated...
2007-08-27 Diego Biurruncosmetics: Insert empty line for readability.
2007-08-22 Stefano SabatiniMake ffserver use cmdutils.c show_license function
2007-07-21 Diego Biurruncosmetics: Use uppercase names for installation directo...
2007-07-17 Benoit Fouetfix tools compilation
2007-07-13 Måns Rullgårdcreate and populate "tools" directory
2007-07-13 Måns Rullgårdlibavtest and seektest no longer need gpl
2007-07-09 Måns Rullgårdprettify conditional targets
2007-07-09 Måns Rullgårdwhitespace cosmetics
2007-07-09 Måns Rullgårdclean up vhook variables
2007-07-09 Diego Biurrun10l: The ppm video hook depends on fork().
next