| Commit message (Expand) | Author | Age | Files | Lines |
* | The video hooks do not depend on the libav* libraries. | Diego Biurrun | 2007-06-11 | 1 | -1/+1 |
* | We do not create .d files, thus no need to remove them. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Move libpostproc-specific uninstallation command to the libpostproc Makefile. | Diego Biurrun | 2007-06-10 | 1 | -1/+0 |
* | Use consistent paths for adding values to LDFLAGS. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | whitespace cosmetics | Diego Biurrun | 2007-06-10 | 1 | -8/+8 |
* | Simplify ffplay.o CFLAGS handling. | Diego Biurrun | 2007-06-10 | 1 | -2/+1 |
* | Compile all binaries with default CFLAGS. | Diego Biurrun | 2007-06-10 | 1 | -2/+2 |
* | Simplify command with automatic variable. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Remove stray commented out line, fix individual regression test dependencies. | Diego Biurrun | 2007-06-08 | 1 | -4/+3 |
* | Merge tests Makefile into the top-level Makefile. | Diego Biurrun | 2007-06-07 | 1 | -4/+62 |
* | Add seektest to top-level targets, remove individual codec tests. | Diego Biurrun | 2007-05-25 | 1 | -2/+2 |
* | Make documentation build nonrecursive: Merge it into the top-level Makefile. | Diego Biurrun | 2007-05-17 | 1 | -3/+13 |
* | include only files actually built in SRCS | Måns Rullgård | 2007-03-08 | 1 | -1/+1 |
* | remove useless OBJS variable | Måns Rullgård | 2007-02-27 | 1 | -2/+1 |
* | simplify conditional targets | Måns Rullgård | 2007-02-27 | 1 | -6/+6 |
* | simplify | Måns Rullgård | 2007-02-27 | 1 | -15/+6 |
* | Simplify .depend file inclusion. | Diego Biurrun | 2007-02-23 | 1 | -3/+1 |
* | Remove installstrip in favor of explicit strip; better for cross-compilation. | Ramiro Polla | 2007-01-25 | 1 | -1/+1 |
* | comment typo | Diego Biurrun | 2007-01-25 | 1 | -1/+1 |
* | PROGS depends on PROGS_G so depending on just PROGS is enough. | Diego Biurrun | 2007-01-25 | 1 | -1/+1 |
* | make version.h depend on .svn/entries | Måns Rullgård | 2006-12-26 | 1 | -0/+5 |
* | do not use non-standard test -nt | Måns Rullgård | 2006-12-07 | 1 | -3/+4 |
* | Nuke config.log support. | Diego Biurrun | 2006-11-20 | 1 | -1/+0 |
* | Also remove cws2fws on clean. | Diego Biurrun | 2006-11-15 | 1 | -2/+2 |
* | Do not build output_example and qt-faststart by default. | Diego Biurrun | 2006-11-15 | 1 | -4/+2 |
* | Remove ifneq MINGW condition around man page uninstallation. We don't do | Diego Biurrun | 2006-11-15 | 1 | -2/+0 |
* | Move BeOS extralibs handling into configure. | Diego Biurrun | 2006-11-15 | 1 | -4/+0 |
* | Remove tar target, it's hardly useful. | Diego Biurrun | 2006-11-15 | 1 | -11/+1 |
* | Make man page installation dependent on documentation generation. | Diego Biurrun | 2006-11-14 | 1 | -6/+4 |
* | Remove ifneq MINGW condition around man page installation. We don't do | Diego Biurrun | 2006-11-14 | 1 | -2/+0 |
* | fix make dep with some gcc versions | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | slight simplification | Diego Biurrun | 2006-11-12 | 1 | -3/+1 |
* | fix make dep for out of tree builds | Måns Rullgård | 2006-11-11 | 1 | -1/+1 |
* | rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK | Måns Rullgård | 2006-11-08 | 1 | -2/+2 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -2/+2 |
* | Add option to disable ffmpeg build. | Diego Biurrun | 2006-11-02 | 1 | -0/+2 |
* | Do not use a fake libavcodec/swscale.h, but always use the real one | Luca Abeni | 2006-10-23 | 1 | -7/+1 |
* | Consistently use $(BUILD_ROOT). | Diego Biurrun | 2006-10-15 | 1 | -1/+1 |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -1/+1 |
* | Mark all phony targets as such. | Diego Biurrun | 2006-10-03 | 1 | -3/+3 |
* | Add codectest to test targets. | Diego Biurrun | 2006-10-02 | 1 | -1/+1 |
* | make depend should recurse into libswscale as well. | Diego Biurrun | 2006-10-01 | 1 | -0/+3 |
* | Remove bogus .PHONY declaration from version.h target. | Diego Biurrun | 2006-10-01 | 1 | -1/+0 |
* | 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 |