Commit History

Author SHA1 Message Date
  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
  Kostya Shishkov 9dc92a38a0 IMA ADPCM encoder - QT variant 16 years ago
  Måns Rullgård de2f77d865 allow vpath search only for source files 16 years ago
  Vitor Sessak f7679c54dd Build system changes for libavfilter addition. Add --enable-avfilter configure option. 16 years ago
  Måns Rullgård 4411cb11f8 use diff -u -w in codec regression test 16 years ago
  Måns Rullgård b147ec08c3 do not run ldconfig after installing shared libraries 16 years ago
  Måns Rullgård 2009721d99 split lavf regression tests 16 years ago
  Måns Rullgård 4383ed5cba split regression tests allowing make to run them in parallel 16 years ago
  Diego Biurrun b15136b793 seektest depends on both codectest and libavtest. 16 years ago
  Måns Rullgård 20963a7156 whitespace cosmetics 16 years ago
  Måns Rullgård a11f43a466 remove some ifeq ($(CONFIG_FOO),yes) 16 years ago
  Diego Biurrun 1521c500da Merge rules for tools/* into a generic rule. 16 years ago
  Diego Biurrun 2b258bbaad Properly remove tools on clean. 16 years ago
  Diego Pettenò fc900b7b65 Make .vhookdep depend on version.h, same as .depend. 16 years ago
  Diego Biurrun d75dcfdceb Add compilation rule for tools/pktdumper. 16 years ago
  Diego Biurrun 6da7cc8185 Add compilation rule for tools/trasher. 16 years ago
  Luca Abeni c721d803cb Introduce libavdevice 17 years ago
  Diego Biurrun 1c2211bd4e Quote paths in uninstall commands where necessary. 17 years ago
  Diego Biurrun ff21c1b056 Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command. 17 years ago
  Diego Biurrun 2a4592fedc Clarify comment about gcc -MM. 17 years ago
  Diego Biurrun ef59bf60c0 Fix uninstall-vhook, SLIBSUF was being left out. 17 years ago
  Diego Biurrun 282db5fde0 Fix make install of man pages when PROGS is empty. 17 years ago
  Diego Biurrun 1217916b0d Fix make install when PROGS is empty. 17 years ago
  Diego Biurrun e1a3a63f13 Further simplify install-progs prerequisites, no need to duplicate PROGS. 17 years ago
  Diego Biurrun c4fa7ebcda Simplify install-progs prerequisite declaration. 17 years ago
  Stefano Sabatini 2c8c502182 Make distclean should remove .vhookdep. 17 years ago
  Dave Yeo 65f379920f Recurse into libswscale on uninstall. 17 years ago
  Diego Biurrun 06396e1193 10l: Actually add the .libs dependency to the seek_test binary, 17 years ago
  Diego Biurrun d0e1cd3d9e Split FFmpeg documentation into general documentation and the documentation 17 years ago
  Wolfram Gloger d664a6255b Give seektest .libs dependency so that it gets updated on libavformat changes. 17 years ago
  Diego Biurrun a5a5984a25 cosmetics: Insert empty line for readability. 17 years ago
  Stefano Sabatini 4ce5df0856 Make ffserver use cmdutils.c show_license function 17 years ago
  Diego Biurrun 22a324da72 cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago