summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
...
* 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
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-16
| | | | Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split lavf regression testsMåns Rullgård2008-02-03
| | | | Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split regression tests allowing make to run them in parallelMåns Rullgård2008-02-03
| | | | Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seektest depends on both codectest and libavtest.Diego Biurrun2008-01-28
| | | | Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2008-01-27
| | | | Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård2008-01-27
| | | | Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rules for tools/* into a generic rule.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly remove tools on clean.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make .vhookdep depend on version.h, same as .depend.Diego Pettenò2008-01-16
| | | | | | patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation rule for tools/pktdumper.Diego Biurrun2008-01-14
| | | | Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-22
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote paths in uninstall commands where necessary.Diego Biurrun2007-11-04
| | | | Originally committed as revision 10927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun2007-10-31
| | | | Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment about gcc -MM.Diego Biurrun2007-10-30
| | | | Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install of man pages when PROGS is empty.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install when PROGS is empty.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify install-progs prerequisites, no need to duplicate PROGS.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify install-progs prerequisite declaration.Diego Biurrun2007-10-22
| | | | Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make distclean should remove .vhookdep.Stefano Sabatini2007-09-15
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recurse into libswscale on uninstall.Dave Yeo2007-09-12
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 10479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun2007-08-28
| | | | | | not the phony seektest target. Originally committed as revision 10258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split FFmpeg documentation into general documentation and the documentationDiego Biurrun2007-08-28
| | | | | | of the ffmpeg command line program. Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger2007-08-27
| | | | | | patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 10246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Insert empty line for readability.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
| | | | | | patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tools compilationBenoit Fouet2007-07-17
| | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and populate "tools" directoryMåns Rullgård2007-07-13
| | | | Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavtest and seektest no longer need gplMåns Rullgård2007-07-13
| | | | Originally committed as revision 9633 to svn://svn.ffmpeg.org/ffmpeg/trunk