Commit History

Author SHA1 Message Date
  Diego Biurrun 1eacdcc644 Do not remove gmon.out on clean, we never create it. 16 years ago
  Diego Biurrun 936d48911a Remove TAGS target cruft. 16 years ago
  Diego Biurrun 5caf0949c0 Simplify phony target declaration. 16 years ago
  Diego Biurrun 60598b2f9a Rename test-server target to servertest for consistency with other test targets. 16 years ago
  Måns Rullgård 54381d7557 clear TESTS variable between subdirs 16 years ago
  Diego Biurrun 16507ddd6b Add DIRS variable to the list of variables to be cleared instead of 16 years ago
  Måns Rullgård d1300235b9 ffplay.d needs SDL_CFLAGS 16 years ago
  Måns Rullgård 9987769a8b correct soname for vhooks 16 years ago
  Måns Rullgård 791a3fc8ec save DEP_LIBS before processing subdirs 16 years ago
  Måns Rullgård 76ca42a8a0 move DEP_LIBS to common.mak 16 years ago
  Måns Rullgård 8a03404d4f fix build with --build-suffix 16 years ago
  Måns Rullgård caec74dd65 generate separate dependency files per object file 16 years ago
  Måns Rullgård 465d9b1f7a collect vhook-related makefile lines in one place 16 years ago
  Stefano Sabatini d05e360c48 Make the install-man target depend on $(MANPAGES). 16 years ago
  Måns Rullgård 71c61f62a3 non-recursive makefiles 16 years ago
  Måns Rullgård b8fcb619e9 simplify LDFLAGS and EXTRALIBS handling 16 years ago
  Måns Rullgård 82e8566a02 simplify vhook/*.o rule 16 years ago
  Måns Rullgård 43527e3edd clean up DEP_LIBS setting 16 years ago
  Diego Biurrun 60080b0805 10l typo, restore forgotten $. 16 years ago
  Björn Axelsson 73e17cdb8c Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes. 16 years ago
  Måns Rullgård 473a88caaf fix ff*_g -> ff* rules 16 years ago
  Diego Biurrun 9bcc2883ac bandaid fix for broken shared library installation 16 years ago
  Diego Biurrun dfd1083831 Move INSTALL_PROGS_TARGETS variable to a better place. 16 years ago
  Diego Biurrun 88ad036874 Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way. 16 years ago
  Diego Biurrun c1ac39b3df Replace ifeq to declare install-progs dependencies by a variable. 16 years ago
  Diego Biurrun a7319cc22a The install target should depend on enabled installation targets. 16 years ago
  Diego Biurrun e58cc8e604 Remove TAGS target. It is ages old and has never been updated to match 16 years ago
  Diego Biurrun 7716f7ffa3 Use common.mak in the top-level Makefile as well. 16 years ago
  Diego Biurrun 916dafd57c cosmetics: Rename SRCS variable to PROGS_SRCS. 16 years ago
  Diego Biurrun f4428f9992 Merge LDFLAGS lines. 16 years ago
  Diego Biurrun 2721715985 cosmetics: Move around some rules and variable declarations. 16 years ago
  Diego Biurrun 92e791ff37 cosmetics: Rename 'all' target to 'main'. 16 years ago
  Diego Biurrun b1b184812c Merge binary generation rules. 16 years ago
  Måns Rullgård a426bbfc28 set SRC_DIR in top-leve Makefile 16 years ago
  Diego Biurrun e6a383d695 Use $< to simplify a few lines. 16 years ago
  Diego Biurrun 6e69586b44 Build ffserver_g as well as ffserver, consistent with the other binaries. 16 years ago
  Diego Biurrun 315c741d3d Move dependency generation commands into configure. 16 years ago
  Diego Biurrun f63b6dc0ff Do not calculate dependencies for header files in the .vhookdepend target. 16 years ago
  Diego Biurrun 8df4da4eb3 Use $^ without header files instead of $(SRCS) to reference the dependencies 16 years ago
  Ramiro Polla 1b9cec96e1 Remove windows installer. I'm not aware of anyone that uses it. 16 years ago
  Diego Biurrun 30a3ad750b Simplify .depend generation command. 16 years ago
  Diego Biurrun 7853bf93b2 Replace the awkward '1>' with the more natural '>'. 16 years ago
  Diego Biurrun 3c889b5cf7 Merge SDL_CFLAGS handling for files that need it. 16 years ago
  Diego Biurrun bab785a5f9 vhooks really need libav* even if they compile fine without on Linux. 16 years ago
  Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 16 years ago
  Diego Biurrun 4a24ab64b1 Rename pp variable to postproc for consistency. 16 years ago
  Diego Biurrun 61c510887b cosmetics: prettyprinting 16 years ago
  Diego Biurrun 3d323571d6 Install libavfilter if it has been enabled. 16 years ago
  Diego Biurrun 4c85ae7ba5 The videohook target does not depend on .libs. 16 years ago
  Måns Rullgård 733a6d8360 Remove mp4psp regression test 16 years ago