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
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
2008-03-28Fix circular dependency between install-progs and install-libs targets.Diego Biurrun
2008-03-27Fix building with C++ objects, variable names were inconsistent.François Revol
2008-03-26Use common.mak in the top-level Makefile as well.Diego Biurrun
2008-03-15rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was usedMåns Rullgård
2008-03-13Move dependency generation commands into configure.Diego Biurrun
2008-03-10Replace the awkward '1>' with the more natural '>'.Diego Biurrun
2008-03-09Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2008-03-06allow vpath search only for source filesMåns Rullgård
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2008-01-28Move common test program infrastructure to common.mak.Diego Biurrun
2007-12-06OS/2 support restored in cleaner form.Dave Yeo
2007-10-30Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun
2007-10-23Simplify install-libs prerequisite generation.Diego Biurrun
2007-10-18Rename LIB to LIBNAME for consistency.Diego Biurrun
2007-10-17Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed viaDave Yeo
2007-09-15ln is not available on all platforms, so introduce a variable for itDave Yeo
2007-07-21cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun
2007-07-20Remove EXTRADEPS from common.mak since it is no longer usedRamiro Polla
2007-06-17add "checkheaders" targetMåns Rullgård
2007-06-11We do not create .d files, thus no need to remove them.Diego Biurrun
2007-06-11Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun
2007-06-04readability cosmeticsDiego Biurrun
2007-04-03Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.Diego Biurrun
2007-02-24Simplify .depend file inclusion.Diego Biurrun
2007-01-25Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla
2007-01-25Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun
2007-01-22Remove BeOS hack.Diego Biurrun
2006-12-22Install generated .lib files in shlibdir on MinGW.Ramiro Polla
2006-11-25Remove redundant comment.Diego Biurrun
2006-11-15Remove duplicate *.lib from rm command.Diego Biurrun
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-08Quote names individually, since otherwise the whole list was understoodVíctor Paesa