summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun2006-08-31
* FFMPEG_VERSION was moved to version.h.Diego Biurrun2006-08-25
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-10
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* simplifyDiego Biurrun2006-07-02
* make distclean clean everythingLuca Barbato2006-07-02
* get svn version when using separate build treeMåns Rullgård2006-06-28
* .depend needs version.h, noticed by Uoti UrpalaDiego Biurrun2006-06-22
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Avoid binary stripping rule code duplication.Diego Biurrun2006-06-19
* put local -L flags first in link commandsMåns Rullgård2006-06-17
* CVS --> SubversionDiego Biurrun2006-06-09
* 'make depend' should recurse into libavutil as well.Diego Biurrun2006-06-01
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
* Generate the list of all programs, unstripped programs and man pages in a moreDiego Biurrun2006-05-18
* Rename singular variables to more sensible plural form.Diego Biurrun2006-05-18
* uninstallation supportDiego Biurrun2006-05-18
* cosmetics: Prettyprint some commands.Diego Biurrun2006-05-18
* Use '-' instead of '|| true' to ignore errors.Diego Biurrun2006-03-26
* use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier2006-03-16
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-19
* add quotes around $(libdir)Måns Rullgård2006-02-13
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-11
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
* Simplify header installation.Diego Biurrun2006-02-11
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* The install-progs target should depend on $(PROG).Diego Biurrun2006-02-11
* Separate program installation into its own target.Diego Biurrun2006-02-11
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
* Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.Diego Biurrun2006-01-24
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Remove .pc files on distclean.Diego Biurrun2005-10-18
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
* configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-10
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* support BUILDSUF patch by <charles dot yates at pandora dot be>Charles Yates2005-05-08
* ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail...Víctor Paesa2005-03-18
* changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" <...Steven M. Schultz2005-02-27
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
* Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)Philipp Matthias Hahn2005-01-21
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22