summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-08
* Introduce libavdeviceLuca Abeni2007-11-22
* Quote paths in uninstall commands where necessary.Diego Biurrun2007-11-04
* Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun2007-10-31
* Clarify comment about gcc -MM.Diego Biurrun2007-10-30
* Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun2007-10-22
* Fix make install of man pages when PROGS is empty.Diego Biurrun2007-10-22
* Fix make install when PROGS is empty.Diego Biurrun2007-10-22
* Further simplify install-progs prerequisites, no need to duplicate PROGS.Diego Biurrun2007-10-22
* Simplify install-progs prerequisite declaration.Diego Biurrun2007-10-22
* Make distclean should remove .vhookdep.Stefano Sabatini2007-09-15
* Recurse into libswscale on uninstall.Dave Yeo2007-09-12
* 10l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun2007-08-28
* Split FFmpeg documentation into general documentation and the documentationDiego Biurrun2007-08-28
* Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger2007-08-27
* cosmetics: Insert empty line for readability.Diego Biurrun2007-08-27
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
* fix tools compilationBenoit Fouet2007-07-17
* create and populate "tools" directoryMåns Rullgård2007-07-13
* libavtest and seektest no longer need gplMåns Rullgård2007-07-13
* prettify conditional targetsMåns Rullgård2007-07-09
* whitespace cosmeticsMåns Rullgård2007-07-09
* clean up vhook variablesMåns Rullgård2007-07-09
* 10l: The ppm video hook depends on fork().Diego Biurrun2007-07-09
* fix build after breakage in r9544Måns Rullgård2007-07-08
* Make vhook build non-recursive.Diego Biurrun2007-07-08
* Revert videohook dependency change.Diego Biurrun2007-06-19
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-11
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-10
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* whitespace cosmeticsDiego Biurrun2007-06-10
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-10
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-10
* Simplify command with automatic variable.Diego Biurrun2007-06-10
* Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun2007-06-08
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
* Add seektest to top-level targets, remove individual codec tests.Diego Biurrun2007-05-25
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-17
* include only files actually built in SRCSMåns Rullgård2007-03-08
* remove useless OBJS variableMåns Rullgård2007-02-27
* simplify conditional targetsMåns Rullgård2007-02-27
* simplifyMåns Rullgård2007-02-27
* Simplify .depend file inclusion.Diego Biurrun2007-02-23
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
* comment typoDiego Biurrun2007-01-25
* PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun2007-01-25
* make version.h depend on .svn/entriesMåns Rullgård2006-12-26