summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyDiego Biurrun2006-07-02
| | | | Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make distclean clean everythingLuca Barbato2006-07-02
| | | | Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get svn version when using separate build treeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .depend needs version.h, noticed by Uoti UrpalaDiego Biurrun2006-06-22
| | | | Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid binary stripping rule code duplication.Diego Biurrun2006-06-19
| | | | Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put local -L flags first in link commandsMåns Rullgård2006-06-17
| | | | Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-09
| | | | Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'make depend' should recurse into libavutil as well.Diego Biurrun2006-06-01
| | | | Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
| | | | Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate the list of all programs, unstripped programs and man pages in a moreDiego Biurrun2006-05-18
| | | | | | elegant fashion and unconditionally remove all programs on clean. Originally committed as revision 5400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename singular variables to more sensible plural form.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninstallation supportDiego Biurrun2006-05-18
| | | | | | inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Prettyprint some commands.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use '-' instead of '|| true' to ignore errors.Diego Biurrun2006-03-26
| | | | Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-19
| | | | | | This is needed for components that override install locations (libpostproc). Originally committed as revision 5036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quotes around $(libdir)Måns Rullgård2006-02-13
| | | | Originally committed as revision 5016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-11
| | | | | | approved by Diego Originally committed as revision 4995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-11
| | | | | | against shared libs. Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The install-progs target should depend on $(PROG).Diego Biurrun2006-02-11
| | | | Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate program installation into its own target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
| | | | Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove .pc files on distclean.Diego Biurrun2005-10-18
| | | | Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
| | | | | | | defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-10
| | | | Originally committed as revision 4500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
| | | | Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy ↵Víctor Paesa2005-03-18
| | | | | | hotmail com) Originally committed as revision 4055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" ↵Steven M. Schultz2005-02-27
| | | | | | <sms 2bsd com>) Originally committed as revision 3988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn2005-01-21
| | | | | | preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>) Originally committed as revision 3855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
| | | | | | | | | Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cws2fws, utility to convert compressed flash files to uncompressed ones, ↵Alex Beregszaszi2004-10-16
| | | | | | which can be than played back with ffplay. note: this doesn't gets compiled automatically Originally committed as revision 3598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-10-11
| | | | Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing targets cleanupZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix link fail of ffserver on mingw with --enable-vorbis patch by ("Robert ↵Robert Lippmann2004-10-05
| | | | | | Lippmann" <rlippmann at imsventures dot com>) Originally committed as revision 3560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dep fixes by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer2004-08-11
| | | | Originally committed as revision 3379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)Adam Thayer2004-07-16
| | | | Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer2004-07-08
| | | | Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk