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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-20Use $(CC_O) in %-test.o rulesMåns Rullgård
2010-01-19Add rules to install generated headersMåns Rullgård
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-15Get one step closer to world domination.Ramiro Polla
2009-10-29Add generic rules for building helpers with HOSTCCMåns Rullgård
2009-10-28Makefile cosmeticsMåns Rullgård
2009-08-23Fix dependency generation for yasm assembler filesMåns Rullgård
2009-07-28Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård
2009-07-17Use CPPFLAGS when building testsMåns Rullgård
2009-07-12Use LD for linking, default to same as CCMåns Rullgård
2009-05-20Create shared libs correctly, fix mingw buildMåns Rullgård
2009-04-20Remove example programs with a wildcard expression.Diego Biurrun
2009-04-01Add $(ELIBS) to example/test app link commandMåns Rullgård
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-04-01Link tests/examples with -lfoo instead of libfoo.aMåns Rullgård
2009-04-01Move make rules applicable only to subdirs into subdir.makMåns Rullgård
2009-03-22Use $< automatic variable to simplify some commands.Diego Biurrun
2008-12-13Remove other shared lib names from linker command line for shared libsMåns Rullgård
2008-06-16Generate pkg-config files in each library subdirectory so that they doDiego Biurrun
2008-05-26Revert "Add version information to DLLs."Måns Rullgård
2008-05-25Forgot to commit changes to subdir.mak in last revision.Ramiro Polla
2008-04-10move DEP_LIBS to common.makMåns Rullgård
2008-04-10fix build with --build-suffixMåns Rullgård
2008-04-08replace some ifeq with prettier ifdefMåns Rullgård
2008-04-08non-recursive makefilesMåns Rullgård