summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-11
| | | | Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2007-06-10
| | | | Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify command with automatic variable.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun2007-06-08
| | | | Originally committed as revision 9259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
| | | | | | This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add seektest to top-level targets, remove individual codec tests.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-17
| | | | Originally committed as revision 9042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include only files actually built in SRCSMåns Rullgård2007-03-08
| | | | Originally committed as revision 8289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless OBJS variableMåns Rullgård2007-02-27
| | | | Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify conditional targetsMåns Rullgård2007-02-27
| | | | Originally committed as revision 8153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2007-02-27
| | | | Originally committed as revision 8152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend file inclusion.Diego Biurrun2007-02-23
| | | | Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
| | | | | | patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br Originally committed as revision 7709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typoDiego Biurrun2007-01-25
| | | | Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make version.h depend on .svn/entriesMåns Rullgård2006-12-26
| | | | Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use non-standard test -ntMåns Rullgård2006-12-07
| | | | Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nuke config.log support.Diego Biurrun2006-11-20
| | | | Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove cws2fws on clean.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not build output_example and qt-faststart by default.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ifneq MINGW condition around man page uninstallation. We don't doDiego Biurrun2006-11-15
| | | | | | | OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BeOS extralibs handling into configure.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove tar target, it's hardly useful.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make man page installation dependent on documentation generation.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ifneq MINGW condition around man page installation. We don't doDiego Biurrun2006-11-14
| | | | | | | OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix make dep with some gcc versionsMåns Rullgård2006-11-12
| | | | Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slight simplificationDiego Biurrun2006-11-12
| | | | Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix make dep for out of tree buildsMåns Rullgård2006-11-11
| | | | Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
| | | | Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
| | | | | | Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
| | | | | | (from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
| | | | Originally committed as revision 6699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codectest to test targets.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make depend should recurse into libswscale as well.Diego Biurrun2006-10-01
| | | | Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus .PHONY declaration from version.h target.Diego Biurrun2006-10-01
| | | | | | Should fix make dep to be invoked before distclean under some circumstances. Originally committed as revision 6405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg, ffplay, ffserver need version.hMåns Rullgård2006-09-12
| | | | Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-12
| | | | Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add our -L flags before any other linker flagsMåns Rullgård2006-09-10
| | | | Originally committed as revision 6220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix out of tree buildsMåns Rullgård2006-09-09
| | | | Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris2006-09-08
| | | | | | patch by Panagiotis Issaris, takis.issaris uhasselt be Originally committed as revision 6204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFLIBS --> EXTRALIBSDiego Biurrun2006-09-08
| | | | Originally committed as revision 6203 to svn://svn.ffmpeg.org/ffmpeg/trunk