summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 10l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun2007-08-28
* Split FFmpeg documentation into general documentation and the documentationDiego Biurrun2007-08-28
* Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger2007-08-27
* cosmetics: Insert empty line for readability.Diego Biurrun2007-08-27
* Make ffserver use cmdutils.c show_license functionStefano Sabatini2007-08-22
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
* fix tools compilationBenoit Fouet2007-07-17
* create and populate "tools" directoryMåns Rullgård2007-07-13
* libavtest and seektest no longer need gplMåns Rullgård2007-07-13
* prettify conditional targetsMåns Rullgård2007-07-09
* whitespace cosmeticsMåns Rullgård2007-07-09
* clean up vhook variablesMåns Rullgård2007-07-09
* 10l: The ppm video hook depends on fork().Diego Biurrun2007-07-09
* fix build after breakage in r9544Måns Rullgård2007-07-08
* Make vhook build non-recursive.Diego Biurrun2007-07-08
* Revert videohook dependency change.Diego Biurrun2007-06-19
* 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