summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* Mark all phony targets as such.Diego Biurrun2006-10-03
* Add codectest to test targets.Diego Biurrun2006-10-02
* make depend should recurse into libswscale as well.Diego Biurrun2006-10-01
* Remove bogus .PHONY declaration from version.h target.Diego Biurrun2006-10-01
* ffmpeg, ffplay, ffserver need version.hMåns Rullgård2006-09-12
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-12
* add our -L flags before any other linker flagsMåns Rullgård2006-09-10
* fix out of tree buildsMåns Rullgård2006-09-09
* Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris2006-09-08
* FFLIBS --> EXTRALIBSDiego Biurrun2006-09-08
* Remove pointless variable indirection.Diego Biurrun2006-09-08
* simplifyDiego Biurrun2006-09-08
* FFLIBDIRS --> LDFLAGSDiego Biurrun2006-09-08
* 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