summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* fix build with --build-suffixMåns Rullgård2008-04-091-1/+1
* generate separate dependency files per object fileMåns Rullgård2008-04-091-13/+7
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-071-27/+27
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-071-1/+1
* non-recursive makefilesMåns Rullgård2008-04-071-95/+33
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-031-15/+7
* simplify vhook/*.o ruleMåns Rullgård2008-04-031-3/+2
* clean up DEP_LIBS settingMåns Rullgård2008-04-031-5/+8
* 10l typo, restore forgotten $.Diego Biurrun2008-04-031-1/+1
* Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson2008-04-021-2/+2
* fix ff*_g -> ff* rulesMåns Rullgård2008-03-291-2/+2
* bandaid fix for broken shared library installationDiego Biurrun2008-03-281-0/+3
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-281-2/+1
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-281-11/+6
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-281-4/+3
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-281-0/+2
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-281-3/+0
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-261-25/+14
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-261-2/+2
* Merge LDFLAGS lines.Diego Biurrun2008-03-261-2/+1
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-261-10/+10
* cosmetics: Rename 'all' target to 'main'.Diego Biurrun2008-03-261-1/+1
* 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
OpenPOWER on IntegriCloud