summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* allow vpath search only for source filesMåns Rullgård2008-03-051-1/+3
| | | | Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build system changes for libavfilter addition. Add --enable-avfilter ↵Vitor Sessak2008-02-261-1/+13
| | | | | | | | 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-231-2/+2
| | | | Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-161-3/+0
| | | | Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split lavf regression testsMåns Rullgård2008-02-031-4/+39
| | | | 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-031-12/+93
| | | | Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seektest depends on both codectest and libavtest.Diego Biurrun2008-01-281-1/+1
| | | | Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2008-01-271-21/+20
| | | | Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård2008-01-271-21/+10
| | | | Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rules for tools/* into a generic rule.Diego Biurrun2008-01-261-11/+2
| | | | Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly remove tools on clean.Diego Biurrun2008-01-261-1/+2
| | | | 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-161-1/+1
| | | | | | 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-141-0/+3
| | | | Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-081-0/+3
| | | | Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-221-4/+13
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote paths in uninstall commands where necessary.Diego Biurrun2007-11-041-3/+3
| | | | 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-311-1/+1
| | | | Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment about gcc -MM.Diego Biurrun2007-10-301-1/+1
| | | | Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix uninstall-vhook, SLIBSUF was being left out.Diego Biurrun2007-10-221-1/+1
| | | | 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-221-1/+1
| | | | Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make install when PROGS is empty.Diego Biurrun2007-10-221-1/+4
| | | | 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-221-1/+1
| | | | Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify install-progs prerequisite declaration.Diego Biurrun2007-10-221-2/+1
| | | | Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make distclean should remove .vhookdep.Stefano Sabatini2007-09-151-1/+1
| | | | | | 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-121-0/+2
| | | | | | 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-281-2/+2
| | | | | | 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-281-1/+2
| | | | | | 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-271-1/+1
| | | | | | 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-271-0/+1
| | | | Originally committed as revision 10245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-221-2/+2
| | | | | | 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-211-11/+11
| | | | Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tools compilationBenoit Fouet2007-07-171-2/+2
| | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and populate "tools" directoryMåns Rullgård2007-07-131-2/+2
| | | | Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavtest and seektest no longer need gplMåns Rullgård2007-07-131-8/+0
| | | | Originally committed as revision 9633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify conditional targetsMåns Rullgård2007-07-091-11/+7
| | | | Originally committed as revision 9566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-07-091-2/+2
| | | | Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up vhook variablesMåns Rullgård2007-07-091-14/+17
| | | | Originally committed as revision 9564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: The ppm video hook depends on fork().Diego Biurrun2007-07-091-2/+5
| | | | | | | This dependency was apparently accidentally lost while making the vhook build process non-recursive. Originally committed as revision 9562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build after breakage in r9544Måns Rullgård2007-07-081-9/+15
| | | | Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook build non-recursive.Diego Biurrun2007-07-081-10/+26
| | | | Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert videohook dependency change.Diego Biurrun2007-06-191-1/+1
| | | | Originally committed as revision 9368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-111-1/+1
| | | | Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-101-1/+1
| | | | Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-101-1/+0
| | | | Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-101-1/+1
| | | | Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2007-06-101-8/+8
| | | | Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-101-2/+1
| | | | Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-101-2/+2
| | | | Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify command with automatic variable.Diego Biurrun2007-06-101-1/+1
| | | | Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud