summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge SDL_CFLAGS handling for files that need it.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintingDiego Biurrun2008-03-08
| | | | Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libavfilter if it has been enabled.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The videohook target does not depend on .libs.Diego Biurrun2008-03-08
| | | | Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mp4psp regression testMåns Rullgård2008-03-07
| | | | | | | | | | The PSP MP4 format requires an AAC audio stream, so until we have an AAC encoder we cannot test this format. The existing test is broken and does not actually use the PSP format. Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
| | | | Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow vpath search only for source filesMåns Rullgård2008-03-05
| | | | Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build system changes for libavfilter addition. Add --enable-avfilter ↵Vitor Sessak2008-02-26
| | | | | | | | configure option. Patch by myself, Bobby Bingham and Víctor Paesa. Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use diff -u -w in codec regression testMåns Rullgård2008-02-23
| | | | Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk