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-10fix build with --build-suffixMåns Rullgård
2008-04-10generate separate dependency files per object fileMåns Rullgård
2008-04-08collect vhook-related makefile lines in one placeMåns Rullgård
2008-04-08Make the install-man target depend on $(MANPAGES).Stefano Sabatini
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-04simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård
2008-04-04simplify vhook/*.o ruleMåns Rullgård
2008-04-04clean up DEP_LIBS settingMåns Rullgård
2008-04-0310l typo, restore forgotten $.Diego Biurrun
2008-04-02Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson
2008-03-29fix ff*_g -> ff* rulesMåns Rullgård
2008-03-28bandaid fix for broken shared library installationDiego Biurrun
2008-03-28Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun
2008-03-28Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun
2008-03-28Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun
2008-03-28The install target should depend on enabled installation targets.Diego Biurrun
2008-03-28Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun
2008-03-26Use common.mak in the top-level Makefile as well.Diego Biurrun
2008-03-26cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun
2008-03-26Merge LDFLAGS lines.Diego Biurrun
2008-03-26cosmetics: Move around some rules and variable declarations.Diego Biurrun
2008-03-26cosmetics: Rename 'all' target to 'main'.Diego Biurrun
2008-03-15Merge binary generation rules.Diego Biurrun
2008-03-15set SRC_DIR in top-leve MakefileMåns Rullgård
2008-03-15Use $< to simplify a few lines.Diego Biurrun
2008-03-14Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun
2008-03-13Move dependency generation commands into configure.Diego Biurrun
2008-03-12Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun
2008-03-12Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun
2008-03-11Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla
2008-03-10Simplify .depend generation command.Diego Biurrun
2008-03-10Replace the awkward '1>' with the more natural '>'.Diego Biurrun
2008-03-10Merge SDL_CFLAGS handling for files that need it.Diego Biurrun
2008-03-10vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
2008-03-08Rename pp variable to postproc for consistency.Diego Biurrun
2008-03-08cosmetics: prettyprintingDiego Biurrun
2008-03-08Install libavfilter if it has been enabled.Diego Biurrun
2008-03-08The videohook target does not depend on .libs.Diego Biurrun
2008-03-07Remove mp4psp regression testMåns Rullgård
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-03-06allow vpath search only for source filesMåns Rullgård
2008-02-27Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak
2008-02-23use diff -u -w in codec regression testMåns Rullgård
2008-02-16do not run ldconfig after installing shared librariesMåns Rullgård
2008-02-03split lavf regression testsMåns Rullgård
2008-02-03split regression tests allowing make to run them in parallelMåns Rullgård
2008-01-28seektest depends on both codectest and libavtest.Diego Biurrun
2008-01-27whitespace cosmeticsMåns Rullgård
2008-01-27remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård