| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg, ffplay, ffserver need version.h | Måns Rullgård | 2006-09-12 | 1 | -1/+3 |
* | Fix 'make depend' for libpostproc. | Diego Biurrun | 2006-09-12 | 1 | -0/+3 |
* | add our -L flags before any other linker flags | Måns Rullgård | 2006-09-10 | 1 | -1/+1 |
* | fix out of tree builds | Måns Rullgård | 2006-09-09 | 1 | -2/+2 |
* | Add -lav* to the front of LDFLAGS, fixes linking on Linux. | Panagiotis Issaris | 2006-09-08 | 1 | -1/+1 |
* | FFLIBS --> EXTRALIBS | Diego Biurrun | 2006-09-08 | 1 | -6/+6 |
* | Remove pointless variable indirection. | Diego Biurrun | 2006-09-08 | 1 | -2/+1 |
* | simplify | Diego Biurrun | 2006-09-08 | 1 | -2/+2 |
* | FFLIBDIRS --> LDFLAGS | Diego Biurrun | 2006-09-08 | 1 | -6/+6 |
* | Some gcc versions dislike version.h to appear in the list of files to | Diego Biurrun | 2006-08-31 | 1 | -1/+1 |
* | FFMPEG_VERSION was moved to version.h. | Diego Biurrun | 2006-08-25 | 1 | -1/+1 |
* | Enable swscale usage in ffmpeg | Luca Abeni | 2006-08-08 | 1 | -0/+21 |
* | Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion. | Diego Biurrun | 2006-07-24 | 1 | -1/+1 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -2/+2 |
* | Move gprof compiler flag handling to configure. | Diego Biurrun | 2006-07-10 | 1 | -5/+0 |
* | Remove silly TEST variable that is used in one line but not directly above. | Diego Biurrun | 2006-07-10 | 1 | -7/+1 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -1/+3 |
* | simplify | Diego Biurrun | 2006-07-02 | 1 | -1/+1 |
* | make distclean clean everything | Luca Barbato | 2006-07-02 | 1 | -1/+2 |
* | get svn version when using separate build tree | Måns Rullgård | 2006-06-28 | 1 | -1/+1 |
* | .depend needs version.h, noticed by Uoti Urpala | Diego Biurrun | 2006-06-22 | 1 | -1/+1 |
* | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun | 2006-06-20 | 1 | -2/+6 |
* | Avoid binary stripping rule code duplication. | Diego Biurrun | 2006-06-19 | 1 | -5/+1 |
* | put local -L flags first in link commands | Måns Rullgård | 2006-06-17 | 1 | -5/+6 |
* | CVS --> Subversion | Diego Biurrun | 2006-06-09 | 1 | -1/+1 |
* | 'make depend' should recurse into libavutil as well. | Diego Biurrun | 2006-06-01 | 1 | -0/+1 |
* | libavcodec/libpostproc ---> libpostproc | Diego Biurrun | 2006-06-01 | 1 | -7/+7 |
* | Generate the list of all programs, unstripped programs and man pages in a more | Diego Biurrun | 2006-05-18 | 1 | -3/+6 |
* | Rename singular variables to more sensible plural form. | Diego Biurrun | 2006-05-18 | 1 | -15/+15 |
* | uninstallation support | Diego Biurrun | 2006-05-18 | 1 | -0/+29 |
* | cosmetics: Prettyprint some commands. | Diego Biurrun | 2006-05-18 | 1 | -8/+8 |
* | Use '-' instead of '|| true' to ignore errors. | Diego Biurrun | 2006-03-26 | 1 | -1/+1 |
* | use CFLAGS when compiling qt-faststart, to enable largefile support | Baptiste Coudurier | 2006-03-16 | 1 | -1/+1 |
* | Create installation directories in the common install-* targets. | Måns Rullgård | 2006-02-19 | 1 | -3/+0 |
* | add quotes around $(libdir) | Måns Rullgård | 2006-02-13 | 1 | -1/+1 |
* | move common parts of makefiles into common.mak | Måns Rullgård | 2006-02-13 | 1 | -13/+5 |
* | Build also ffserver (if configured) when doing `make test' . | Alexander Strasser | 2006-02-11 | 1 | -1/+1 |
* | Move libpostproc compilation to the top-level Makefile. | Diego Biurrun | 2006-02-11 | 1 | -0/+14 |
* | Simplify header installation. | Diego Biurrun | 2006-02-11 | 1 | -0/+2 |
* | Make sure that install-progs has the proper dependencies when compiling | Diego Biurrun | 2006-02-11 | 1 | -0/+4 |
* | Separate library install into static and shared installation. | Diego Biurrun | 2006-02-11 | 1 | -8/+14 |
* | Separate header file installation from the general install target. | Diego Biurrun | 2006-02-11 | 1 | -1/+6 |
* | The install-progs target should depend on $(PROG). | Diego Biurrun | 2006-02-11 | 1 | -1/+1 |
* | Separate program installation into its own target. | Diego Biurrun | 2006-02-11 | 1 | -1/+3 |
* | Remove obscure Makefile.bak entry from distclean rules. | Diego Biurrun | 2006-01-26 | 1 | -1/+1 |
* | Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'. | Diego Biurrun | 2006-01-24 | 1 | -3/+5 |
* | Make clean/distclean consistent throughout all the Makefiles. | Diego Biurrun | 2006-01-16 | 1 | -8/+9 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -4/+4 |
* | Remove .pc files on distclean. | Diego Biurrun | 2005-10-18 | 1 | -1/+1 |