summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-25
* Add a separate 'testclean' rule to clean regression test data withoutFrancesco Cosoleto2009-01-10
* Run regression tests on target system.Måns Rullgård2008-11-23
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-23
* Add check target to run both tests and checkheaders targets.Diego Biurrun2008-10-30
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
* Add alltools target to build all the tools/ stuff.Diego Biurrun2008-09-27
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
* restore accidently deleted fileJustin Ruggles2008-08-24
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* PCM regression tests.Peter Ross2008-08-08
* Move up swscale_error target so that regression tests error out immediately.Diego Biurrun2008-07-17
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-27
* Remove TAGS target cruft.Diego Biurrun2008-05-27
* Simplify phony target declaration.Diego Biurrun2008-05-27
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-27
* clear TESTS variable between subdirsMåns Rullgård2008-04-16
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-10
* correct soname for vhooksMåns Rullgård2008-04-10
* save DEP_LIBS before processing subdirsMåns Rullgård2008-04-10
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
* fix build with --build-suffixMåns Rullgård2008-04-09
* generate separate dependency files per object fileMåns Rullgård2008-04-09
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-07
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-07
* non-recursive makefilesMåns Rullgård2008-04-07
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-03
* simplify vhook/*.o ruleMåns Rullgård2008-04-03
* clean up DEP_LIBS settingMåns Rullgård2008-04-03
* 10l typo, restore forgotten $.Diego Biurrun2008-04-03
* Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson2008-04-02
* fix ff*_g -> ff* rulesMåns Rullgård2008-03-29
* bandaid fix for broken shared library installationDiego Biurrun2008-03-28
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-28
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-28
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-28
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-28
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-28
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-26
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-26
* Merge LDFLAGS lines.Diego Biurrun2008-03-26
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-26
* cosmetics: Rename 'all' target to 'main'.Diego Biurrun2008-03-26