[SCM] libav/experimental: Makefile: remove unused variable ALLHTMLPAGES

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:23:02 UTC 2013


The following commit has been merged in the experimental branch:
commit f3619680a7b14415479376b2c35a481c8f43927e
Author: Mans Rullgard <mans at mansr.com>
Date:   Tue Feb 1 02:24:20 2011 +0000

    Makefile: remove unused variable ALLHTMLPAGES
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list