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-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
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