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
2009-07-23Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård
2009-07-12Append the user CPPFLAGS value to the CPPFLAGS used for compilation,Stefano Sabatini
2009-07-12Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård
2009-07-12Allow unusual ways of specifying compiler output fileMåns Rullgård
2009-07-12Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård
2009-07-12Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård
2009-05-29Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 haveDave Yeo
2009-05-20Fix building from within subdirsMåns Rullgård
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-01Always use -L flags for all subdirsMåns Rullgård
2009-04-01Move make rules applicable only to subdirs into subdir.makMåns Rullgård
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-26Use a wildcard match instead of a list to remove test programs.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-25prettyprinting cosmeticsDiego Biurrun
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-23Add rule for building API example programs.Diego Biurrun
2009-03-13Mark all clean targets as phony.Diego Biurrun
2009-03-06Compile .S files with $(AS), set it in configureMåns Rullgård
2009-03-03Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun
2009-03-02version.h should depend on config.mak.Diego Biurrun
2009-01-26Fix version.h dependency on version.shMåns Rullgård
2009-01-26version.h depends on version.sh.Diego Biurrun
2009-01-12Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-10-25Use OBJS variable for all object filesMåns Rullgård
2008-10-25Remove unused SRCS make variableMåns Rullgård
2008-09-27Add support for passing a version string to configure that is appended toDiego Biurrun
2008-08-1310000l, revert mistakely commited and unrelated hunk.Michael Niedermayer
2008-08-13Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer
2008-08-12yasm buildsystemLoren Merritt
2008-07-09regenerate dependencies when building object filesMåns Rullgård
2008-06-19enable version.h to be created from subdirsMå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-25Add version information to DLLs.Jeremy Kolb
2008-05-09Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun
2008-04-18fix make tests in subdirsMåns Rullgård
2008-04-17fix building of test programs (make tests)Måns Rullgård
2008-04-15Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun
2008-04-13Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun
2008-04-13Remove all dependency files on distclean.Diego Biurrun
2008-04-13Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun
2008-04-13Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun
2008-04-10move DEP_LIBS to common.makMåns Rullgård
2008-04-10generate separate dependency files per object fileMåns Rullgård
2008-04-08replace some ifeq with prettier ifdefMåns Rullgård
2008-04-08append TESTS-yes to TESTS; one ifeq lessMåns Rullgård
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-28bandaid fix for broken shared library installationDiego Biurrun