summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* seektest depends on both codectest and libavtest.Diego Biurrun2008-01-281-1/+1
* whitespace cosmeticsMåns Rullgård2008-01-271-21/+20
* remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård2008-01-271-21/+10
* Merge rules for tools/* into a generic rule.Diego Biurrun2008-01-261-11/+2
* Properly remove tools on clean.Diego Biurrun2008-01-261-1/+2
* Make .vhookdep depend on version.h, same as .depend.Diego Pettenò2008-01-161-1/+1
* Add compilation rule for tools/pktdumper.Diego Biurrun2008-01-141-0/+3
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-081-0/+3
* Introduce libavdeviceLuca Abeni2007-11-221-4/+13
* Quote paths in uninstall commands where necessary.Diego Biurrun2007-11-041-3/+3
* Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun2007-10-311-1/+1
* Clarify comment about gcc -MM.Diego Biurrun2007-10-301-1/+1
* Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun2007-10-221-1/+1
* Fix make install of man pages when PROGS is empty.Diego Biurrun2007-10-221-1/+1
* Fix make install when PROGS is empty.Diego Biurrun2007-10-221-1/+4
* Further simplify install-progs prerequisites, no need to duplicate PROGS.Diego Biurrun2007-10-221-1/+1
* Simplify install-progs prerequisite declaration.Diego Biurrun2007-10-221-2/+1
* Make distclean should remove .vhookdep.Stefano Sabatini2007-09-151-1/+1
* Recurse into libswscale on uninstall.Dave Yeo2007-09-121-0/+2
* 10l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun2007-08-281-2/+2
* Split FFmpeg documentation into general documentation and the documentationDiego Biurrun2007-08-281-1/+2
* Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger2007-08-271-1/+1
* cosmetics: Insert empty line for readability.Diego Biurrun2007-08-271-0/+1
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-221-2/+2
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-211-11/+11
* fix tools compilationBenoit Fouet2007-07-171-2/+2
* create and populate "tools" directoryMåns Rullgård2007-07-131-2/+2
* libavtest and seektest no longer need gplMåns Rullgård2007-07-131-8/+0
* prettify conditional targetsMåns Rullgård2007-07-091-11/+7
* whitespace cosmeticsMåns Rullgård2007-07-091-2/+2
* clean up vhook variablesMåns Rullgård2007-07-091-14/+17
* 10l: The ppm video hook depends on fork().Diego Biurrun2007-07-091-2/+5
* fix build after breakage in r9544Måns Rullgård2007-07-081-9/+15
* Make vhook build non-recursive.Diego Biurrun2007-07-081-10/+26
* Revert videohook dependency change.Diego Biurrun2007-06-191-1/+1
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-111-1/+1
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-101-1/+1
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-101-1/+0
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-101-1/+1
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
* whitespace cosmeticsDiego Biurrun2007-06-101-8/+8
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-101-2/+1
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-101-2/+2
* Simplify command with automatic variable.Diego Biurrun2007-06-101-1/+1
* Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun2007-06-081-4/+3
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-071-4/+62
* Add seektest to top-level targets, remove individual codec tests.Diego Biurrun2007-05-251-2/+2
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-171-3/+13
* include only files actually built in SRCSMåns Rullgård2007-03-081-1/+1
* remove useless OBJS variableMåns Rullgård2007-02-271-2/+1
OpenPOWER on IntegriCloud