aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* remove useless OBJS variableMåns Rullgård2007-02-271-2/+1
* simplify conditional targetsMåns Rullgård2007-02-271-6/+6
* simplifyMåns Rullgård2007-02-271-15/+6
* Simplify .depend file inclusion.Diego Biurrun2007-02-231-3/+1
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-251-1/+1
* comment typoDiego Biurrun2007-01-251-1/+1
* PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun2007-01-251-1/+1
* make version.h depend on .svn/entriesMåns Rullgård2006-12-261-0/+5
* do not use non-standard test -ntMåns Rullgård2006-12-071-3/+4
* Nuke config.log support.Diego Biurrun2006-11-201-1/+0
* Also remove cws2fws on clean.Diego Biurrun2006-11-151-2/+2
* Do not build output_example and qt-faststart by default.Diego Biurrun2006-11-151-4/+2
* Remove ifneq MINGW condition around man page uninstallation. We don't doDiego Biurrun2006-11-151-2/+0
* Move BeOS extralibs handling into configure.Diego Biurrun2006-11-151-4/+0
* Remove tar target, it's hardly useful.Diego Biurrun2006-11-151-11/+1
* Make man page installation dependent on documentation generation.Diego Biurrun2006-11-141-6/+4
* Remove ifneq MINGW condition around man page installation. We don't doDiego Biurrun2006-11-141-2/+0
* fix make dep with some gcc versionsMåns Rullgård2006-11-121-1/+1
* slight simplificationDiego Biurrun2006-11-121-3/+1
* fix make dep for out of tree buildsMåns Rullgård2006-11-111-1/+1
* rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård2006-11-081-2/+2
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-2/+2
* Add option to disable ffmpeg build.Diego Biurrun2006-11-021-0/+2
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-231-7/+1
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-151-1/+1
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
* Mark all phony targets as such.Diego Biurrun2006-10-031-3/+3
* Add codectest to test targets.Diego Biurrun2006-10-021-1/+1
* make depend should recurse into libswscale as well.Diego Biurrun2006-10-011-0/+3
* Remove bogus .PHONY declaration from version.h target.Diego Biurrun2006-10-011-1/+0
* ffmpeg, ffplay, ffserver need version.hMåns Rullgård2006-09-121-1/+3
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-121-0/+3
* add our -L flags before any other linker flagsMåns Rullgård2006-09-101-1/+1
* fix out of tree buildsMåns Rullgård2006-09-091-2/+2
* Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris2006-09-081-1/+1
* FFLIBS --> EXTRALIBSDiego Biurrun2006-09-081-6/+6
* Remove pointless variable indirection.Diego Biurrun2006-09-081-2/+1
* simplifyDiego Biurrun2006-09-081-2/+2
* FFLIBDIRS --> LDFLAGSDiego Biurrun2006-09-081-6/+6
* Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun2006-08-311-1/+1
* FFMPEG_VERSION was moved to version.h.Diego Biurrun2006-08-251-1/+1
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-0/+21
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-241-1/+1
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-2/+2
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-101-5/+0
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-101-7/+1
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-1/+3
* simplifyDiego Biurrun2006-07-021-1/+1
* make distclean clean everythingLuca Barbato2006-07-021-1/+2