summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo2009-05-28
* The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun2009-05-25
* NEON-OBJS should also be cleared for each subdir.Ramiro Polla2009-05-25
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-30
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-30
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-30
* Rename servertest target to ffservertest.Diego Biurrun2009-03-30
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-29
* Rename libavtest target to lavftest to better express what it tests.Diego Biurrun2009-03-29
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-29
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-29
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
* Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun2009-03-26
* Removing example programs is already handled by the generic clean commands,Diego Biurrun2009-03-26
* Clear some more variables that are used on subdir Makefiles.Ramiro Polla2009-03-25
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Add rule for building API example programs.Diego Biurrun2009-03-22
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
* Remove 'lib' and 'swscale-error' from list of phony targets.Diego Biurrun2009-03-13
* Mark all clean targets as phony.Diego Biurrun2009-03-13
* Add "testclean" target to .PHONYReimar Döffinger2009-03-13
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-11
* Allow different executable suffix for host and targetMåns Rullgård2009-03-08
* Remove old scaler.Michael Niedermayer2009-03-03
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* Bail out if regtest-flashsv is run but zlib is not enabled.Diego Biurrun2009-02-21
* Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.Diego Biurrun2009-02-21
* Declare version.h dependencies explicitlyMåns Rullgård2009-02-21
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-25
* Add a separate 'testclean' rule to clean regression test data withoutFrancesco Cosoleto2009-01-10
* Run regression tests on target system.Måns Rullgård2008-11-23
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-23
* Add check target to run both tests and checkheaders targets.Diego Biurrun2008-10-30
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
* Add alltools target to build all the tools/ stuff.Diego Biurrun2008-09-27
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
* restore accidently deleted fileJustin Ruggles2008-08-24
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* PCM regression tests.Peter Ross2008-08-08
* Move up swscale_error target so that regression tests error out immediately.Diego Biurrun2008-07-17
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-27
* Remove TAGS target cruft.Diego Biurrun2008-05-27
* Simplify phony target declaration.Diego Biurrun2008-05-27
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-27
* clear TESTS variable between subdirsMåns Rullgård2008-04-16
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-10