summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
| | | | Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate the list of all programs, unstripped programs and man pages in a moreDiego Biurrun2006-05-18
| | | | | | elegant fashion and unconditionally remove all programs on clean. Originally committed as revision 5400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename singular variables to more sensible plural form.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninstallation supportDiego Biurrun2006-05-18
| | | | | | inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Prettyprint some commands.Diego Biurrun2006-05-18
| | | | Originally committed as revision 5395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use '-' instead of '|| true' to ignore errors.Diego Biurrun2006-03-26
| | | | Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use CFLAGS when compiling qt-faststart, to enable largefile supportBaptiste Coudurier2006-03-16
| | | | Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-19
| | | | | | This is needed for components that override install locations (libpostproc). Originally committed as revision 5036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quotes around $(libdir)Måns Rullgård2006-02-13
| | | | Originally committed as revision 5016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-11
| | | | | | approved by Diego Originally committed as revision 4995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-11
| | | | | | against shared libs. Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk