[FFmpeg-devel] [PATCH 2/2] Makefile: remove unused variable ALLHTMLPAGES
Mans Rullgard
mans
Tue Feb 1 03:25:22 CET 2011
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
More information about the ffmpeg-devel
mailing list