Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-25Fix compilation in subdir with NASM.Reimar Döffinger
2011-06-25Restore some more rules to common.mak to improve building in subdirs.Reimar Döffinger
2011-06-24Restore accidentally removed parts of "BRIEF" list.Reimar Döffinger
2011-06-24Allow running make in subdirs again.Reimar Döffinger
2011-06-24Revert "build: move basic rules and variables to main Makefile"Reimar Döffinger
2011-06-23build: move basic rules and variables to main MakefileMans Rullgard
2011-06-23build: move special targets to end of main MakefileMans Rullgard
2011-06-14build: move vpath directives to main MakefileMans Rullgard
2011-06-14build: move ALLFFLIBS to a more logical placeMans Rullgard
2011-06-07build: remove empty $(OBJS) targetMans Rullgard
2011-06-06build: clean up .PHONY listsMans Rullgard
2011-06-06build: move all (un)install* target aliases to toplevel MakefileMans Rullgard
2011-06-06build: remove stale dependencyMans Rullgard
2011-06-06build: do not add CFLAGS-yes to CFLAGSMans Rullgard
2011-05-29build: remove BUILD_ROOT variableMans Rullgard
2011-03-31Include dependencies for test programsMans Rullgard
2011-03-30Remove support for stripping executablesMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-09-04Create config.asm for use with yasmMåns Rullgård
2010-08-17Remove dep/depend targets and related variables.Diego Biurrun
2010-07-21Add libavcore.Stefano Sabatini
2010-07-04Stop make complaining about moved/deleted headersMåns Rullgård
2010-06-27Add -I flags to HOSTCFLAGSMåns Rullgård
2010-06-26Fix brief make messages when CC etc are specified on command lineMåns Rullgård
2010-03-17Make ranlib silent in brief output modeMåns Rullgård
2010-03-14Fix brief make output for generated tablesMåns Rullgård
2010-03-10Remove .SECONDARY directiveMåns Rullgård
2010-03-10Improve version.h generationMåns Rullgård
2010-03-10Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård
2010-03-10Prettify make output for documentationMåns Rullgård
2010-03-09Prettify make output when generating headersMåns Rullgård
2010-03-09Simplify static/shared build rulesMåns Rullgård
2010-03-09Remove duplicates from OBJSMåns Rullgård
2010-03-08checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård
2010-03-08Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård
2010-03-08Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård
2010-03-08Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård
2010-03-06Fix build with compilers using a separate dependency commandMåns Rullgård
2010-03-06Prettify make outputMåns Rullgård
2010-02-27Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård
2010-02-26Disable suffix rulesMåns Rullgård
2010-01-29Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård
2010-01-28Append ECFLAGS to CFLAGSMåns Rullgård
2010-01-27Revert r21226, it was a joke:Ramiro Polla
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-15Get one step closer to world domination.Ramiro Polla
2009-11-22Delete *.d files with make cleanMåns Rullgård
2009-10-29Add generic rules for building helpers with HOSTCCMåns Rullgård
2009-08-23Add PIC flags early so tests they affect give correct resultsMåns Rullgård
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård