summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge binary generation rules.Diego Biurrun2008-03-151-8/+5
* set SRC_DIR in top-leve MakefileMåns Rullgård2008-03-151-0/+2
* Use $< to simplify a few lines.Diego Biurrun2008-03-151-3/+3
* Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun2008-03-141-1/+1
* Move dependency generation commands into configure.Diego Biurrun2008-03-121-3/+2
* Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun2008-03-121-1/+1
* Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun2008-03-121-1/+1
* Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla2008-03-101-5/+1
* Simplify .depend generation command.Diego Biurrun2008-03-101-1/+1
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-101-1/+1
* Merge SDL_CFLAGS handling for files that need it.Diego Biurrun2008-03-101-2/+2
* vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun2008-03-101-1/+2
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-101-6/+6
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-081-4/+4
* cosmetics: prettyprintingDiego Biurrun2008-03-081-6/+6
* Install libavfilter if it has been enabled.Diego Biurrun2008-03-081-0/+1
* The videohook target does not depend on .libs.Diego Biurrun2008-03-081-1/+1
* Remove mp4psp regression testMåns Rullgård2008-03-071-1/+0
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-061-0/+1
* allow vpath search only for source filesMåns Rullgård2008-03-051-1/+3
* Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak2008-02-261-1/+13
* use diff -u -w in codec regression testMåns Rullgård2008-02-231-2/+2
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-161-3/+0
* split lavf regression testsMåns Rullgård2008-02-031-4/+39
* split regression tests allowing make to run them in parallelMåns Rullgård2008-02-031-12/+93
* 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
OpenPOWER on IntegriCloud