summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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
* Merge binary generation rules.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set SRC_DIR in top-leve MakefileMåns Rullgård2008-03-15
| | | | Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< to simplify a few lines.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun2008-03-14
| | | | Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
| | | | | | This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun2008-03-12
| | | | | | | of the .depend target. $^ apparently includes the full path to files found in a vpath directory, $(SRCS) does not. This makes out of tree builds fail. Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla2008-03-10
| | | | Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend generation command.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk