[FFmpeg-devel] [PATCH 2/2] Makefile: remove unused variable ALLHTMLPAGES

Ronald S. Bultje rsbultje
Tue Feb 1 03:39:34 CET 2011


Hi,

On Mon, Jan 31, 2011 at 9:25 PM, Mans Rullgard <mans at mansr.com> wrote:
> Signed-off-by: Mans Rullgard <mans at mansr.com>
> ---
> ?Makefile | ? ?1 -
> ?1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index a2d90ca..356ba29 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -23,7 +23,6 @@ BASENAMES ? = ffmpeg ffplay ffprobe ffserver
> ?ALLPROGS ? ?= $(BASENAMES:%=%$(EXESUF))
> ?ALLPROGS_G ?= $(BASENAMES:%=%_g$(EXESUF))
> ?ALLMANPAGES = $(BASENAMES:%=%.1)
> -ALLHTMLPAGES= $(BASENAMES:%=%.html)
>
> ?FFLIBS-$(CONFIG_AVDEVICE) += avdevice
> ?FFLIBS-$(CONFIG_AVFILTER) += avfilter
> --
> 1.7.3.5

OK.

Ronald



More information about the ffmpeg-devel mailing list