summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
| | | | Originally committed as revision 17486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
| | | | Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
| | | | Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-25
| | | | Originally committed as revision 16793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a separate 'testclean' rule to clean regression test data withoutFrancesco Cosoleto2009-01-10
| | | | | | | removing compiled files. patch by Francesco Cosoleto, cosoleto gmail com Originally committed as revision 16518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run regression tests on target system.Måns Rullgård2008-11-23
| | | | Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-23
| | | | Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add check target to run both tests and checkheaders targets.Diego Biurrun2008-10-30
| | | | Originally committed as revision 15750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
| | | | | | | There is no longer any need to differentiate the object files by source type. Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alltools target to build all the tools/ stuff.Diego Biurrun2008-09-27
| | | | Originally committed as revision 15438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
| | | | | | | | | | | Plain C, x86-32 and -64 have been tested and should work, other archs that had asm optmizations in swscale likely will need some fixes to either fall back on C if SWS_BITEXACT is set or make the asm match C. This also disables the PAL8 test as neither swscale nor the old scaler really support PAL8 output, imgconvert supported a fixed 666 palette as output and swscale supports fixed 884 and 422. Originally committed as revision 15305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore accidently deleted fileJustin Ruggles2008-08-24
| | | | Originally committed as revision 14954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
| | | | Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCM regression tests.Peter Ross2008-08-08
| | | | Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up swscale_error target so that regression tests error out immediately.Diego Biurrun2008-07-17
| | | | Originally committed as revision 14261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
| | | | | | not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
| | | | | | rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove TAGS target cruft.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify phony target declaration.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear TESTS variable between subdirsMåns Rullgård2008-04-16
| | | | Originally committed as revision 12866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
| | | | | | unsetting it manually. Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-10
| | | | Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct soname for vhooksMåns Rullgård2008-04-10
| | | | Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save DEP_LIBS before processing subdirsMåns Rullgård2008-04-10
| | | | Originally committed as revision 12784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
| | | | Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build with --build-suffixMåns Rullgård2008-04-09
| | | | Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate separate dependency files per object fileMåns Rullgård2008-04-09
| | | | Originally committed as revision 12775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-07
| | | | Originally committed as revision 12762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-07
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-03
| | | | Originally committed as revision 12683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify vhook/*.o ruleMåns Rullgård2008-04-03
| | | | Originally committed as revision 12682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up DEP_LIBS settingMåns Rullgård2008-04-03
| | | | Originally committed as revision 12681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo, restore forgotten $.Diego Biurrun2008-04-03
| | | | Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson2008-04-02
| | | | | | Closes issue 418, patch by Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ff*_g -> ff* rulesMåns Rullgård2008-03-29
| | | | Originally committed as revision 12624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bandaid fix for broken shared library installationDiego Biurrun2008-03-28
| | | | Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-28
| | | | Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-28
| | | | Originally committed as revision 12615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-28
| | | | Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-28
| | | | Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-28
| | | | | | changes to the source tree. Thus it has to be completely unused. Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-26
| | | | Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-26
| | | | | | This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge LDFLAGS lines.Diego Biurrun2008-03-26
| | | | Originally committed as revision 12597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-26
| | | | | | This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename 'all' target to 'main'.Diego Biurrun2008-03-26
| | | | | | This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk