summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 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
* Remove pointless variable indirection.Diego Biurrun2006-09-08
* simplifyDiego Biurrun2006-09-08
* FFLIBDIRS --> LDFLAGSDiego Biurrun2006-09-08
* Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun2006-08-31
* FFMPEG_VERSION was moved to version.h.Diego Biurrun2006-08-25
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-10
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* simplifyDiego Biurrun2006-07-02