summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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
* Remove pointless variable indirection.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyDiego Biurrun2006-09-08
| | | | Originally committed as revision 6201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFLIBDIRS --> LDFLAGSDiego Biurrun2006-09-08
| | | | Originally committed as revision 6200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun2006-08-31
| | | | | | compile dependencies for. Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFMPEG_VERSION was moved to version.h.Diego Biurrun2006-08-25
| | | | | | hint by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org Originally committed as revision 6089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
| | | | Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
| | | | | | of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyDiego Biurrun2006-07-02
| | | | Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make distclean clean everythingLuca Barbato2006-07-02
| | | | Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get svn version when using separate build treeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .depend needs version.h, noticed by Uoti UrpalaDiego Biurrun2006-06-22
| | | | Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid binary stripping rule code duplication.Diego Biurrun2006-06-19
| | | | Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put local -L flags first in link commandsMåns Rullgård2006-06-17
| | | | Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-09
| | | | Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'make depend' should recurse into libavutil as well.Diego Biurrun2006-06-01
| | | | Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk