summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg, ffplay, ffserver need version.hMåns Rullgård2006-09-121-1/+3
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-121-0/+3
* add our -L flags before any other linker flagsMåns Rullgård2006-09-101-1/+1
* fix out of tree buildsMåns Rullgård2006-09-091-2/+2
* Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris2006-09-081-1/+1
* FFLIBS --> EXTRALIBSDiego Biurrun2006-09-081-6/+6
* Remove pointless variable indirection.Diego Biurrun2006-09-081-2/+1
* simplifyDiego Biurrun2006-09-081-2/+2
* FFLIBDIRS --> LDFLAGSDiego Biurrun2006-09-081-6/+6
* Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun2006-08-311-1/+1
* FFMPEG_VERSION was moved to version.h.Diego Biurrun2006-08-251-1/+1
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-0/+21
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-241-1/+1
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-2/+2
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-101-5/+0
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-101-7/+1
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-1/+3
* simplifyDiego Biurrun2006-07-021-1/+1
* make distclean clean everythingLuca Barbato2006-07-021-1/+2
* get svn version when using separate build treeMåns Rullgård2006-06-281-1/+1
* .depend needs version.h, noticed by Uoti UrpalaDiego Biurrun2006-06-221-1/+1
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-2/+6
* Avoid binary stripping rule code duplication.Diego Biurrun2006-06-191-5/+1
* put local -L flags first in link commandsMåns Rullgård2006-06-171-5/+6
* CVS --> SubversionDiego Biurrun2006-06-091-1/+1
* 'make depend' should recurse into libavutil as well.Diego Biurrun2006-06-011-0/+1
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-011-7/+7
* Generate the list of all programs, unstripped programs and man pages in a moreDiego Biurrun2006-05-181-3/+6
* Rename singular variables to more sensible plural form.Diego Biurrun2006-05-181-15/+15
* uninstallation supportDiego Biurrun2006-05-181-0/+29
* cosmetics: Prettyprint some commands.Diego Biurrun2006-05-181-8/+8
* Use '-' instead of '|| true' to ignore errors.Diego Biurrun2006-03-261-1/+1
* use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier2006-03-161-1/+1
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-191-3/+0
* add quotes around $(libdir)Måns Rullgård2006-02-131-1/+1
* move common parts of makefiles into common.makMåns Rullgård2006-02-131-13/+5
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-111-1/+1
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-111-0/+14
* Simplify header installation.Diego Biurrun2006-02-111-0/+2
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-111-0/+4
* Separate library install into static and shared installation.Diego Biurrun2006-02-111-8/+14
* Separate header file installation from the general install target.Diego Biurrun2006-02-111-1/+6
* The install-progs target should depend on $(PROG).Diego Biurrun2006-02-111-1/+1
* Separate program installation into its own target.Diego Biurrun2006-02-111-1/+3
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-261-1/+1
* Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.Diego Biurrun2006-01-241-3/+5
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-161-8/+9
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* Remove .pc files on distclean.Diego Biurrun2005-10-181-1/+1
OpenPOWER on IntegriCloud