summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* The video hooks do not depend on the libav* libraries.Diego Biurrun2007-06-11
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
* Use consistent paths for adding values to LDFLAGS.Diego Biurrun2007-06-10
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* whitespace cosmeticsDiego Biurrun2007-06-10
* Simplify ffplay.o CFLAGS handling.Diego Biurrun2007-06-10
* Compile all binaries with default CFLAGS.Diego Biurrun2007-06-10
* Simplify command with automatic variable.Diego Biurrun2007-06-10
* Remove stray commented out line, fix individual regression test dependencies.Diego Biurrun2007-06-08
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
* Add seektest to top-level targets, remove individual codec tests.Diego Biurrun2007-05-25
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-17
* include only files actually built in SRCSMåns Rullgård2007-03-08
* remove useless OBJS variableMåns Rullgård2007-02-27
* simplify conditional targetsMåns Rullgård2007-02-27
* simplifyMåns Rullgård2007-02-27
* Simplify .depend file inclusion.Diego Biurrun2007-02-23
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
* comment typoDiego Biurrun2007-01-25
* PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun2007-01-25
* make version.h depend on .svn/entriesMåns Rullgård2006-12-26
* do not use non-standard test -ntMåns Rullgård2006-12-07
* Nuke config.log support.Diego Biurrun2006-11-20
* Also remove cws2fws on clean.Diego Biurrun2006-11-15
* Do not build output_example and qt-faststart by default.Diego Biurrun2006-11-15
* Remove ifneq MINGW condition around man page uninstallation. We don't doDiego Biurrun2006-11-15
* Move BeOS extralibs handling into configure.Diego Biurrun2006-11-15
* Remove tar target, it's hardly useful.Diego Biurrun2006-11-15
* Make man page installation dependent on documentation generation.Diego Biurrun2006-11-14
* Remove ifneq MINGW condition around man page installation. We don't doDiego Biurrun2006-11-14
* fix make dep with some gcc versionsMåns Rullgård2006-11-12
* slight simplificationDiego Biurrun2006-11-12
* fix make dep for out of tree buildsMåns Rullgård2006-11-11
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-08
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Add option to disable ffmpeg build.Diego Biurrun2006-11-02
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
* 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