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-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
2006-10-05Simplify test program build.Diego Biurrun
2006-10-04Libraries are created in the build tree, not in the source tree.Diego Biurrun
2006-10-04Replace .. by $(SRC_PATH), otherwise there might be problems withDiego Biurrun
2006-10-03Move EXTRALIBS handling to common.mak.Diego Biurrun
2006-10-03depend and dep are really the same target.Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-08-15Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun
2006-08-04Remove MinGW specialcasing and make shared library installation compatibleDiego Biurrun
2006-08-04Add quotes where necessary.Diego Biurrun
2006-08-04Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun
2006-08-03Move MinGW special casing for shared lib creation to configure.Diego Biurrun