[x264-devel] [PATCH 0/2] Silent build rules

Stephen Hutchinson qyot27 at gmail.com
Fri Apr 4 15:41:52 CEST 2014


This adapts FFmpeg's silent build rules to x264.  It's in two
patches because the install/uninstall/clean/distclean recipes didn't
want to play nice with the way everything else was silenced, so I
resorted to just printing those manually.

The x264-specific differences surrounding .depend and the post-build
recipes arise, from my best estimate, from deeper differences in the
Makefiles between the two projects.  If the desire is to even replicate
these for x264, then it would require more invasive changes that IMO
aren't within the scope of this patch.

Stephen Hutchinson (2):
  Add FFmpeg-style silent build rules
  Expand silent rules to handle install/uninstall/clean/distclean

 Makefile  | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 configure | 14 ++++++++++
 2 files changed, 92 insertions(+), 15 deletions(-)

-- 
1.8.3.2



More information about the x264-devel mailing list